8 #include "TGenPhaseSpace.h" 9 #include "TLorentzVector.h" 18 std::vector<FairIon*> fOutputIons;
19 TLorentzVector fInputIonV;
20 TString fOutputIonName;
25 void SaveToEventHeader();
27 std::vector<std::vector<TLorentzVector> > fDecays;
31 std::vector<TParticlePDG*> fOutputParticlesPDG;
32 std::vector<TNamed*> fOutputs;
40 void AddOutputIon(Int_t A, Int_t Z, Int_t Q);
41 void AddOutputParticle(Int_t pdg);
42 void SetFileName(TString name){fFileName = name;}