#include <EcalTBHodoscopePlaneRawHits.h>
Public Member Functions | |
void | addHit (unsigned int i) |
unsigned int | channels () const |
Get Methods. More... | |
EcalTBHodoscopePlaneRawHits () | |
EcalTBHodoscopePlaneRawHits (unsigned int channels) | |
const std::vector< bool > & | hits () const |
bool | isChannelFired (unsigned int i) const |
unsigned int | numberOfFiredHits () const |
bool | operator[] (unsigned int i) const |
void | setChannels (unsigned int size) |
Set methods. More... | |
void | setHit (unsigned int i, bool status) |
Private Attributes | |
std::vector< bool > | rawChannelHits_ |
Simple container for rawHits
Definition at line 13 of file EcalTBHodoscopePlaneRawHits.h.
|
inline |
Definition at line 15 of file EcalTBHodoscopePlaneRawHits.h.
|
inline |
Definition at line 17 of file EcalTBHodoscopePlaneRawHits.h.
References channels(), mps_fire::i, and rawChannelHits_.
|
inline |
Definition at line 41 of file EcalTBHodoscopePlaneRawHits.h.
References mps_fire::i, and rawChannelHits_.
Referenced by FakeTBHodoscopeRawInfoProducer::produce().
|
inline |
Get Methods.
Definition at line 24 of file EcalTBHodoscopePlaneRawHits.h.
References rawChannelHits_.
Referenced by EcalTBHodoscopePlaneRawHits(), and operator<<().
|
inline |
Definition at line 25 of file EcalTBHodoscopePlaneRawHits.h.
References rawChannelHits_.
|
inline |
Definition at line 36 of file EcalTBHodoscopePlaneRawHits.h.
References mps_fire::i, and rawChannelHits_.
|
inline |
Definition at line 27 of file EcalTBHodoscopePlaneRawHits.h.
References mps_fire::i, and rawChannelHits_.
|
inline |
Definition at line 35 of file EcalTBHodoscopePlaneRawHits.h.
References mps_fire::i, and rawChannelHits_.
|
inline |
Set methods.
Definition at line 39 of file EcalTBHodoscopePlaneRawHits.h.
References rawChannelHits_, and findQualityFiles::size.
Referenced by CamacTBDataFormatter::interpretRawData().
|
inline |
Definition at line 47 of file EcalTBHodoscopePlaneRawHits.h.
References mps_fire::i, rawChannelHits_, and mps_update::status.
Referenced by CamacTBDataFormatter::interpretRawData(), and TBHodoActiveVolumeRawInfoProducer::produce().
|
private |
Definition at line 51 of file EcalTBHodoscopePlaneRawHits.h.
Referenced by addHit(), channels(), EcalTBHodoscopePlaneRawHits(), hits(), isChannelFired(), numberOfFiredHits(), operator[](), setChannels(), and setHit().