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