Gaudi Framework, version v21r7

Home   Generated: 22 Jan 2010

IPartPropSvc.h

Go to the documentation of this file.
00001 #ifndef GAUDIKERNEL_IPARTPROPSVC_H
00002 #define GAUDIKERNEL_IPARTPROPSVC_H
00003 
00004 // Include Files
00005 #include <map>
00006 #include "GaudiKernel/IService.h"
00007 
00008 namespace HepPDT {
00009   class ParticleDataTable;
00010 }
00011 
00012 /* @class IPartPropSvc IPartPropSvc.h GaudiKernel/IPartPropSvc.h
00013 
00014     This class is an interface to the PartPropSvc.
00015 
00016     @author Charles Leggett
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 

Generated at Fri Jan 22 20:27:36 2010 for Gaudi Framework, version v21r7 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004