The Gaudi Framework
v26r2
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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 <map>
6
#include "
GaudiKernel/IService.h
"
7
8
namespace
HepPDT
{
9
class
ParticleDataTable;
10
class
ProcessUnknownID;
11
}
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
:
24
DeclareInterfaceID
(
IPartPropSvc
,2,0);
25
26
virtual
HepPDT::ParticleDataTable* PDT() = 0;
27
virtual
void
setUnknownParticleHandler( HepPDT::ProcessUnknownID*,
28
const
std::string& ) = 0;
29
31
virtual
~IPartPropSvc
() {}
32
};
33
34
#endif
IPartPropSvc::~IPartPropSvc
virtual ~IPartPropSvc()
virtual destructor
Definition:
IPartPropSvc.h:31
HepPDT
Definition:
IPartPropSvc.h:8
IService::DeclareInterfaceID
DeclareInterfaceID(IService, 3, 0)
InterfaceID.
IPartPropSvc
Definition:
IPartPropSvc.h:20
IService
General service interface definition.
Definition:
IService.h:19
IService.h
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:108
GaudiKernel
GaudiKernel
IPartPropSvc.h
Generated on Thu May 21 2015 14:27:22 for The Gaudi Framework by
1.8.9.1