ATLAS Offline Software
ICMMRoICnvTool.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: ICMMRoICnvTool.h 576007 2013-12-17 18:07:37Z morrisj $
8 #ifndef XAODTRIGL1CALOCNV_ICMMROICNVTOOL_H
9 #define XAODTRIGL1CALOCNV_ICMMROICNVTOOL_H
10 
11 // Gaudi/Athena include(s):
12 #include "GaudiKernel/IAlgTool.h"
13 
14 // EDM include(s):
15 #include "xAODTrigL1Calo/CMMRoI.h"
16 
17 // Forward declaration(s):
18 namespace LVL1{
19  class CMMRoI;
20 }
21 
22 namespace xAODMaker {
23 
25  static const InterfaceID
26  IID_ICMMRoICnvTool( "xAODMaker::ICMMRoICnvTool", 1, 0 );
27 
40  class ICMMRoICnvTool : public virtual IAlgTool {
41  public:
43  virtual StatusCode convert( const LVL1::CMMRoI* esd,
44  xAOD::CMMRoI* xaod ) = 0;
45 
47  static const InterfaceID& interfaceID() {
48  return IID_ICMMRoICnvTool;
49  }
50 
51  }; // class ICMMRoICnvTool
52 
53 } // namespace xAODMaker
54 
55 #endif // XAODTRIGL1CALOCNV_ICMMROICNVTOOL_H
xAOD::CMMRoI_v1
Description of CMMRoI_v1.
Definition: CMMRoI_v1.h:27
xAOD::CMMRoI
CMMRoI_v1 CMMRoI
Define the latest version of the CMMRoI class.
Definition: Event/xAOD/xAODTrigL1Calo/xAODTrigL1Calo/CMMRoI.h:14
xAODMaker::ICMMRoICnvTool::convert
virtual StatusCode convert(const LVL1::CMMRoI *esd, xAOD::CMMRoI *xaod)=0
Function that fills an existing xAOD::CMMRoIContainer.
xAODMaker
Definition: StoreGateSvc.h:72
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
xAODMaker::ICMMRoICnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition: ICMMRoICnvTool.h:47
xAODMaker::ICMMRoICnvTool
Interface for the tool creating CMMRoI from an ESD.
Definition: ICMMRoICnvTool.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CMMRoI.h
LVL1::CMMRoI
CMM RoI data.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:21