ATLAS Offline Software
|
Jet/Energy Processor container for writing bytestream. More...
#include <JEPBSCollection.h>
Public Member Functions | |
JEPBSCollection (const DataVector< JetElement > *jeCollection, const DataVector< JEMHits > *hitCollection, const DataVector< JEMEtSums > *etCollection, const DataVector< CMMJetHits > *cmmHitCollection, const DataVector< CMMEtSums > *cmmEtCollection) | |
const DataVector< JetElement > * | JetElements () const |
Return pointer to jet element collection. More... | |
const DataVector< JEMHits > * | JetHits () const |
Return pointer to hit sums collection. More... | |
const DataVector< JEMEtSums > * | EnergySums () const |
Return pointer to energy sums collection. 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< JetElement > * | m_jeCollection |
Jet element collection. More... | |
const DataVector< JEMHits > * | m_hitCollection |
Hit sums collection. More... | |
const DataVector< JEMEtSums > * | m_etCollection |
Energy sums collection. More... | |
const DataVector< CMMJetHits > * | m_cmmHitCollection |
CMM Hit sums collection. More... | |
const DataVector< CMMEtSums > * | m_cmmEtCollection |
CMM Energy sums collection. More... | |
Jet/Energy Processor container for writing bytestream.
Contains all the component collections needed to build the ROD.
Definition at line 26 of file JEPBSCollection.h.
LVL1::JEPBSCollection::JEPBSCollection | ( | const DataVector< JetElement > * | jeCollection, |
const DataVector< JEMHits > * | hitCollection, | ||
const DataVector< JEMEtSums > * | etCollection, | ||
const DataVector< CMMJetHits > * | cmmHitCollection, | ||
const DataVector< CMMEtSums > * | cmmEtCollection | ||
) |
Definition at line 14 of file JEPBSCollection.cxx.
|
inline |
Return pointer to CMM hit sums collection.
Definition at line 76 of file JEPBSCollection.h.
|
inline |
Return pointer to CMM energy sums collection.
Definition at line 81 of file JEPBSCollection.h.
|
inline |
Return pointer to energy sums collection.
Definition at line 71 of file JEPBSCollection.h.
|
inline |
Return pointer to jet element collection.
Definition at line 61 of file JEPBSCollection.h.
|
inline |
Return pointer to hit sums collection.
Definition at line 66 of file JEPBSCollection.h.
|
private |
CMM Energy sums collection.
Definition at line 57 of file JEPBSCollection.h.
|
private |
CMM Hit sums collection.
Definition at line 55 of file JEPBSCollection.h.
|
private |
Energy sums collection.
Definition at line 53 of file JEPBSCollection.h.
|
private |
Hit sums collection.
Definition at line 51 of file JEPBSCollection.h.
|
private |
Jet element collection.
Definition at line 49 of file JEPBSCollection.h.