ATLAS Offline Software
JEPRoIBSCollection.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
10 
11 namespace LVL1 {
12 
14  const DataVector<JEMRoI>* jemRoiCollection,
15  const CMMRoI* cmmRoi,
16  const DataVector<CMMJetHits>* cmmHitCollection,
17  const DataVector<CMMEtSums>* cmmEtCollection)
18  : m_jemRoiCollection(jemRoiCollection),
19  m_cmmRoi(cmmRoi),
20  m_cmmHitCollection(cmmHitCollection),
21  m_cmmEtCollection(cmmEtCollection)
22 {
23 }
24 
25 } // end namespace
CMMRoI.h
LVL1::JEPRoIBSCollection::JEPRoIBSCollection
JEPRoIBSCollection(const DataVector< JEMRoI > *jemRoiCollection, const CMMRoI *cmmRoi, const DataVector< CMMJetHits > *cmmHitCollection, const DataVector< CMMEtSums > *cmmEtCollection)
Definition: JEPRoIBSCollection.cxx:13
CMMJetHits.h
JEPRoIBSCollection.h
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
JEMRoI.h
CMMEtSums.h
LVL1::CMMRoI
CMM RoI data.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:21