#include <CSCSPEvent.h>
Definition at line 9 of file CSCSPEvent.h.
CSCSPEvent::CSCSPEvent |
( |
void |
| ) |
|
|
inline |
const CSCSPCounters& CSCSPEvent::counters |
( |
void |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
const CSCSPHeader& CSCSPEvent::header |
( |
void |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
const CSCSPRecord& CSCSPEvent::record |
( |
unsigned int |
tbin | ) |
const |
throw | ( | |
| ) | | |
|
inline |
const CSCSPTrailer& CSCSPEvent::trailer |
( |
void |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
bool CSCSPEvent::unpack |
( |
const unsigned short *& |
buf | ) |
|
throw | ( | |
| ) | | |
if( track.ME1_tbin()>2 ) unpackError |= true; // because bxaDepth<=2
if( track.ME2_tbin()>2 ) unpackError |= true; // because bxaDepth<=2
if( track.ME3_tbin()>2 ) unpackError |= true; // because bxaDepth<=2
if( track.ME4_tbin()>2 ) unpackError |= true; // because bxaDepth<=2
if( track.MB_tbin()>2 ) unpackError |= true; // because bxaDepth<=2
Definition at line 6 of file CSCSPEvent.cc.