1 #ifndef PARTICLEPROPERTYSVC_PARTICLEPROPERTYSVC_H
2 #define PARTICLEPROPERTYSVC_PARTICLEPROPERTYSVC_H
13 #include "GaudiKernel/Service.h"
14 #include "GaudiKernel/IParticlePropertySvc.h"
76 typedef std::map< int, mapped_type >
MapID ;
77 typedef std::map< std::string, mapped_type >
MapName ;
83 typedef std::set<ParticleProperty*>
Set ;
103 (
const std::string& particle ,
109 const std::string& evtName ,
126 {
return m_idmap[ geantId ] ; }
182 typedef std::vector<std::string>
Files ;