34void filhep_(
int * n,
int * status,
int * pdg_id,
35 int * mother_first,
int * mother_last,
36 int * daughter_first,
int * daughter_last,
37 float p4[4],
float * p_inv_mass,
bool * photos_flag){
44 const int TAU_POSITION = 1;
56 p4[0],p4[1],p4[2],p4[3] );
86 vector<TauolaParticle *> mothers;
87 for(
int i=*mother_first; i <= *mother_last && *mother_first!=0; i++){
93 vector<TauolaParticle *> daughters;
94 for(
int i=*daughter_first; i <= *daughter_last && *daughter_first!=0; i++){
virtual TauolaParticle * createNewParticle(int pdg_id, int status, double mass, double px, double py, double pz, double e)=0
virtual void setDaughters(std::vector< TauolaParticle * > daughters)=0
virtual void setMothers(std::vector< TauolaParticle * > mothers)=0
void boostAlongZ(double pz, double e)
void filhep_(int *n, int *status, int *pdg_id, int *mother_first, int *mother_last, int *daughter_first, int *daughter_last, float p4[4], float *p_inv_mass, bool *photos_flag)