25 #ifndef _PhotosBranch_h_included_ 26 #define _PhotosBranch_h_included_ 55 vector<PhotosParticle *>
getMothers() {
return mothers; }
77 static vector<PhotosBranch *>
createBranches(vector<PhotosParticle *> particles);
81 int checkSuppressionLevel() {
return checkList(
false); }
84 int checkForcingLevel() {
return checkList(
true); }
87 int checkList(
bool forceOrSuppress);
97 vector<PhotosParticle *> mothers;
99 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()