ATLAS Offline Software
Loading...
Searching...
No Matches
JEPRoIBSCollectionV1.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_JEPROIBSCOLLECTIONV1_H
5#define TRIGT1CALO_JEPROIBSCOLLECTIONV1_H
6
9
10namespace LVL1 {
11
12class JEMRoI;
13class CMMRoI;
14class CMMJetHits;
15class CMMEtSums;
16
17
24
26
27 public:
28 JEPRoIBSCollectionV1(const DataVector<JEMRoI>* jemRoiCollection,
29 const CMMRoI* cmmRoi,
30 const DataVector<CMMJetHits>* cmmHitCollection,
31 const DataVector<CMMEtSums>* cmmEtCollection);
32
34 const DataVector<JEMRoI>* JemRoi() const;
36 const CMMRoI* CmmRoi() const;
38 const DataVector<CMMJetHits>* CmmHits() const;
40 const DataVector<CMMEtSums>* CmmSums() const;
41
42 private:
43
52
53};
54
59
61{
62 return m_cmmRoi;
63}
64
69
74
75} // end namespace
76
78
79#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
CMMEtSums object stores Et sums from the Energy CMMs.
CMMJetHits class stores Jet hit multiplicities received by and read out from the Jet CMMs.
Jet/Energy Processor RoI container for writing bytestream pre-LS1.
JEPRoIBSCollectionV1(const DataVector< JEMRoI > *jemRoiCollection, const CMMRoI *cmmRoi, const DataVector< CMMJetHits > *cmmHitCollection, const DataVector< CMMEtSums > *cmmEtCollection)
const CMMRoI * m_cmmRoi
CMM RoIs.
const DataVector< CMMEtSums > * m_cmmEtCollection
CMM Energy sums collection.
const CMMRoI * CmmRoi() const
Return pointer to CMM RoIs.
const DataVector< CMMJetHits > * CmmHits() const
Return pointer to CMM hit sums collection.
const DataVector< JEMRoI > * m_jemRoiCollection
JEM RoI collection.
const DataVector< CMMJetHits > * m_cmmHitCollection
CMM Hit sums collection.
const DataVector< JEMRoI > * JemRoi() const
Return pointer to JEM RoI collection.
const DataVector< CMMEtSums > * CmmSums() const
Return pointer to CMM energy sums collection.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...