1 #ifndef _PhotosBranch_h_included_ 
    2 #define _PhotosBranch_h_included_ 
   17 #include "PhotosParticle.h" 
   55         static vector<PhotosBranch *> 
createBranches(vector<PhotosParticle *> particles);
 
static vector< PhotosBranch * > createBranches(vector< PhotosParticle * > particles)
bool checkMomentumConservation()
PhotosParticle * getDecayingParticle()
int checkSuppressionLevel()
vector< PhotosParticle * > getDaughters()
int checkList(bool forceOrSuppress)
vector< PhotosParticle * > daughters
int getSuppressionStatus()
vector< PhotosParticle * > mothers
PhotosParticle * particle
vector< PhotosParticle * > getParticles()
vector< PhotosParticle * > getMothers()
PhotosBranch(PhotosParticle *p)