StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
f_FilHep.h
1 #ifndef _f_FilHep_h_included_
2 #define _f_FilHep_h_included_
3 
13 #include <stdio.h>
14 #include <stdlib.h>
15 #include <iostream>
16 #include <math.h>
17 
18 #include "TauolaParticle.h"
19 #include "DecayList.h"
20 
21 using namespace std;
22 
23 namespace Tauolapp
24 {
25 
28 extern "C" void filhep_(int * n, int * status, int * pdg_id,
29  int * mother_first, int * mother_last,
30  int * daughter_first, int * daughter_last,
31  float p4[4], float * p_inv_mass, bool * photos_flag);
32 
36 extern "C" void tralo4_(float * kto, float p[4], float q[4], float * ams);
37 
38 } // namespace Tauolapp
39 #endif
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)
Definition: f_FilHep.c:34
void tralo4_(float *kto, float p[4], float q[4], float *ams)
Definition: f_FilHep.c:109