f_FilHep.h
00001 #ifndef _f_FilHep_h_included_
00002 #define _f_FilHep_h_included_
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 #include <stdio.h>
00014 #include <stdlib.h>
00015 #include <iostream>
00016 #include <math.h>
00017 
00018 #include "TauolaParticle.h"
00019 #include "DecayList.h"
00020 
00021 using namespace std;
00022 
00023 namespace Tauolapp
00024 {
00025 
00026 
00027 
00028 extern "C" void filhep_(int * n, int * status, int * pdg_id,
00029                         int * mother_first, int * mother_last, 
00030                         int * daughter_first, int * daughter_last, 
00031                         float p4[4], float * p_inv_mass, bool * photos_flag);
00032 
00033 
00034 
00035 
00036 extern "C" void tralo4_(float * kto, float p[4], float q[4], float * ams);
00037 
00038 } 
00039 #endif