8 #ifndef FAIR_PARTICLE_H
9 #define FAIR_PARTICLE_H
13 #include "TRefArray.h"
15 #include "TMCParticleType.h"
23 FairParticle(
const char*
name, Int_t
z, Int_t a, Int_t
s,Double_t
mass , Int_t q, Bool_t stable, Double_t decaytime);
24 FairParticle(
const char* name, Int_t z, Int_t a, Double_t mass , Int_t q, Bool_t stable, Double_t decaytime);
26 Double_t lifetime,
const TString pType=
"Ion", Double_t
width=0, Int_t iSpin=0, Int_t iParity=0,
27 Int_t iConjugation=0, Int_t iIsospin=0, Int_t iIsospinZ=0, Int_t gParity=0, Int_t lepton=0,
28 Int_t baryon=0,Bool_t stable=kFALSE);
37 virtual void Print(Option_t* option =
"")
const;
92 #endif //FAIR_PARTICLE_H