ATLAS Offline Software
|
Cluster Processor container for writing bytestream. More...
#include <CPBSCollectionV1.h>
Public Member Functions | |
CPBSCollectionV1 (const DataVector< CPMTower > *ttCollection, const DataVector< CPMHits > *hitCollection, const DataVector< CMMCPHits > *cmmHitCollection) | |
const DataVector< CPMTower > * | towers () const |
Return pointer to CPM tower collection. More... | |
const DataVector< CPMHits > * | hits () const |
Return pointer to CPM hits collection. More... | |
const DataVector< CMMCPHits > * | cmmHits () const |
Return pointer to CMM hits collection. More... | |
Private Attributes | |
const DataVector< CPMTower > * | m_ttCollection |
CPM tower collection. More... | |
const DataVector< CPMHits > * | m_hitCollection |
CPM hits collection. More... | |
const DataVector< CMMCPHits > * | m_cmmHitCollection |
CMM 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 CPBSCollectionV1.h.
LVL1::CPBSCollectionV1::CPBSCollectionV1 | ( | const DataVector< CPMTower > * | ttCollection, |
const DataVector< CPMHits > * | hitCollection, | ||
const DataVector< CMMCPHits > * | cmmHitCollection | ||
) |
Definition at line 12 of file CPBSCollectionV1.cxx.
|
inline |
Return pointer to CMM hits collection.
Definition at line 59 of file CPBSCollectionV1.h.
|
inline |
Return pointer to CPM hits collection.
Definition at line 54 of file CPBSCollectionV1.h.
|
inline |
Return pointer to CPM tower collection.
Definition at line 49 of file CPBSCollectionV1.h.
|
private |
CMM hits collection.
Definition at line 45 of file CPBSCollectionV1.h.
|
private |
CPM hits collection.
Definition at line 43 of file CPBSCollectionV1.h.
|
private |
CPM tower collection.
Definition at line 41 of file CPBSCollectionV1.h.