The Gaudi Framework  v30r3 (a5ef0a68)
IPartPropSvc.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IPARTPROPSVC_H
2 #define GAUDIKERNEL_IPARTPROPSVC_H
3 
4 // Include Files
5 #include "GaudiKernel/IService.h"
6 #include <map>
7 
8 namespace HepPDT
9 {
10  class ParticleDataTable;
11  class ProcessUnknownID;
12 }
13 
14 /* @class IPartPropSvc IPartPropSvc.h GaudiKernel/IPartPropSvc.h
15 
16  This class is an interface to the PartPropSvc.
17 
18  @author Charles Leggett
19 
20 */
21 class GAUDI_API IPartPropSvc : virtual public IService
22 {
23 
24 public:
27 
28  virtual HepPDT::ParticleDataTable* PDT() = 0;
29  virtual void setUnknownParticleHandler( HepPDT::ProcessUnknownID*, const std::string& ) = 0;
30 };
31 
32 #endif
STL class.
General service interface definition.
Definition: IService.h:18
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition: IInterface.h:13
#define GAUDI_API
Definition: Kernel.h:104