BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtISGW Class Reference

#include <EvtISGW.hh>

+ Inheritance diagram for EvtISGW:

Public Member Functions

 EvtISGW ()
 
virtual ~EvtISGW ()
 
void getName (std::string &name)
 
EvtDecayBaseclone ()
 
void decay (EvtParticle *p)
 
void init ()
 
- Public Member Functions inherited from EvtDecayAmp
void makeDecay (EvtParticle *p)
 
void setWeight (double weight)
 
void vertex (const EvtComplex &amp)
 
void vertex (int i1, const EvtComplex &amp)
 
void vertex (int i1, int i2, const EvtComplex &amp)
 
void vertex (int i1, int i2, int i3, const EvtComplex &amp)
 
void vertex (int *i1, const EvtComplex &amp)
 
virtual ~EvtDecayAmp ()
 
- Public Member Functions inherited from EvtDecayBase
virtual void getName (std::string &name)=0
 
virtual void decay (EvtParticle *p)=0
 
virtual void makeDecay (EvtParticle *p)=0
 
virtual EvtDecayBaseclone ()=0
 
virtual void init ()
 
virtual void initProbMax ()
 
virtual std::string commandName ()
 
virtual void command (std::string cmd)
 
double getProbMax (double prob)
 
double resetProbMax (double prob)
 
 EvtDecayBase ()
 
virtual ~EvtDecayBase ()
 
virtual bool matchingDecay (const EvtDecayBase &other) const
 
EvtId getParentId ()
 
double getBranchingFraction ()
 
void disableCheckQ ()
 
void checkQ ()
 
int getNDaug ()
 
EvtIdgetDaugs ()
 
EvtId getDaug (int i)
 
int getNArg ()
 
int getPHOTOS ()
 
void setPHOTOS ()
 
void setVerbose ()
 
void setSummary ()
 
double * getArgs ()
 
std::string * getArgsStr ()
 
double getArg (int j)
 
std::string getArgStr (int j)
 
std::string getModelName ()
 
int getDSum ()
 
int summary ()
 
int verbose ()
 
void saveDecayInfo (EvtId ipar, int ndaug, EvtId *daug, int narg, std::vector< std::string > &args, std::string name, double brfr)
 
void printSummary ()
 
void setProbMax (double prbmx)
 
void noProbMax ()
 
void checkNArg (int a1, int a2=-1, int a3=-1, int a4=-1)
 
void checkNDaug (int d1, int d2=-1)
 
void checkSpinParent (EvtSpinType::spintype sp)
 
void checkSpinDaughter (int d1, EvtSpinType::spintype sp)
 
virtual int nRealDaughters ()
 

Additional Inherited Members

- Static Public Member Functions inherited from EvtDecayBase
static void findMasses (EvtParticle *p, int ndaugs, EvtId daugs[10], double masses[10])
 
static void findMass (EvtParticle *p)
 
static double findMaxMass (EvtParticle *p)
 
- Protected Member Functions inherited from EvtDecayBase
bool daugsDecayedByParentModel ()
 
- Protected Attributes inherited from EvtDecayAmp
EvtAmp _amp2
 
- Protected Attributes inherited from EvtDecayBase
bool _daugsDecayedByParentModel
 

Detailed Description

Definition at line 31 of file EvtISGW.hh.

Constructor & Destructor Documentation

◆ EvtISGW()

EvtISGW::EvtISGW ( )
inline

Definition at line 35 of file EvtISGW.hh.

35{}

Referenced by clone().

◆ ~EvtISGW()

EvtISGW::~EvtISGW ( )
virtual

Definition at line 35 of file EvtISGW.cc.

35{}

Member Function Documentation

◆ clone()

EvtDecayBase * EvtISGW::clone ( )
virtual

Implements EvtDecayBase.

Definition at line 44 of file EvtISGW.cc.

44 {
45
46 return new EvtISGW;
47
48}
EvtISGW()
Definition: EvtISGW.hh:35

◆ decay()

void EvtISGW::decay ( EvtParticle p)
virtual

Implements EvtDecayBase.

Definition at line 50 of file EvtISGW.cc.

50 {
51
52
54
55 calcamp->CalcAmp(p,_amp2,isgwffmodel);
56 return;
57
58}
EvtAmp _amp2
Definition: EvtDecayAmp.hh:66
EvtId * getDaugs()
Definition: EvtDecayBase.hh:65
double initializePhaseSpace(int numdaughter, EvtId *daughters, double poleSize=-1., int whichTwo1=0, int whichTwo2=1)
virtual void CalcAmp(EvtParticle *parent, EvtAmp &amp, EvtSemiLeptonicFF *FormFactors)

◆ getName()

void EvtISGW::getName ( std::string &  name)
virtual

Implements EvtDecayBase.

Definition at line 37 of file EvtISGW.cc.

37 {
38
39 model_name="ISGW";
40
41}

◆ init()

void EvtISGW::init ( )
virtual

Reimplemented from EvtDecayBase.

Definition at line 61 of file EvtISGW.cc.

61 {
62
63 checkNArg(0);
64 checkNDaug(3);
65
66
67 //We expect the parent to be a scalar
68 //and the daughters to be X lepton neutrino
69
71
75
76
77 isgwffmodel = new EvtISGWFF;
78
79 if ( mesontype==EvtSpinType::SCALAR ) {
80 calcamp = new EvtSemiLeptonicScalarAmp;
81 }
82 if ( mesontype==EvtSpinType::VECTOR ) {
83 calcamp = new EvtSemiLeptonicVectorAmp;
84 }
85 if ( mesontype==EvtSpinType::TENSOR ) {
86 calcamp = new EvtSemiLeptonicTensorAmp;
87 }
88
89}
void checkSpinDaughter(int d1, EvtSpinType::spintype sp)
void checkSpinParent(EvtSpinType::spintype sp)
void checkNDaug(int d1, int d2=-1)
void checkNArg(int a1, int a2=-1, int a3=-1, int a4=-1)
EvtId getDaug(int i)
Definition: EvtDecayBase.hh:66
static EvtSpinType::spintype getSpinType(EvtId i)
Definition: EvtPDL.hh:61

The documentation for this class was generated from the following files: