Laura++
3.6.0
A maximum likelihood fitting package for performing Dalitz-plot analysis.
|
Go to the documentation of this file.
35 #ifndef LAU_PARTICLE_PDG
36 #define LAU_PARTICLE_PDG
71 Int_t type() const { return TMath::Abs( this-> code() ); }
Singleton class that provides access to particle property records.
Bool_t D_ Flag whether the particle is a D.
LauParticlePDG(const TParticlePDG *particle) Constructor.
Bool_t B_ Flag whether the particle is a B.
virtual ~LauParticlePDG() Destructor.
Bool_t isPi0() const Check whether the particle is a pi0.
Double_t mass() const The mass of the particle.
Int_t type() const The PDG code for the particle/antiparticle.
void setAntiParticle(const LauParticlePDG *antiPart) Set the antiparticle.
Bool_t isKs() const Check whether the particle is a KS.
TString stringAlphaNum() const Particle name, containing only alphanumeric characters.
Double_t mass_ The mass of the particle.
Bool_t kaon_ Flag whether the particle is a kaon.
TString string() const Particle name.
LauParticlePDG & operator=(const LauParticlePDG &rhs) Copy assignment operator (not implemented)
Class for storing particle properties.
Bool_t pi0_ Flag whether the particle is a pi0.
Bool_t isD() const Check whether the particle is a D.
Double_t massSq() const The mass square of the particle.
Bool_t pion_ Flag whether the particle is a pion.
Bool_t ks_ Flag whether the particle is a KS.
Bool_t isKaon() const Check whether the particle is a kaon (K+, K-, K0, K0bar, KS or KL)
Int_t code() const The particle PDG code.
Int_t charge() const The charge of the particle.
Int_t conjugateCode() const The anti-particle PDG code.
static const LauParticlePDG * particle(Int_t code) Get particle object based on the PDG code.
Bool_t isB() const Check whether the particle is a B.
Bool_t isPion() const Check whether the particle is a pion (pi+, pi- or pi0)
const LauParticlePDG * antiParticle() const Method to access the record for the charge conjugate of this particle.
const LauParticlePDG * antiParticle_ The antiparticle.
const TParticlePDG * theParticle_ The particle.
LauParticlePDG(const LauParticlePDG &rhs) Copy constructor (not implemented)
|