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);
35 Float_t maxConeDist,
const CaloGeometry* theCaloGeometry);
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)