00001
00002
00003 #ifndef XAODTRIGGERCNV_ITRIGNAVIGATIONVTOOL_H
00004 #define XAODTRIGGERCNV_ITRIGNAVIGATIONVTOOL_H
00005
00006
00007 #include "GaudiKernel/IAlgTool.h"
00008
00009
00010 #include "xAODTrigger/TrigNavigation.h"
00011
00012
00013 namespace HLT {
00014 class HLTResult;
00015 }
00016
00017 namespace xAODMaker {
00018
00020 static const InterfaceID
00021 IID_ITrigNavigationCnvTool( "xAODMaker::ITrigNavigationCnvTool", 1, 0 );
00022
00035 class ITrigNavigationCnvTool : public virtual IAlgTool {
00036
00037 public:
00039 virtual StatusCode convert( const HLT::HLTResult* aod,
00040 xAOD::TrigNavigation* xaod ) = 0;
00041
00043 static const InterfaceID& interfaceID() {
00044 return IID_ITrigNavigationCnvTool;
00045 }
00046
00047 };
00048
00049 }
00050
00051 #endif // XAODTRIGGERCNV_ITRIGNAVIGATIONVTOOL_H