1 #ifndef HPDLibrary_HPDNoiseData_h
2 #define HPDLibrary_HPDNoiseData_h
34 static const char*
className () {
return "HPDNoiseData";}
38 std::vector<HPDNoiseDataFrame>
mData;
const HPDNoiseDataFrame & getDataFrame(size_t i) const
retrive frame for the given index
std::ostream & operator<<(std::ostream &out, const ALILine &li)
void addChannel(HcalDetId fId, const float *fCharges)
add another noise channel to the event
static const char * className()
class name
static const char * branchName()
branch name
void clear()
reset event to empty state
std::vector< HcalDetId > getAllDetIds() const
all channels contributing to the event
unsigned size() const
number of noise channels in the event
std::vector< HPDNoiseDataFrame > mData