1 #ifndef _PhotosBranch_h_included_ 2 #define _PhotosBranch_h_included_ 31 vector<PhotosParticle *>
getMothers() {
return mothers; }
53 static vector<PhotosBranch *>
createBranches(vector<PhotosParticle *> particles);
57 int checkSuppressionLevel() {
return checkList(
false); }
60 int checkForcingLevel() {
return checkList(
true); }
63 int checkList(
bool forceOrSuppress);
73 vector<PhotosParticle *> mothers;
75 vector<PhotosParticle *> daughters;
vector< PhotosParticle * > getDaughters()
int getSuppressionStatus()
vector< PhotosParticle * > getMothers()
PhotosParticle * getDecayingParticle()
static vector< PhotosBranch * > createBranches(vector< PhotosParticle *> particles)
PhotosBranch(PhotosParticle *p)
vector< PhotosParticle * > getParticles()
bool checkMomentumConservation()