1 #ifndef _RECOMET_METALGORITHMS_HCALNOISERBXARRAY_H_ 2 #define _RECOMET_METALGORITHMS_HCALNOISERBXARRAY_H_ 36 std::vector<HcalNoiseHPD>::iterator
endHPD(
void);
37 std::vector<HcalNoiseHPD>::const_iterator
endHPD(
void)
const;
41 inline HcalNoiseRBXArray::iterator
endRBX(
void) {
return end(); }
42 inline HcalNoiseRBXArray::const_iterator
endRBX(
void)
const {
return end(); }
46 std::vector<HcalNoiseHPD>::iterator
findHPD(
int hpdindex);
47 std::vector<HcalNoiseHPD>::const_iterator
findHPD(
int hpdindex)
const;
48 HcalNoiseRBXArray::iterator
findRBX(
int rbxindex);
49 HcalNoiseRBXArray::const_iterator
findRBX(
int rbxindex)
const;
67 void findRBX(
const CaloTower&, std::vector<HcalNoiseRBXArray::const_iterator>&)
const;
virtual ~HcalNoiseRBXArray()
std::vector< HcalNoiseHPD >::iterator endHPD(void)
HcalNoiseRBXArray::iterator findRBX(int rbxindex)
HcalNoiseRBXArray::const_iterator endRBX(void) const
std::vector< HcalNoiseHPD >::iterator findHPD(int hpdindex)
HcalNoiseRBXArray::iterator endRBX(void)