ATLAS Offline Software
Loading...
Searching...
No Matches
JEPRoIBSCollectionV2.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_JEPROIBSCOLLECTIONV2_H
5#define TRIGT1CALO_JEPROIBSCOLLECTIONV2_H
6
9
10namespace LVL1 {
11
12class JEMTobRoI;
13class CMXRoI;
14class CMXEtSums;
15
16
23
25
26 public:
27 JEPRoIBSCollectionV2(const DataVector<JEMTobRoI>* jemRoiCollection,
28 const CMXRoI* cmxRoi,
29 const DataVector<CMXEtSums>* cmxEtCollection);
30
32 const DataVector<JEMTobRoI>* JemRoi() const;
34 const CMXRoI* CmxRoi() const;
36 const DataVector<CMXEtSums>* CmxSums() const;
37
38 private:
39
46
47};
48
53
55{
56 return m_cmxRoi;
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
CMXEtSums object stores Et sums from the Energy CMXs.
Jet/Energy Processor RoI container for writing bytestream post-LS1.
const CMXRoI * m_cmxRoi
CMX RoIs.
const DataVector< CMXEtSums > * m_cmxEtCollection
CMX Energy sums collection.
const CMXRoI * CmxRoi() const
Return pointer to CMX RoIs.
const DataVector< CMXEtSums > * CmxSums() const
Return pointer to CMX energy sums collection.
JEPRoIBSCollectionV2(const DataVector< JEMTobRoI > *jemRoiCollection, const CMXRoI *cmxRoi, const DataVector< CMXEtSums > *cmxEtCollection)
const DataVector< JEMTobRoI > * m_jemRoiCollection
JEM RoI collection.
const DataVector< JEMTobRoI > * JemRoi() const
Return pointer to JEM RoI collection.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...