#include <iostream>
#include <fstream>
#include <algorithm>
#include <numeric>
#include "TString.h"
#include "Calibration/HcalCalibAlgos/interface/hcalCalibUtils.h"
#include "Calibration/HcalCalibAlgos/interface/CommonUsefulStuff.h"
Go to the source code of this file.
Functions | |
void | combinePhi (vector< TCell > &selectCells) |
void | combinePhi (vector< TCell > &selectCells, vector< TCell > &combinedCells) |
void | filterCells3x3 (vector< TCell > &selectCells, Int_t iEtaMaxE, UInt_t iPhiMaxE) |
void | filterCells5x5 (vector< TCell > &selectCells, Int_t iEtaMaxE, UInt_t iPhiMaxE) |
void | filterCellsInCone (std::vector< TCell > &selectCells, const GlobalPoint hitPositionHcal, Float_t maxConeDist, const CaloGeometry *theCaloGeometry) |
void | getIEtaIPhiForHighestE (vector< TCell > &selectCells, Int_t &iEtaMostE, UInt_t &iPhiMostE) |
void | sumDepths (vector< TCell > &selectCells) |
void | sumSmallDepths (vector< TCell > &selectCells) |
void combinePhi | ( | vector< TCell > & | selectCells | ) |
Definition at line 94 of file hcalCalibUtils.cc.
Definition at line 127 of file hcalCalibUtils.cc.
void filterCells3x3 | ( | vector< TCell > & | selectCells, |
Int_t | iEtaMaxE, | ||
UInt_t | iPhiMaxE | ||
) |
Definition at line 185 of file hcalCalibUtils.cc.
References funct::abs(), and dPhi().
Referenced by hcalCalib::Process().
void filterCells5x5 | ( | vector< TCell > & | selectCells, |
Int_t | iEtaMaxE, | ||
UInt_t | iPhiMaxE | ||
) |
Definition at line 246 of file hcalCalibUtils.cc.
References funct::abs(), and dPhi().
Referenced by hcalCalib::Process().
void filterCellsInCone | ( | std::vector< TCell > & | selectCells, |
const GlobalPoint | hitPositionHcal, | ||
Float_t | maxConeDist, | ||
const CaloGeometry * | theCaloGeometry | ||
) |
Definition at line 344 of file hcalCalibUtils.cc.
References getDistInPlaneSimple(), CaloGeometry::getPosition(), and diJetCalib::maxConeDist.
Referenced by hcalCalib::Process().
void getIEtaIPhiForHighestE | ( | vector< TCell > & | selectCells, |
Int_t & | iEtaMostE, | ||
UInt_t & | iPhiMostE | ||
) |
Definition at line 153 of file hcalCalibUtils.cc.
References alignCSCRings::e, and diJetCalib::sumDepths.
Referenced by hcalCalib::Process().
void sumDepths | ( | vector< TCell > & | selectCells | ) |
Definition at line 14 of file hcalCalibUtils.cc.
References funct::abs(), gather_cfg::cout, and HcalBarrel.
void sumSmallDepths | ( | vector< TCell > & | selectCells | ) |
Definition at line 280 of file hcalCalibUtils.cc.
References spr::find().