ROOTPWA
|
#include <TPDGEntry.h>
Public Types | |
enum | PDG_AntiparticleFlag { B, F, blank } |
enum | PDG_BaryonRank { NoBaryon, Poor, Fair, Likely, Certain } |
enum | PDG_Status { NotDefined, FurtherMeson, NeedsConfirmation, Omitted, Established } |
Public Member Functions | |
TPDGEntry () | |
virtual | ~TPDGEntry () |
double | mass () const |
double | mass_er () const |
void | mass_errors (double &lower, double &upper) const |
double | width () const |
double | width_er () const |
void | width_errors (double &lower, double &upper) const |
double | I () const |
double | J () const |
int | G () const |
int | P () const |
int | C () const |
PDG_AntiparticleFlag | aflag () const |
int | pdgID () const |
double | q () const |
PDG_BaryonRank | R () const |
PDG_Status | status () const |
TString | name () const |
TString | quarks () const |
bool | isLightMeson () const |
bool | isExotic () const |
virtual void | Print (const Option_t *=0) const |
Private Member Functions | |
TString | Istr () const |
TString | Gstr () const |
TString | Jstr () const |
TString | Pstr () const |
TString | Cstr () const |
TString | Statstr () const |
Private Attributes | |
double | _mass |
double | _mass_en |
double | _mass_ep |
double | _width |
double | _width_en |
double | _width_ep |
double | _I |
int | _G |
double | _J |
int | _P |
int | _C |
PDG_AntiparticleFlag | _aflag |
int | _pdgID |
double | _q |
PDG_BaryonRank | _R |
PDG_Status | _status |
TString | _name |
TString | _quark_content |
Friends | |
bool | operator== (const TPDGEntry &lhs, const TPDGEntry &rhs) |
std::istream & | operator>> (std::istream &s, TPDGEntry &me) |
Definition at line 48 of file TPDGEntry.h.
Definition at line 51 of file TPDGEntry.h.
Definition at line 52 of file TPDGEntry.h.
Definition at line 55 of file TPDGEntry.h.
|
inline |
Definition at line 59 of file TPDGEntry.h.
|
inlinevirtual |
Definition at line 60 of file TPDGEntry.h.
|
inline |
Definition at line 80 of file TPDGEntry.h.
References _aflag.
|
inline |
Definition at line 79 of file TPDGEntry.h.
References _C.
|
private |
|
inline |
Definition at line 77 of file TPDGEntry.h.
References _G.
|
private |
|
inline |
bool TPDGEntry::isExotic | ( | ) | const |
Referenced by cut().
bool TPDGEntry::isLightMeson | ( | ) | const |
Referenced by cut().
|
private |
|
inline |
|
private |
|
inline |
|
inline |
Definition at line 68 of file TPDGEntry.h.
References _mass_en, and _mass_ep.
Referenced by plotPdg().
|
inline |
Definition at line 69 of file TPDGEntry.h.
|
inline |
|
inline |
|
inline |
Definition at line 81 of file TPDGEntry.h.
References _pdgID.
|
virtual |
Referenced by plotPdg().
|
private |
|
inline |
|
inline |
Definition at line 86 of file TPDGEntry.h.
References _quark_content.
|
inline |
Definition at line 83 of file TPDGEntry.h.
References _R.
|
private |
|
inline |
|
inline |
Definition at line 71 of file TPDGEntry.h.
References _width.
|
inline |
Definition at line 72 of file TPDGEntry.h.
|
inline |
Definition at line 73 of file TPDGEntry.h.
|
friend |
|
private |
Definition at line 110 of file TPDGEntry.h.
Referenced by aflag().
|
private |
Definition at line 109 of file TPDGEntry.h.
Referenced by C().
|
private |
Definition at line 106 of file TPDGEntry.h.
Referenced by G().
|
private |
Definition at line 105 of file TPDGEntry.h.
Referenced by I().
|
private |
Definition at line 107 of file TPDGEntry.h.
Referenced by J().
|
private |
Definition at line 99 of file TPDGEntry.h.
Referenced by mass().
|
private |
Definition at line 100 of file TPDGEntry.h.
Referenced by mass_er(), and mass_errors().
|
private |
Definition at line 101 of file TPDGEntry.h.
Referenced by mass_er(), and mass_errors().
|
private |
Definition at line 115 of file TPDGEntry.h.
Referenced by name().
|
private |
Definition at line 108 of file TPDGEntry.h.
Referenced by P().
|
private |
Definition at line 111 of file TPDGEntry.h.
Referenced by pdgID().
|
private |
Definition at line 112 of file TPDGEntry.h.
Referenced by q().
|
private |
Definition at line 116 of file TPDGEntry.h.
Referenced by quarks().
|
private |
Definition at line 113 of file TPDGEntry.h.
Referenced by R().
|
private |
Definition at line 114 of file TPDGEntry.h.
Referenced by status().
|
private |
Definition at line 102 of file TPDGEntry.h.
Referenced by width().
|
private |
Definition at line 103 of file TPDGEntry.h.
Referenced by width_er(), and width_errors().
|
private |
Definition at line 104 of file TPDGEntry.h.
Referenced by width_er(), and width_errors().