13 #include <framework/particledb/EvtGenParticlePDG.h>
14 #include <TDatabasePDG.h>
23 class EvtGenDatabasePDG :
public TDatabasePDG {
34 TParticlePDG*
AddParticle(
const char* name,
const char* title, Double_t mass, Bool_t stable, Double_t width,
35 Double_t charge,
const char* ParticleClass, Int_t PDGcode, Int_t Anti, Int_t TrackingCode)
override
37 return AddParticle(name, title, mass, stable, width, charge, ParticleClass, PDGcode, Anti, TrackingCode, 0, 0, 0, 0);
40 EvtGenParticlePDG*
AddParticle(
const char* name,
const char* title, Double_t mass, Bool_t stable, Double_t width,
41 Double_t charge,
const char* ParticleClass, Int_t PDGcode, Int_t Anti, Int_t TrackingCode,
42 Double_t Lifetime, Double_t Spin, Double_t maxWidth, Int_t pythiaID);