7 #ifndef TPYTHIA8DECAYER_H
8 #define TPYTHIA8DECAYER_H
virtual void ReadDecayTable()
to read a decay table (not yet implemented)
virtual ~TPythia8Decayer()
virtual void Decay(Int_t pdg, TLorentzVector *p)
Decay a single particle.
void ClearEvent()
Clear the event stack.
#define ClassDef(name, id)
virtual Float_t GetPartialBranchingRatio(Int_t ipart)
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.
An array of clone (identical) objects.