ATLAS Offline Software
Loading...
Searching...
No Matches
CPBSCollectionV2.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<CMXCPTob>* tobCollection,
14 const DataVector<CMXCPHits>* hitCollection)
15 : m_ttCollection(ttCollection),
16 m_tobCollection(tobCollection),
17 m_hitCollection(hitCollection)
18{
19}
20
21} // end namespace
Derived DataVector<T>.
Definition DataVector.h:795
const DataVector< CPMTower > * m_ttCollection
CPM tower collection.
CPBSCollectionV2(const DataVector< CPMTower > *ttCollection, const DataVector< CMXCPTob > *tobCollection, const DataVector< CMXCPHits > *hitCollection)
const DataVector< CMXCPTob > * m_tobCollection
CMX TOB collection.
const DataVector< CMXCPHits > * m_hitCollection
CMX hits collection.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...