ATLAS Offline Software
|
Jet/Energy Processor container for writing bytestream post-LS1. More...
#include <JEPBSCollectionV2.h>
Public Member Functions | |
JEPBSCollectionV2 (const DataVector< JetElement > *jeCollection, const DataVector< JEMEtSums > *etCollection, const DataVector< CMXJetTob > *cmxTobCollection, const DataVector< CMXJetHits > *cmxHitCollection, const DataVector< CMXEtSums > *cmxEtCollection) | |
const DataVector< JetElement > * | JetElements () const |
Return pointer to jet element collection. More... | |
const DataVector< JEMEtSums > * | EnergySums () const |
Return pointer to energy sums collection. More... | |
const DataVector< CMXJetTob > * | CmxTobs () const |
Return pointer to CMX TOBs collection. More... | |
const DataVector< CMXJetHits > * | CmxHits () const |
Return pointer to CMX hit sums collection. More... | |
const DataVector< CMXEtSums > * | CmxSums () const |
Return pointer to CMX energy sums collection. More... | |
Private Attributes | |
const DataVector< JetElement > * | m_jeCollection |
Jet element collection. More... | |
const DataVector< JEMEtSums > * | m_etCollection |
Energy sums collection. More... | |
const DataVector< CMXJetTob > * | m_cmxTobCollection |
CMX TOBs collection. More... | |
const DataVector< CMXJetHits > * | m_cmxHitCollection |
CMX Hit sums collection. More... | |
const DataVector< CMXEtSums > * | m_cmxEtCollection |
CMX Energy sums collection. More... | |
Jet/Energy Processor container for writing bytestream post-LS1.
Contains all the component collections needed to build the ROD.
Definition at line 26 of file JEPBSCollectionV2.h.
LVL1::JEPBSCollectionV2::JEPBSCollectionV2 | ( | const DataVector< JetElement > * | jeCollection, |
const DataVector< JEMEtSums > * | etCollection, | ||
const DataVector< CMXJetTob > * | cmxTobCollection, | ||
const DataVector< CMXJetHits > * | cmxHitCollection, | ||
const DataVector< CMXEtSums > * | cmxEtCollection | ||
) |
Definition at line 14 of file JEPBSCollectionV2.cxx.
|
inline |
Return pointer to CMX hit sums collection.
Definition at line 76 of file JEPBSCollectionV2.h.
|
inline |
Return pointer to CMX energy sums collection.
Definition at line 81 of file JEPBSCollectionV2.h.
|
inline |
Return pointer to CMX TOBs collection.
Definition at line 71 of file JEPBSCollectionV2.h.
|
inline |
Return pointer to energy sums collection.
Definition at line 66 of file JEPBSCollectionV2.h.
|
inline |
Return pointer to jet element collection.
Definition at line 61 of file JEPBSCollectionV2.h.
|
private |
CMX Energy sums collection.
Definition at line 57 of file JEPBSCollectionV2.h.
|
private |
CMX Hit sums collection.
Definition at line 55 of file JEPBSCollectionV2.h.
|
private |
CMX TOBs collection.
Definition at line 53 of file JEPBSCollectionV2.h.
|
private |
Energy sums collection.
Definition at line 51 of file JEPBSCollectionV2.h.
|
private |
Jet element collection.
Definition at line 49 of file JEPBSCollectionV2.h.