![]() |
ATLAS Offline Software
|
Jet/Energy Processor RoI container for writing bytestream. More...
#include <JEPRoIBSCollection.h>
Public Member Functions | |
JEPRoIBSCollection (const DataVector< JEMRoI > *jemRoiCollection, const CMMRoI *cmmRoi, const DataVector< CMMJetHits > *cmmHitCollection, const DataVector< CMMEtSums > *cmmEtCollection) | |
const DataVector< JEMRoI > * | JemRoi () const |
Return pointer to JEM RoI collection. More... | |
const CMMRoI * | CmmRoi () const |
Return pointer to CMM RoIs. More... | |
const DataVector< CMMJetHits > * | CmmHits () const |
Return pointer to CMM hit sums collection. More... | |
const DataVector< CMMEtSums > * | CmmSums () const |
Return pointer to CMM energy sums collection. More... | |
Private Attributes | |
const DataVector< JEMRoI > * | m_jemRoiCollection |
JEM RoI collection. More... | |
const CMMRoI * | m_cmmRoi |
CMM RoIs. More... | |
const DataVector< CMMJetHits > * | m_cmmHitCollection |
CMM Hit sums collection. More... | |
const DataVector< CMMEtSums > * | m_cmmEtCollection |
CMM Energy sums collection. More... | |
Jet/Energy Processor RoI container for writing bytestream.
Contains all the component collections needed to build the ROD.
Definition at line 25 of file JEPRoIBSCollection.h.
LVL1::JEPRoIBSCollection::JEPRoIBSCollection | ( | const DataVector< JEMRoI > * | jemRoiCollection, |
const CMMRoI * | cmmRoi, | ||
const DataVector< CMMJetHits > * | cmmHitCollection, | ||
const DataVector< CMMEtSums > * | cmmEtCollection | ||
) |
Definition at line 13 of file JEPRoIBSCollection.cxx.
|
inline |
Return pointer to CMM hit sums collection.
Definition at line 65 of file JEPRoIBSCollection.h.
Return pointer to CMM RoIs.
Definition at line 60 of file JEPRoIBSCollection.h.
|
inline |
Return pointer to CMM energy sums collection.
Definition at line 70 of file JEPRoIBSCollection.h.
|
inline |
Return pointer to JEM RoI collection.
Definition at line 55 of file JEPRoIBSCollection.h.
|
private |
CMM Energy sums collection.
Definition at line 51 of file JEPRoIBSCollection.h.
|
private |
CMM Hit sums collection.
Definition at line 49 of file JEPRoIBSCollection.h.
CMM RoIs.
Definition at line 47 of file JEPRoIBSCollection.h.
|
private |
JEM RoI collection.
Definition at line 45 of file JEPRoIBSCollection.h.