BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtPhsp Class Reference

#include <EvtPhsp.hh>

+ Inheritance diagram for EvtPhsp:

Public Member Functions

 EvtPhsp ()
 
virtual ~EvtPhsp ()
 
void getName (std::string &name)
 
EvtDecayBaseclone ()
 
void initProbMax ()
 
void init ()
 
void decay (EvtParticle *p)
 
- Public Member Functions inherited from EvtDecayIncoherent
void makeDecay (EvtParticle *p)
 
virtual ~EvtDecayIncoherent ()
 
void setDaughterSpinDensity (int daughter)
 
int isDaughterSpinDensitySet (int daughter)
 
- 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 EvtDecayBase
bool _daugsDecayedByParentModel
 

Detailed Description

Definition at line 30 of file EvtPhsp.hh.

Constructor & Destructor Documentation

◆ EvtPhsp()

EvtPhsp::EvtPhsp ( )
inline

Definition at line 34 of file EvtPhsp.hh.

34{}

Referenced by clone().

◆ ~EvtPhsp()

EvtPhsp::~EvtPhsp ( )
virtual

Definition at line 30 of file EvtPhsp.cc.

30{}

Member Function Documentation

◆ clone()

EvtDecayBase * EvtPhsp::clone ( )
virtual

Implements EvtDecayBase.

Definition at line 38 of file EvtPhsp.cc.

38 {
39
40 return new EvtPhsp;
41
42}
EvtPhsp()
Definition: EvtPhsp.hh:34

◆ decay()

void EvtPhsp::decay ( EvtParticle p)
virtual

Implements EvtDecayBase.

Definition at line 58 of file EvtPhsp.cc.

58 {
59
60 //unneeded - lange - may13-02
61 //if ( p->getNDaug() != 0 ) {
62 //Will end up here because maxrate multiplies by 1.2
63 // report(DEBUG,"EvtGen") << "In EvtPhsp: has "
64 // <<" daugthers should not be here!"<<endl;
65 // return;
66 //}
67
69 // std::cout<<"weight= "<<weight<<std::endl;
70
71 return ;
72}
*********Class see also m_nmax DOUBLE PRECISION m_MasPhot DOUBLE PRECISION m_phsu DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_r2 DOUBLE PRECISION m_WtMass INTEGER m_nmax INTEGER m_Nevgen INTEGER m_IsFSR INTEGER m_MarTot *COMMON c_KarFin $ !Output file $ !Event serial number $ !alpha QED at Thomson limit $ !minimum energy at CMS for remooval $ !infrared dimensionless $ !dummy photon IR regulator $ !crude photon multiplicity enhancement factor *EVENT $ !MC crude volume of PhhSpace *Sfactors $ !YFS formfactor IR part only $ !YFS formfactor non IR finite part $ !mass weight
Definition: KarFin.h:34
EvtId * getDaugs()
Definition: EvtDecayBase.hh:65
double initializePhaseSpace(int numdaughter, EvtId *daughters, double poleSize=-1., int whichTwo1=0, int whichTwo2=1)

◆ getName()

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

Implements EvtDecayBase.

Definition at line 32 of file EvtPhsp.cc.

32 {
33
34 model_name="PHSP";
35
36}

◆ init()

void EvtPhsp::init ( )
virtual

Reimplemented from EvtDecayBase.

Definition at line 45 of file EvtPhsp.cc.

45 {
46
47 // check that there are 0 arguments
48 checkNArg(0);
49
50}
void checkNArg(int a1, int a2=-1, int a3=-1, int a4=-1)

◆ initProbMax()

void EvtPhsp::initProbMax ( )
virtual

Reimplemented from EvtDecayBase.

Definition at line 52 of file EvtPhsp.cc.

52 {
53
54 noProbMax();
55
56}
void noProbMax()

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