ATLAS Offline Software
ICMMCPHitsCnvTool.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: ICMMCPHitsCnvTool.h 575995 2013-12-17 16:56:45Z morrisj $
8 #ifndef XAODTRIGL1CALOCNV_ICMMCPHITSCNVTOOL_H
9 #define XAODTRIGL1CALOCNV_ICMMCPHITSCNVTOOL_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 CMMCPHits;
20 }
21 
22 namespace xAODMaker {
23 
25  static const InterfaceID
26  IID_ICMMCPHitsCnvTool( "xAODMaker::ICMMCPHitsCnvTool", 1, 0 );
27 
40  class ICMMCPHitsCnvTool : public virtual IAlgTool {
41  public:
44  xAOD::CMMCPHitsContainer* xaod ) = 0;
45 
47  static const InterfaceID& interfaceID() {
48  return IID_ICMMCPHitsCnvTool;
49  }
50 
51  }; // class ICMMCPHitsCnvTool
52 
53 } // namespace xAODMaker
54 
55 #endif // XAODTRIGL1CALOCNV_ICMMCPHITSCNVTOOL_H
xAODMaker::ICMMCPHitsCnvTool::convert
virtual StatusCode convert(const DataVector< LVL1::CMMCPHits > *esd, xAOD::CMMCPHitsContainer *xaod)=0
Function that fills an existing xAOD::CMMCPHitsContainer.
xAODMaker::ICMMCPHitsCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition: ICMMCPHitsCnvTool.h:47
xAODMaker::ICMMCPHitsCnvTool
Interface for the tool creating CMMCPHitsContainer from an ESD.
Definition: ICMMCPHitsCnvTool.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
LVL1::CMMCPHits
Summary of CP (EM/tau) hits received by the merger modules.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMCPHits.h:30
CMMCPHitsContainer.h
DataVector< LVL1::CMMCPHits >