ATLAS Offline Software
ICMMEtSumsCnvTool.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: ICMMEtSumsCnvTool.h 575995 2013-12-17 16:56:45Z morrisj $
8 #ifndef XAODTRIGL1CALOCNV_ICMMETSUMSCNVTOOL_H
9 #define XAODTRIGL1CALOCNV_ICMMETSUMSCNVTOOL_H
10 
11 // Gaudi/Athena include(s):
12 #include "GaudiKernel/IAlgTool.h"
13 
14 // EDM include(s):
16 
17 // Forward declaration(s):
18 namespace LVL1{
19  class CMMEtSums;
20 }
21 
22 namespace xAODMaker {
23 
25  static const InterfaceID
26  IID_ICMMEtSumsCnvTool( "xAODMaker::ICMMEtSumsCnvTool", 1, 0 );
27 
40  class ICMMEtSumsCnvTool : public virtual IAlgTool {
41  public:
44  xAOD::CMMEtSumsContainer* xaod ) = 0;
45 
47  static const InterfaceID& interfaceID() {
48  return IID_ICMMEtSumsCnvTool;
49  }
50 
51  }; // class ICMMEtSumsCnvTool
52 
53 } // namespace xAODMaker
54 
55 #endif // XAODTRIGL1CALOCNV_ICMMETSUMSCNVTOOL_H
xAODMaker::ICMMEtSumsCnvTool
Interface for the tool creating CMMEtSumsContainer from an ESD.
Definition: ICMMEtSumsCnvTool.h:40
xAODMaker
Definition: StoreGateSvc.h:72
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataVector< LVL1::CMMEtSums >
xAODMaker::ICMMEtSumsCnvTool::convert
virtual StatusCode convert(const DataVector< LVL1::CMMEtSums > *esd, xAOD::CMMEtSumsContainer *xaod)=0
Function that fills an existing xAOD::CMMEtSumsContainer.
xAODMaker::ICMMEtSumsCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition: ICMMEtSumsCnvTool.h:47
xAOD::CMMEtSums
CMMEtSums_v1 CMMEtSums
Define the latest version of the CMMEtSums class.
Definition: Event/xAOD/xAODTrigL1Calo/xAODTrigL1Calo/CMMEtSums.h:14
CMMEtSumsContainer.h