ATLAS Offline Software
Loading...
Searching...
No Matches
IJEMHitsCnvTool.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: IJEMHitsCnvTool.h 576052 2013-12-18 09:13:50Z morrisj $
8#ifndef XAODTRIGL1CALOCNV_IJEMHITSCNVTOOL_H
9#define XAODTRIGL1CALOCNV_IJEMHITSCNVTOOL_H
10
11// Gaudi/Athena include(s):
12#include "GaudiKernel/IAlgTool.h"
13
14// EDM include(s):
16
17// Forward declaration(s):
18namespace LVL1{
19 class JEMHits;
20}
21
22namespace xAODMaker {
23
25 static const InterfaceID
26 IID_IJEMHitsCnvTool( "xAODMaker::IJEMHitsCnvTool", 1, 0 );
27
40 class IJEMHitsCnvTool : public virtual IAlgTool {
41 public:
43 virtual StatusCode convert( const DataVector<LVL1::JEMHits>* esd,
44 xAOD::JEMHitsContainer* xaod ) = 0;
45
47 static const InterfaceID& interfaceID() {
49 }
50
51 }; // class IJEMHitsCnvTool
52
53} // namespace xAODMaker
54
55#endif // XAODTRIGL1CALOCNV_IJEMHITSCNVTOOL_H
Derived DataVector<T>.
Definition DataVector.h:795
Interface for the tool creating JEMHitsContainer from an ESD.
static const InterfaceID & interfaceID()
Gaudi interface definition.
virtual StatusCode convert(const DataVector< LVL1::JEMHits > *esd, xAOD::JEMHitsContainer *xaod)=0
Function that fills an existing xAOD::JEMHitsContainer.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
static const InterfaceID IID_IJEMHitsCnvTool("xAODMaker::IJEMHitsCnvTool", 1, 0)
The interface provided by IJEMHitsCnvTool.
JEMHitsContainer_v1 JEMHitsContainer
Define the latest version of the JEMHits container.