00001
00002
00003 #ifndef XAODTRIGGERCNV_IENERGYSUMROICNVTOOL_H
00004 #define XAODTRIGGERCNV_IENERGYSUMROICNVTOOL_H
00005
00006
00007 #include "GaudiKernel/IAlgTool.h"
00008
00009
00010 #include "xAODTrigger/EnergySumRoI.h"
00011
00012
00013 class LVL1_ROI;
00014
00015 namespace xAODMaker {
00016
00018 static const InterfaceID
00019 IID_IEnergySumRoICnvTool( "xAODMaker::IEnergySumRoICnvTool", 1, 0 );
00020
00033 class IEnergySumRoICnvTool : public virtual IAlgTool {
00034
00035 public:
00037 virtual StatusCode convert( const LVL1_ROI* aod,
00038 xAOD::EnergySumRoI* xaod ) = 0;
00039
00041 static const InterfaceID& interfaceID() {
00042 return IID_IEnergySumRoICnvTool;
00043 }
00044
00045 };
00046
00047 }
00048
00049 #endif // XAODTRIGGERCNV_IENERGYSUMROICNVTOOL_H