BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtKKLambdaC Class Reference

#include <EvtKKLambdaC.hh>

+ Inheritance diagram for EvtKKLambdaC:

Public Member Functions

 EvtKKLambdaC ()
 
virtual ~EvtKKLambdaC ()
 
void getName (std::string &name)
 
EvtDecayBaseclone ()
 
void decay (EvtParticle *p)
 
void initProbMax ()
 
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 30 of file EvtKKLambdaC.hh.

Constructor & Destructor Documentation

◆ EvtKKLambdaC()

EvtKKLambdaC::EvtKKLambdaC ( )
inline

Definition at line 34 of file EvtKKLambdaC.hh.

34{}

Referenced by clone().

◆ ~EvtKKLambdaC()

EvtKKLambdaC::~EvtKKLambdaC ( )
virtual

Definition at line 33 of file EvtKKLambdaC.cc.

33{}

Member Function Documentation

◆ clone()

EvtDecayBase * EvtKKLambdaC::clone ( )
virtual

Implements EvtDecayBase.

Definition at line 42 of file EvtKKLambdaC.cc.

42 {
43
44 return new EvtKKLambdaC;
45
46}

◆ decay()

void EvtKKLambdaC::decay ( EvtParticle p)
virtual

Implements EvtDecayBase.

Definition at line 48 of file EvtKKLambdaC.cc.

48 {
49
51
52 _calcamp->CalcAmp(p,_amp2,_ffmodel);
53 return;
54}
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 EvtKKLambdaC::getName ( std::string &  name)
virtual

Implements EvtDecayBase.

Definition at line 35 of file EvtKKLambdaC.cc.

35 {
36
37 model_name="KK_LAMBDAC_SL";
38
39}

◆ init()

void EvtKKLambdaC::init ( )
virtual

Reimplemented from EvtDecayBase.

Definition at line 73 of file EvtKKLambdaC.cc.

73 {
74
75 checkNDaug(3);
76
77 //We expect the parent to be a dirac
78 //and the daughters to be dirac lepton neutrino
79
84
85 _ffmodel = new EvtKKLambdaCFF(getNArg(),getArgs());
86
87 _calcamp = new EvtSemiLeptonicBaryonAmp;
88
89}
void checkSpinDaughter(int d1, EvtSpinType::spintype sp)
void checkSpinParent(EvtSpinType::spintype sp)
double * getArgs()
void checkNDaug(int d1, int d2=-1)

◆ initProbMax()

void EvtKKLambdaC::initProbMax ( )
virtual

Reimplemented from EvtDecayBase.

Definition at line 56 of file EvtKKLambdaC.cc.

56 {
57
58EvtId parnum,mesnum,lnum,nunum;
59
60parnum = getParentId();
61mesnum = getDaug(0);
62lnum = getDaug(1);
63nunum = getDaug(2);
64
65//double mymaxprob = _calcamp->CalcMaxProb(parnum,mesnum,
66// lnum,nunum,_ffmodel);
67 double mymaxprob=100.;
68setProbMax(mymaxprob);
69
70}
void setProbMax(double prbmx)
EvtId getParentId()
Definition: EvtDecayBase.hh:60
EvtId getDaug(int i)
Definition: EvtDecayBase.hh:66
Definition: EvtId.hh:27

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