The Gaudi Framework  master (37c0b60a)
IParticlePropertySvc.h File Reference
#include <GaudiKernel/IInterface.h>
#include <GaudiKernel/Kernel.h>
#include <vector>
Include dependency graph for IParticlePropertySvc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaudi::Interfaces::IParticlePropertySvc
 

Namespaces

 Gaudi
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
 Gaudi::Interfaces
 
 Gaudi::ParticleProperties
 

Functions

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::ParticlePropertyGaudi::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::ParticlePropertyGaudi::ParticleProperties::byPythiaID (const int pythia, const Gaudi::Interfaces::IParticlePropertySvc *svc)
 mapping by pythiaID More...
 
const Gaudi::ParticlePropertyGaudi::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...