00001
00002
00003 #ifndef TRIGCONFINTERFACES_ILVL1CONFIGSVC_H
00004 #define TRIGCONFINTERFACES_ILVL1CONFIGSVC_H
00005
00006
00007 #include "GaudiKernel/IService.h"
00008
00009
00010 #include "TrigConfInterfaces/IILVL1ConfigSvc.h"
00011
00012 namespace TrigConf {
00013
00014
00015 class Muctpi;
00016
00024 class ILVL1ConfigSvc : public IILVL1ConfigSvc,
00025 virtual public IService {
00026
00027 public:
00029 virtual ~ILVL1ConfigSvc(){}
00030
00032 DeclareInterfaceID( ILVL1ConfigSvc, 0, 1 );
00033
00035 virtual const Muctpi* muctpiConfig() const = 0;
00036
00037 };
00038
00039 }
00040
00041 #endif // TRIGCONFINTERFACES_ILVL1CONFIGSVC_H