00001
00002
00003 #ifndef TRIGCONFINTERFACES_IL1TOPOCONFIGSVC_H
00004 #define TRIGCONFINTERFACES_IL1TOPOCONFIGSVC_H
00005
00006
00007 #include "GaudiKernel/IService.h"
00008
00009
00010 namespace TXC {
00011 class L1TopoMenu;
00012 }
00013
00014 namespace TrigConf {
00015
00023 class IL1TopoConfigSvc : virtual public IService {
00024
00025 public:
00027 virtual ~IL1TopoConfigSvc() {}
00028
00030 DeclareInterfaceID( IL1TopoConfigSvc, 1, 0 );
00031
00033 virtual const TXC::L1TopoMenu* menu() const = 0;
00034
00035 };
00036
00037 }
00038
00039 #endif // TRIGCONFINTERFACES_IL1TOPOCONFIGSVC_H