1 #ifndef hcalCalibUtils_h
2 #define hcalCalibUtils_h
18 void sumDepths(std::vector<TCell> &selectCells);
23 void combinePhi(std::vector<TCell> &selectCells);
25 void combinePhi(std::vector<TCell> &selectCells, std::vector<TCell> &combinedCells);
30 void filterCells3x3 (std::vector<TCell>& selectCells, Int_t iEta, UInt_t iPhi);
31 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)