Go to the documentation of this file. 1 #ifndef DIGIECAL_ECALTBHODOSCOPERAWINFO_H
2 #define DIGIECAL_ECALTBHODOSCOPERAWINFO_H 1
26 const std::vector<bool>&
hits(
unsigned int plane)
const {
return planeHits_[plane].hits(); }
40 std::vector<EcalTBHodoscopePlaneRawHits>
planeHits_;
unsigned int channels(unsigned int plane) const
std::ostream & operator<<(std::ostream &, const EcalTBHodoscopeRawInfo &)
EcalTBHodoscopeRawInfo(unsigned int planes)
const EcalTBHodoscopePlaneRawHits & getPlaneRawHits(unsigned int i) const
const EcalTBHodoscopePlaneRawHits & operator[](unsigned int i) const
void setPlane(unsigned int i, const EcalTBHodoscopePlaneRawHits &planeHit)
unsigned int planes() const
Get Methods.
std::vector< EcalTBHodoscopePlaneRawHits > planeHits_
void setPlanes(unsigned int size)
Set methods.
const std::vector< bool > & hits(unsigned int plane) const