ATLAS Offline Software
IJEMEtSumsCnvTool.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: IJEMEtSumsCnvTool.h 576052 2013-12-18 09:13:50Z morrisj $
8 #ifndef XAODTRIGL1CALOCNV_IJEMETSUMSCNVTOOL_H
9 #define XAODTRIGL1CALOCNV_IJEMETSUMSCNVTOOL_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 JEMEtSums;
20 }
21 
22 namespace xAODMaker {
23 
25  static const InterfaceID
26  IID_IJEMEtSumsCnvTool( "xAODMaker::IJEMEtSumsCnvTool", 1, 0 );
27 
40  class IJEMEtSumsCnvTool : public virtual IAlgTool {
41  public:
44  xAOD::JEMEtSumsContainer* xaod ) = 0;
45 
47  static const InterfaceID& interfaceID() {
48  return IID_IJEMEtSumsCnvTool;
49  }
50 
51  }; // class IJEMEtSumsCnvTool
52 
53 } // namespace xAODMaker
54 
55 #endif // XAODTRIGL1CALOCNV_IJEMETSUMSCNVTOOL_H
xAOD::JEMEtSums
JEMEtSums_v2 JEMEtSums
Define the latest version of the JEMEtSums class.
Definition: Event/xAOD/xAODTrigL1Calo/xAODTrigL1Calo/JEMEtSums.h:15
xAODMaker
Definition: StoreGateSvc.h:72
xAODMaker::IJEMEtSumsCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition: IJEMEtSumsCnvTool.h:47
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
xAODMaker::IJEMEtSumsCnvTool::convert
virtual StatusCode convert(const DataVector< LVL1::JEMEtSums > *esd, xAOD::JEMEtSumsContainer *xaod)=0
Function that fills an existing xAOD::JEMEtSumsContainer.
JEMEtSumsContainer.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataVector< LVL1::JEMEtSums >
xAODMaker::IJEMEtSumsCnvTool
Interface for the tool creating JEMEtSumsContainer from an ESD.
Definition: IJEMEtSumsCnvTool.h:40