IPartPropSvc.h
Go to the documentation of this file.00001 #ifndef GAUDIKERNEL_IPARTPROPSVC_H
00002 #define GAUDIKERNEL_IPARTPROPSVC_H
00003
00004
00005 #include <map>
00006 #include "GaudiKernel/IService.h"
00007
00008 namespace HepPDT {
00009 class ParticleDataTable;
00010 }
00011
00012
00013
00014
00015
00016
00017
00018
00019 class GAUDI_API IPartPropSvc: virtual public IService {
00020
00021 public:
00023 DeclareInterfaceID(IPartPropSvc,2,0);
00024
00025 virtual HepPDT::ParticleDataTable* PDT() = 0;
00026
00027 };
00028
00029 #endif
00030