|
size_t | Gaudi::ParticleProperties::index (const Gaudi::ParticleProperty *property, const Gaudi::Interfaces::IParticlePropertySvc *service) |
| helper utility for mapping of Gaudi::ParticleProperty object into non-negative integral sequential identifier More...
|
|
size_t | Gaudi::ParticleProperties::index (const Gaudi::ParticleID &pid, const Gaudi::Interfaces::IParticlePropertySvc *service) |
| helper utility for mapping of Gaudi::ParticleID object into non-negative integral sequential identifier More...
|
|
const Gaudi::ParticleProperty * | Gaudi::ParticleProperties::particle (const size_t index, const Gaudi::Interfaces::IParticlePropertySvc *service) |
| the inverse mapping of the integer sequential number onto Gaudi::ParticleID object More...
|
|
const Gaudi::ParticleID | Gaudi::ParticleProperties::particleID (const size_t index, const Gaudi::Interfaces::IParticlePropertySvc *service) |
| the inverse mapping of the integer sequential number onto Gaudi::ParticleID object More...
|
|
const Gaudi::ParticleProperty * | Gaudi::ParticleProperties::byPythiaID (const int pythia, const Gaudi::Interfaces::IParticlePropertySvc *svc) |
| mapping by pythiaID More...
|
|
const Gaudi::ParticleProperty * | Gaudi::ParticleProperties::byEvtGenName (const std::string &evtGen, const Gaudi::Interfaces::IParticlePropertySvc *svc) |
| mapping by EvtGen-name More...
|
|
template<class INPUT , class PREDICATE , class OUTPUT > |
OUTPUT | Gaudi::ParticleProperties::get (INPUT first, INPUT last, const PREDICATE &cut, OUTPUT output) |
| get all particle properties which satisfy the certain criteria More...
|
|
template<class PREDICATE , class OUTPUT > |
OUTPUT | Gaudi::ParticleProperties::get (const Gaudi::Interfaces::IParticlePropertySvc *service, const PREDICATE &cut, OUTPUT output) |
| get all particle properties which satisfy the certain criteria More...
|
|
Gaudi::Interfaces::IParticlePropertySvc::ParticleProperties | Gaudi::ParticleProperties::allProperties (const Gaudi::Interfaces::IParticlePropertySvc *service) |
| get all the properties at once More...
|
|