ATLAS Offline Software
Loading...
Searching...
No Matches
JEPRoIBSCollectionV2.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
9
10namespace LVL1 {
11
13 const DataVector<JEMTobRoI>* jemRoiCollection,
14 const CMXRoI* cmxRoi,
15 const DataVector<CMXEtSums>* cmxEtCollection)
16 : m_jemRoiCollection(jemRoiCollection),
17 m_cmxRoi(cmxRoi),
18 m_cmxEtCollection(cmxEtCollection)
19{
20}
21
22} // end namespace
Derived DataVector<T>.
Definition DataVector.h:795
const CMXRoI * m_cmxRoi
CMX RoIs.
const DataVector< CMXEtSums > * m_cmxEtCollection
CMX Energy sums collection.
JEPRoIBSCollectionV2(const DataVector< JEMTobRoI > *jemRoiCollection, const CMXRoI *cmxRoi, const DataVector< CMXEtSums > *cmxEtCollection)
const DataVector< JEMTobRoI > * m_jemRoiCollection
JEM RoI collection.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...