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] );
66 new_particle->boostAlongZ(tau_mother->getP(),tau_mother->getE());
68 new_particle->boostAlongZ(-tau_mother->getP(),tau_mother->getE());
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++){
103 new_particle->setMothers(mothers);
104 new_particle->setDaughters(daughters);
virtual TauolaParticle * createNewParticle(int pdg_id, int status, double mass, double px, double py, double pz, double e)=0
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)