BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtRhoPi.hh
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
//
3
// Environment:
4
// This software is part of models developed at BES collaboration
5
// based on the EvtGen framework. If you use all or part
6
// of it, please give an appropriate acknowledgement.
7
//
8
// Copyright Information: See EvtGen/BesCopyright
9
// Copyright (A) 2006 Ping Rong-Gang @IHEP
10
//
11
// Module: EvtRhoPi.cc
12
//
13
// Description: Jpsi or psi(2S) decays into 3 pions via rho(1--)pi
14
//
15
// Modification history:
16
//
17
// Ping R.-G. Apr., 2007 Module created
18
//
19
//------------------------------------------------------------------------
20
21
#ifndef EVTRHOPI_HH
22
#define EVTRHOPI_HH
23
24
#include "
../EvtGenBase/EvtDecayIncoherent.hh
"
25
#include "
../EvtGenBase/EvtVector4R.hh
"
26
27
class
EvtParticle
;
28
29
class
EvtRhoPi
:
public
EvtDecayIncoherent
{
30
31
public
:
32
EvtRhoPi
() {}
33
virtual
~EvtRhoPi
();
34
35
void
getName
( std::string& name );
36
37
EvtDecayBase
*
clone
();
38
39
void
initProbMax
();
40
41
void
init
();
42
43
void
decay
(
EvtParticle
* p );
44
45
double
AmplitudeSquare
(
double
ResonanceMass,
double
ResonanceWidth,
double
r1,
double
r2,
46
double
phase1,
double
phase2 );
47
48
EvtVector4R
GetDaugMomLab
(
int
i ) {
return
_p4Lab[i]; }
49
EvtVector4R
GetDaugMomCM
(
int
i ) {
return
_p4CM[i]; }
50
EvtVector4R
GetDaugMomHel
(
int
i ) {
return
_p4Hel[i]; }
51
52
int
GetNdaug
() {
return
_nd; }
53
54
private
:
55
EvtVector4R
_p4Lab[10], _p4CM[10], _p4Hel[10];
56
int
_nd;
57
};
58
59
#endif
EvtDecayIncoherent.hh
EvtVector4R.hh
EvtDecayBase
Definition
EvtDecayBase.hh:39
EvtDecayIncoherent
Definition
EvtDecayIncoherent.hh:27
EvtParticle
Definition
EvtParticle.hh:42
EvtRhoPi::initProbMax
void initProbMax()
Definition
EvtRhoPi.cc:60
EvtRhoPi::GetDaugMomLab
EvtVector4R GetDaugMomLab(int i)
Definition
EvtRhoPi.hh:48
EvtRhoPi::getName
void getName(std::string &name)
Definition
EvtRhoPi.cc:47
EvtRhoPi::init
void init()
Definition
EvtRhoPi.cc:51
EvtRhoPi::decay
void decay(EvtParticle *p)
Definition
EvtRhoPi.cc:65
EvtRhoPi::EvtRhoPi
EvtRhoPi()
Definition
EvtRhoPi.hh:32
EvtRhoPi::~EvtRhoPi
virtual ~EvtRhoPi()
Definition
EvtRhoPi.cc:45
EvtRhoPi::clone
EvtDecayBase * clone()
Definition
EvtRhoPi.cc:49
EvtRhoPi::AmplitudeSquare
double AmplitudeSquare(double ResonanceMass, double ResonanceWidth, double r1, double r2, double phase1, double phase2)
Definition
EvtRhoPi.cc:128
EvtRhoPi::GetDaugMomCM
EvtVector4R GetDaugMomCM(int i)
Definition
EvtRhoPi.hh:49
EvtRhoPi::GetNdaug
int GetNdaug()
Definition
EvtRhoPi.hh:52
EvtRhoPi::GetDaugMomHel
EvtVector4R GetDaugMomHel(int i)
Definition
EvtRhoPi.hh:50
EvtVector4R
Definition
EvtVector4R.hh:29
8.0.0
BOSS_Gen
BesEvtGen
src
EvtGen
EvtGenModels
EvtRhoPi.hh
Generated by
1.16.1