1 #ifndef hcalCalibUtils_h 2 #define hcalCalibUtils_h 16 void sumDepths(std::vector<TCell>& selectCells);
21 void combinePhi(std::vector<TCell>& selectCells);
23 void combinePhi(std::vector<TCell>& selectCells, std::vector<TCell>& combinedCells);
26 void filterCells3x3(std::vector<TCell>& selectCells, Int_t iEta, UInt_t iPhi);
27 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 combinePhi(std::vector< TCell > &selectCells)
void filterCells3x3(std::vector< TCell > &selectCells, Int_t iEta, UInt_t iPhi)
void sumSmallDepths(std::vector< TCell > &selectCells)
void filterCells5x5(std::vector< TCell > &selectCells, Int_t iEta, UInt_t iPhi)
void sumDepths(std::vector< TCell > &selectCells)
void getIEtaIPhiForHighestE(std::vector< TCell > &selectCells, Int_t &iEta, UInt_t &iPhi)