ATLAS Offline Software
Loading...
Searching...
No Matches
CPBSCollectionV1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGT1CALO_CPBSCOLLECTIONV1_H
5#define TRIGT1CALO_CPBSCOLLECTIONV1_H
6
9
10namespace LVL1 {
11
12class CPMTower;
13class CPMHits;
14class CMMCPHits;
15
16
23
25
26 public:
27 CPBSCollectionV1(const DataVector<CPMTower>* ttCollection,
28 const DataVector<CPMHits>* hitCollection,
29 const DataVector<CMMCPHits>* cmmHitCollection);
30
32 const DataVector<CPMTower>* towers() const;
34 const DataVector<CPMHits>* hits() const;
36 const DataVector<CMMCPHits>* cmmHits() const;
37
38 private:
39
46
47};
48
50{
51 return m_ttCollection;
52}
53
55{
56 return m_hitCollection;
57}
58
63
64} // end namespace
65
67
68#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
Derived DataVector<T>.
Definition DataVector.h:795
Summary of CP (EM/tau) hits received by the merger modules.
Cluster Processor container for writing bytestream.
const DataVector< CPMHits > * hits() const
Return pointer to CPM hits collection.
const DataVector< CPMTower > * m_ttCollection
CPM tower collection.
const DataVector< CMMCPHits > * m_cmmHitCollection
CMM hits collection.
CPBSCollectionV1(const DataVector< CPMTower > *ttCollection, const DataVector< CPMHits > *hitCollection, const DataVector< CMMCPHits > *cmmHitCollection)
const DataVector< CPMTower > * towers() const
Return pointer to CPM tower collection.
const DataVector< CMMCPHits > * cmmHits() const
Return pointer to CMM hits collection.
const DataVector< CPMHits > * m_hitCollection
CPM hits collection.
The CPMHits object contains the hit data produced by a given Cluster Processor Module,...
The CPMTower class contains the TriggerTower information received by the Cluster Processor Modules.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...