ATLAS Offline Software
|
Jet/Energy Processor container for writing bytestream pre-LS1. More...
#include <JEPBSCollectionV1.h>
Public Member Functions | |
JEPBSCollectionV1 (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 pre-LS1.
Contains all the component collections needed to build the ROD.
Definition at line 26 of file JEPBSCollectionV1.h.
LVL1::JEPBSCollectionV1::JEPBSCollectionV1 | ( | 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 JEPBSCollectionV1.cxx.
|
inline |
Return pointer to CMM hit sums collection.
Definition at line 76 of file JEPBSCollectionV1.h.
|
inline |
Return pointer to CMM energy sums collection.
Definition at line 81 of file JEPBSCollectionV1.h.
|
inline |
Return pointer to energy sums collection.
Definition at line 71 of file JEPBSCollectionV1.h.
|
inline |
Return pointer to jet element collection.
Definition at line 61 of file JEPBSCollectionV1.h.
|
inline |
Return pointer to hit sums collection.
Definition at line 66 of file JEPBSCollectionV1.h.
|
private |
CMM Energy sums collection.
Definition at line 57 of file JEPBSCollectionV1.h.
|
private |
CMM Hit sums collection.
Definition at line 55 of file JEPBSCollectionV1.h.
|
private |
Energy sums collection.
Definition at line 53 of file JEPBSCollectionV1.h.
|
private |
Hit sums collection.
Definition at line 51 of file JEPBSCollectionV1.h.
|
private |
Jet element collection.
Definition at line 49 of file JEPBSCollectionV1.h.