|
static PdtEntry * | lookup (const std::string &name) |
|
static PdtEntry * | lookup (PdtLund::LundType id) |
|
static PdtEntry * | lookup (PdtGeant::GeantType id) |
|
static PdtEntry * | lookup (PdtPdg::PdgType id) |
|
static PdtEntry * | lookup (PdtPid::PidType id, int charge=-1) |
|
static PdtEntry * | lookup (PdtPid::PidNeutralType id, int charge=0) |
|
static bool | sameOrConj (PdtLund::LundType id1, PdtLund::LundType id2) |
|
static bool | sameOrConj (PdtPdg::PdgType id1, PdtPdg::PdgType id2) |
|
static bool | sameOrConj (PdtEntry *id1, PdtEntry *id2) |
|
static const PdtEntry * | conjugate (const PdtEntry *) |
|
static float | mass (PdtLund::LundType id) |
|
static float | mass (PdtGeant::GeantType id) |
|
static float | mass (PdtPid::PidType id) |
|
static float | mass (PdtPid::PidNeutralType id) |
|
static float | mass (const char *name) |
|
static float | width (PdtLund::LundType id) |
|
static float | width (PdtGeant::GeantType id) |
|
static float | width (PdtPid::PidType id) |
|
static float | width (PdtPid::PidNeutralType id) |
|
static float | width (const char *name) |
|
static float | lifetime (PdtLund::LundType id) |
|
static float | lifetime (PdtGeant::GeantType id) |
|
static float | lifetime (PdtPid::PidType id) |
|
static float | lifetime (PdtPid::PidNeutralType id) |
|
static float | lifetime (const char *name) |
|
static float | spin (PdtLund::LundType id) |
|
static float | spin (PdtGeant::GeantType id) |
|
static float | spin (PdtPid::PidType id) |
|
static float | spin (PdtPid::PidNeutralType id) |
|
static float | spin (const char *name) |
|
static float | charge (PdtLund::LundType id) |
|
static float | charge (PdtGeant::GeantType id) |
|
static float | charge (const char *name) |
|
static PdtLund::LundType | antiCode (PdtLund::LundType) |
|
static void | readMCppTable (std::string filenm) |
|
static void | deleteAll () |
|
static void | printOn (std::ostream &) |
|
static void | addParticle (const char *pname, PdtLund::LundType id, float spin, float charge, float mass, float width=0.0, float cut=0.0) |
|
static void | addParticle (const char *pname, PdtGeant::GeantType id, float spin, float charge, float mass, float width=0.0, float cut=0.0) |
|
static void | addDecay (const char *pname, float bf, const char *child1, const char *child2=0, const char *child3=0, const char *child4=0, const char *child5=0) |
|
static void | addDecay (PdtLund::LundType id, float bf, PdtLund::LundType child1, PdtLund::LundType child2=PdtLund::null, PdtLund::LundType child3=PdtLund::null, PdtLund::LundType child4=PdtLund::null, PdtLund::LundType child5=PdtLund::null) |
|
static PdtLund::LundType | lundId (const PdtGeant::GeantType) |
|
static PdtLund::LundType | lundId (const PdtPdg::PdgType) |
|
static PdtLund::LundType | lundId (const PdtPid::PidType, int charge=-1) |
|
static PdtLund::LundType | lundId (const PdtPid::PidNeutralType, int charge=0) |
|
static PdtPdg::PdgType | pdgId (const PdtLund::LundType) |
|
static PdtPdg::PdgType | pdgId (const PdtPid::PidType pid, int charge=-1) |
|
static PdtPdg::PdgType | pdgId (const PdtPid::PidNeutralType pid, int charge=0) |
|
static PdtPdg::PdgType | pdgPid (const PdtGeant::GeantType geant) |
|
static PdtGeant::GeantType | geantId (const PdtLund::LundType) |
|
static PdtGeant::GeantType | geantId (const PdtPid::PidType, int charge=-1) |
|
static PdtGeant::GeantType | geantId (const PdtPid::PidNeutralType, int charge=0) |
|
static PdtGeant::GeantType | geantId (const PdtPdg::PdgType pdg) |
|
static PdtPid::PidType | pidId (const PdtLund::LundType) |
|
static PdtPid::PidType | pidId (const PdtGeant::GeantType) |
|
static PdtPid::PidType | pidId (const PdtPdg::PdgType pdg) |
|
static PdtPid::PidNeutralType | pidNeutId (const PdtLund::LundType) |
|
static PdtPid::PidNeutralType | pidNeutId (const PdtGeant::GeantType) |
|
static PdtPid::PidNeutralType | pidNeutId (const PdtPdg::PdgType pdg) |
|
static PdtLund::LundType | lundId (const int id) |
|
static PdtGeant::GeantType | geantId (const int id) |
|
static PdtPid::PidType | pidId (const int id) |
|
static PdtPid::PidNeutralType | pidNeutId (const int id) |
|
static PdtPdg::PdgType | pdgId (const int id) |
|
static PdtEntry * | lookup (const std::string &name) |
|
static PdtEntry * | lookup (PdtLund::LundType id) |
|
static PdtEntry * | lookup (PdtGeant::GeantType id) |
|
static PdtEntry * | lookup (PdtPdg::PdgType id) |
|
static PdtEntry * | lookup (PdtPid::PidType id, int charge=-1) |
|
static PdtEntry * | lookup (PdtPid::PidNeutralType id, int charge=0) |
|
static bool | sameOrConj (PdtLund::LundType id1, PdtLund::LundType id2) |
|
static bool | sameOrConj (PdtPdg::PdgType id1, PdtPdg::PdgType id2) |
|
static bool | sameOrConj (PdtEntry *id1, PdtEntry *id2) |
|
static const PdtEntry * | conjugate (const PdtEntry *) |
|
static float | mass (PdtLund::LundType id) |
|
static float | mass (PdtGeant::GeantType id) |
|
static float | mass (PdtPid::PidType id) |
|
static float | mass (PdtPid::PidNeutralType id) |
|
static float | mass (const char *name) |
|
static float | width (PdtLund::LundType id) |
|
static float | width (PdtGeant::GeantType id) |
|
static float | width (PdtPid::PidType id) |
|
static float | width (PdtPid::PidNeutralType id) |
|
static float | width (const char *name) |
|
static float | lifetime (PdtLund::LundType id) |
|
static float | lifetime (PdtGeant::GeantType id) |
|
static float | lifetime (PdtPid::PidType id) |
|
static float | lifetime (PdtPid::PidNeutralType id) |
|
static float | lifetime (const char *name) |
|
static float | spin (PdtLund::LundType id) |
|
static float | spin (PdtGeant::GeantType id) |
|
static float | spin (PdtPid::PidType id) |
|
static float | spin (PdtPid::PidNeutralType id) |
|
static float | spin (const char *name) |
|
static float | charge (PdtLund::LundType id) |
|
static float | charge (PdtGeant::GeantType id) |
|
static float | charge (const char *name) |
|
static PdtLund::LundType | antiCode (PdtLund::LundType) |
|
static void | readMCppTable (std::string filenm) |
|
static void | deleteAll () |
|
static void | printOn (std::ostream &) |
|
static void | addParticle (const char *pname, PdtLund::LundType id, float spin, float charge, float mass, float width=0.0, float cut=0.0) |
|
static void | addParticle (const char *pname, PdtGeant::GeantType id, float spin, float charge, float mass, float width=0.0, float cut=0.0) |
|
static void | addDecay (const char *pname, float bf, const char *child1, const char *child2=0, const char *child3=0, const char *child4=0, const char *child5=0) |
|
static void | addDecay (PdtLund::LundType id, float bf, PdtLund::LundType child1, PdtLund::LundType child2=PdtLund::null, PdtLund::LundType child3=PdtLund::null, PdtLund::LundType child4=PdtLund::null, PdtLund::LundType child5=PdtLund::null) |
|
static PdtLund::LundType | lundId (const PdtGeant::GeantType) |
|
static PdtLund::LundType | lundId (const PdtPdg::PdgType) |
|
static PdtLund::LundType | lundId (const PdtPid::PidType, int charge=-1) |
|
static PdtLund::LundType | lundId (const PdtPid::PidNeutralType, int charge=0) |
|
static PdtPdg::PdgType | pdgId (const PdtLund::LundType) |
|
static PdtPdg::PdgType | pdgId (const PdtPid::PidType pid, int charge=-1) |
|
static PdtPdg::PdgType | pdgId (const PdtPid::PidNeutralType pid, int charge=0) |
|
static PdtPdg::PdgType | pdgPid (const PdtGeant::GeantType geant) |
|
static PdtGeant::GeantType | geantId (const PdtLund::LundType) |
|
static PdtGeant::GeantType | geantId (const PdtPid::PidType, int charge=-1) |
|
static PdtGeant::GeantType | geantId (const PdtPid::PidNeutralType, int charge=0) |
|
static PdtGeant::GeantType | geantId (const PdtPdg::PdgType pdg) |
|
static PdtPid::PidType | pidId (const PdtLund::LundType) |
|
static PdtPid::PidType | pidId (const PdtGeant::GeantType) |
|
static PdtPid::PidType | pidId (const PdtPdg::PdgType pdg) |
|
static PdtPid::PidNeutralType | pidNeutId (const PdtLund::LundType) |
|
static PdtPid::PidNeutralType | pidNeutId (const PdtGeant::GeantType) |
|
static PdtPid::PidNeutralType | pidNeutId (const PdtPdg::PdgType pdg) |
|
static PdtLund::LundType | lundId (const int id) |
|
static PdtGeant::GeantType | geantId (const int id) |
|
static PdtPid::PidType | pidId (const int id) |
|
static PdtPid::PidNeutralType | pidNeutId (const int id) |
|
static PdtPdg::PdgType | pdgId (const int id) |
|