Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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  class ParticleDataTable;
10  class ProcessUnknownID;
11 } // namespace HepPDT
12 
13 /* @class IPartPropSvc IPartPropSvc.h GaudiKernel/IPartPropSvc.h
14 
15  This class is an interface to the PartPropSvc.
16 
17  @author Charles Leggett
18 
19 */
20 class GAUDI_API IPartPropSvc : virtual public IService {
21 
22 public:
25 
26  virtual HepPDT::ParticleDataTable* PDT() = 0;
27  virtual void setUnknownParticleHandler( HepPDT::ProcessUnknownID*, const std::string& ) = 0;
28 };
29 
30 #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:71