ATLAS Offline Software
|
Cluster Processor container for writing bytestream. More...
#include <CPBSCollectionV2.h>
Public Member Functions | |
CPBSCollectionV2 (const DataVector< CPMTower > *ttCollection, const DataVector< CMXCPTob > *tobCollection, const DataVector< CMXCPHits > *hitCollection) | |
const DataVector< CPMTower > * | towers () const |
Return pointer to CPM tower collection. More... | |
const DataVector< CMXCPTob > * | tobs () const |
Return pointer to CMX TOB collection. More... | |
const DataVector< CMXCPHits > * | hits () const |
Return pointer to CMX hits collection. More... | |
Private Attributes | |
const DataVector< CPMTower > * | m_ttCollection |
CPM tower collection. More... | |
const DataVector< CMXCPTob > * | m_tobCollection |
CMX TOB collection. More... | |
const DataVector< CMXCPHits > * | m_hitCollection |
CMX hits collection. More... | |
Cluster Processor container for writing bytestream.
Contains all the component collections needed to build the ROD.
Definition at line 24 of file CPBSCollectionV2.h.
LVL1::CPBSCollectionV2::CPBSCollectionV2 | ( | const DataVector< CPMTower > * | ttCollection, |
const DataVector< CMXCPTob > * | tobCollection, | ||
const DataVector< CMXCPHits > * | hitCollection | ||
) |
Definition at line 12 of file CPBSCollectionV2.cxx.
|
inline |
Return pointer to CMX hits collection.
Definition at line 59 of file CPBSCollectionV2.h.
|
inline |
Return pointer to CMX TOB collection.
Definition at line 54 of file CPBSCollectionV2.h.
|
inline |
Return pointer to CPM tower collection.
Definition at line 49 of file CPBSCollectionV2.h.
|
private |
CMX hits collection.
Definition at line 45 of file CPBSCollectionV2.h.
|
private |
CMX TOB collection.
Definition at line 43 of file CPBSCollectionV2.h.
|
private |
CPM tower collection.
Definition at line 41 of file CPBSCollectionV2.h.