read_particles_from_TAUOLA.h
00001 #ifndef _READ_PARTICLES_FROM_TAUOLA_H_
00002 #define _READ_PARTICLES_FROM_TAUOLA_H_
00003 
00004 
00005 #include "HepMC/GenEvent.h"
00006 #include "HepMC/GenParticle.h"
00007 #include "HepMC/IO_GenEvent.h"
00008 
00009 #include "TauSpinner/SimpleParticle.h"
00010 #include <vector>
00011 using namespace std;
00012 using namespace TauSpinner;
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 
00030 
00031 
00032 
00033 
00034 int readParticlesFromTAUOLA_HepMC(HepMC::IO_GenEvent &input_file, SimpleParticle &X, SimpleParticle &tau, SimpleParticle &tau2, vector<SimpleParticle> &tau_daughters, vector<SimpleParticle> &tau2_daughters);
00035 
00036 
00037 
00038 
00039 vector<SimpleParticle> *getDaughters(HepMC::GenParticle *x);
00040 
00041 #endif