The Gaudi Framework  master (37c0b60a)
IPartPropSvc.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2024 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef GAUDIKERNEL_IPARTPROPSVC_H
12 #define GAUDIKERNEL_IPARTPROPSVC_H
13 
14 // Include Files
15 #include <GaudiKernel/IService.h>
16 #include <map>
17 
18 namespace HepPDT {
19  class ParticleDataTable;
20  class ProcessUnknownID;
21 } // namespace HepPDT
22 
23 /* @class IPartPropSvc IPartPropSvc.h GaudiKernel/IPartPropSvc.h
24 
25  This class is an interface to the PartPropSvc.
26 
27  @author Charles Leggett
28 
29 */
30 class GAUDI_API IPartPropSvc : virtual public IService {
31 
32 public:
35 
36  virtual HepPDT::ParticleDataTable* PDT() = 0;
37  virtual void setUnknownParticleHandler( HepPDT::ProcessUnknownID*, const std::string& ) = 0;
38 };
39 
40 #endif
IService
Definition: IService.h:28
IPartPropSvc::PDT
virtual HepPDT::ParticleDataTable * PDT()=0
IService.h
std::string
STL class.
IPartPropSvc
Definition: IPartPropSvc.h:30
HepPDT
Definition: IPartPropSvc.h:18
IPartPropSvc::DeclareInterfaceID
DeclareInterfaceID(IPartPropSvc, 2, 0)
InterfaceID.
GAUDI_API
#define GAUDI_API
Definition: Kernel.h:81
IPartPropSvc::setUnknownParticleHandler
virtual void setUnknownParticleHandler(HepPDT::ProcessUnknownID *, const std::string &)=0