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