1 #ifndef hcalCalibUtils_h
2 #define hcalCalibUtils_h
17 void sumDepths(std::vector<TCell>& selectCells);
22 void combinePhi(std::vector<TCell>& selectCells);
24 void combinePhi(std::vector<TCell>& selectCells, std::vector<TCell>& combinedCells);
27 void filterCells3x3(std::vector<TCell>& selectCells, Int_t iEta, UInt_t iPhi);
28 void filterCells5x5(std::vector<TCell>& selectCells, Int_t iEta, UInt_t iPhi);
void filterCellsInCone(std::vector< TCell > &selectCells, const GlobalPoint hitPositionHcal, Float_t maxConeDist, const CaloGeometry *theCaloGeometry)
void filterCells3x3(std::vector< TCell > &selectCells, Int_t iEta, UInt_t iPhi)
void filterCells5x5(std::vector< TCell > &selectCells, Int_t iEta, UInt_t iPhi)
void getIEtaIPhiForHighestE(std::vector< TCell > &selectCells, Int_t &iEta, UInt_t &iPhi)