ATLAS Offline Software
Loading...
Searching...
No Matches
JEPBSCollectionV2.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
11
12namespace LVL1 {
13
15 const DataVector<JetElement>* jeCollection,
16 const DataVector<JEMEtSums>* etCollection,
17 const DataVector<CMXJetTob>* cmxTobCollection,
18 const DataVector<CMXJetHits>* cmxHitCollection,
19 const DataVector<CMXEtSums>* cmxEtCollection)
20 : m_jeCollection(jeCollection),
21 m_etCollection(etCollection),
22 m_cmxTobCollection(cmxTobCollection),
23 m_cmxHitCollection(cmxHitCollection),
24 m_cmxEtCollection(cmxEtCollection) {}
25
26} // end namespace
Derived DataVector<T>.
Definition DataVector.h:795
const DataVector< CMXEtSums > * m_cmxEtCollection
CMX Energy sums collection.
const DataVector< CMXJetHits > * m_cmxHitCollection
CMX Hit sums collection.
JEPBSCollectionV2(const DataVector< JetElement > *jeCollection, const DataVector< JEMEtSums > *etCollection, const DataVector< CMXJetTob > *cmxTobCollection, const DataVector< CMXJetHits > *cmxHitCollection, const DataVector< CMXEtSums > *cmxEtCollection)
const DataVector< JetElement > * m_jeCollection
Jet element collection.
const DataVector< JEMEtSums > * m_etCollection
Energy sums collection.
const DataVector< CMXJetTob > * m_cmxTobCollection
CMX TOBs collection.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...