7 #ifndef TPYTHIA8DECAYER_H 8 #define TPYTHIA8DECAYER_H virtual void ReadDecayTable()
to read a decay table (not yet implemented)
virtual ~TPythia8Decayer()
TPythia8Decayer()
constructor
virtual void Decay(Int_t pdg, TLorentzVector *p)
Decay a single particle.
Abstract base class for particle decays.
void ClearEvent()
Clear the event stack.
#define ClassDef(name, id)
virtual Float_t GetPartialBranchingRatio(Int_t ipart)
Get the partial branching ratio for a particle of type IPART (a PDG code).
virtual void Init()
Initialize the decayer.
virtual void SetForceDecay(Int_t type)
Set forced decay mode.
virtual void SetDebugLevel(Int_t debug)
virtual Float_t GetLifetime(Int_t kf)
return lifetime in seconds of teh particle with PDG number pdg
virtual Int_t ImportParticles(TClonesArray *particles)
import the decay products into particles array
void AppendParticle(Int_t pdg, TLorentzVector *p)
Append a particle to the stack.
virtual void ForceDecay()
ForceDecay not yet implemented.
TLorentzVector is a general four-vector class, which can be used either for the description of positi...
TPythia8 is an interface class to C++ version of Pythia 8.1 event generators, written by T...
This class implements the TVirtualMCDecayer interface using TPythia8.
An array of clone (identical) objects.