#include <HGCalCLUEAlgo.h>
Classes | |
struct | CellsOnLayer |
Public Types | |
typedef math::XYZPoint | Point |
point in the space More... | |
Public Types inherited from HGCalClusteringAlgoBase | |
enum | VerbosityLevel { pDEBUG = 0, pWARNING = 1, pINFO = 2, pERROR = 3 } |
Public Member Functions | |
void | computeThreshold () |
std::vector< reco::BasicCluster > | getClusters (bool) override |
Density | getDensity () override |
void | getEventSetupPerAlgorithm (const edm::EventSetup &es) override |
HGCalCLUEAlgoT (const edm::ParameterSet &ps, edm::ConsumesCollector iC) | |
void | makeClusters () override |
void | populate (const HGCRecHitCollection &hits) override |
void | reset () override |
~HGCalCLUEAlgoT () override | |
Public Member Functions inherited from HGCalClusteringAlgoBase | |
void | getEventSetup (const edm::EventSetup &es) |
HGCalClusteringAlgoBase (VerbosityLevel v, reco::CaloCluster::AlgoId algo, edm::ConsumesCollector iC) | |
void | setAlgoId (reco::CaloCluster::AlgoId algo, bool isNose=false) |
void | setVerbosity (VerbosityLevel the_verbosity) |
virtual | ~HGCalClusteringAlgoBase () |
Static Public Member Functions | |
static void | fillPSetDescription (edm::ParameterSetDescription &iDesc) |
Private Member Functions | |
void | calculateDistanceToHigher (const TILE <, const unsigned int layerId, float delta_c, float delta_r) |
void | calculateLocalDensity (const TILE <, const unsigned int layerId, float delta_c, float delta_r) |
math::XYZPoint | calculatePosition (const std::vector< int > &v, const unsigned int layerId) const |
float | distance (int cell1, int cell2, int layerId, bool isEtaPhi) const |
float | distance2 (int cell1, int cell2, int layerId, bool isEtaPhi) const |
int | findAndAssignClusters (const unsigned int layerId, float delta_c, float delta_r) |
void | prepareDataStructures (const unsigned int layerId) |
void | setDensity (const unsigned int layerId) |
Private Attributes | |
std::vector< CellsOnLayer > | cells_ |
std::vector< double > | dEdXweights_ |
int | deltasi_index_regemfac_ |
Density | density_ |
bool | dependSensor_ |
double | ecut_ |
double | fcPerEle_ |
std::vector< double > | fcPerMip_ |
bool | initialized_ |
double | kappa_ |
unsigned | maxNumberOfThickIndices_ |
double | noiseMip_ |
std::vector< double > | nonAgedNoises_ |
std::vector< int > | numberOfClustersPerLayer_ |
float | outlierDeltaFactor_ = 2.f |
const double | positionDeltaRho2_ |
double | sciThicknessCorrection_ |
std::vector< double > | thicknessCorrection_ |
std::vector< std::vector< double > > | thresholds_ |
std::vector< double > | thresholdW0_ |
bool | use2x2_ |
std::vector< std::vector< double > > | v_sigmaNoise_ |
std::vector< double > | vecDeltas_ |
Additional Inherited Members | |
Public Attributes inherited from HGCalClusteringAlgoBase | |
unsigned int | firstLayerBH_ |
bool | isNose_ |
unsigned int | lastLayerEE_ |
unsigned int | lastLayerFH_ |
unsigned int | maxlayer_ |
int | scintMaxIphi_ |
Protected Attributes inherited from HGCalClusteringAlgoBase | |
reco::CaloCluster::AlgoId | algoId_ |
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | caloGeomToken_ |
std::vector< reco::BasicCluster > | clusters_v_ |
hgcal::RecHitTools | rhtools_ |
VerbosityLevel | verbosity_ |
Definition at line 30 of file HGCalCLUEAlgo.h.
typedef math::XYZPoint HGCalCLUEAlgoT< TILE >::Point |
point in the space
Definition at line 123 of file HGCalCLUEAlgo.h.
|
inline |
Definition at line 32 of file HGCalCLUEAlgo.h.
|
inlineoverride |
Definition at line 55 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 346 of file HGCalCLUEAlgo.cc.
References dumpMFGeometry_cfg::delta, hitfit::delta_r(), HLT_2022v15_cff::distance, mps_fire::i, dqmiolumiharvest::j, LogDebug, SiStripPI::max, allConversions_cfi::maxDelta, FastTimerService_cff::range, photonAnalyzer_cfi::xBin, and photonAnalyzer_cfi::yBin.
|
private |
Definition at line 247 of file HGCalCLUEAlgo.cc.
References funct::abs(), python.cmstools::all(), dumpMFGeometry_cfg::delta, hitfit::delta_r(), HLT_2022v15_cff::distance, muonRecoAnalyzer_cfi::etaBin, mps_fire::i, HGCScintillatorDetId::ieta(), l1tTowerCalibrationProducer_cfi::iEta, HGCScintillatorDetId::iphi(), dqmiolumiharvest::j, LogDebug, SiStripPI::max, BeamMonitor_cff::phiBin, photonAnalyzer_cfi::xBin, and photonAnalyzer_cfi::yBin.
|
private |
Definition at line 187 of file HGCalCLUEAlgo.cc.
References f, mps_fire::i, dqm-mbProfile::log, SiStripPI::max, findQualityFiles::v, and x.
void HGCalCLUEAlgoT< T >::computeThreshold | ( | ) |
Definition at line 514 of file HGCalCLUEAlgo.cc.
References LogDebug.
|
inlineprivate |
Definition at line 231 of file HGCalCLUEAlgo.h.
References hgcalTopologyTester_cfi::cell1, hgcalTopologyTester_cfi::cell2, HGCalCLUEAlgoT< TILE >::distance2(), and mathSSE::sqrt().
|
inlineprivate |
Definition at line 219 of file HGCalCLUEAlgo.h.
References hgcalTopologyTester_cfi::cell1, hgcalTopologyTester_cfi::cell2, HGCalCLUEAlgoT< TILE >::cells_, reco::deltaPhi(), PVValHelper::dx, PVValHelper::dy, and phi.
Referenced by HGCalCLUEAlgoT< TILE >::distance().
|
inlinestatic |
Definition at line 87 of file HGCalCLUEAlgo.h.
References edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 466 of file HGCalCLUEAlgo.cc.
References dumpMFGeometry_cfg::delta, hitfit::delta_r(), mps_fire::i, and dqmiolumiharvest::j.
|
overridevirtual |
Implements HGCalClusteringAlgoBase.
Definition at line 131 of file HGCalCLUEAlgo.cc.
References AlignmentPI::calculatePosition(), haddnano::cl, reco::CaloID::DET_HGCAL_ENDCAP, HCALHighEnergyHPDFilter_cfi::energy, mps_fire::i, SiStripPI::max, unpackBuffers-CaloStage1::offsets, and position.
|
overridevirtual |
|
overridevirtual |
Reimplemented from HGCalClusteringAlgoBase.
Definition at line 19 of file HGCalCLUEAlgo.cc.
|
overridevirtual |
Implements HGCalClusteringAlgoBase.
Definition at line 99 of file HGCalCLUEAlgo.cc.
References hitfit::delta_r(), PVValHelper::eta, mps_fire::i, LogDebug, and x.
|
overridevirtual |
Implements HGCalClusteringAlgoBase.
Definition at line 27 of file HGCalCLUEAlgo.cc.
References DetId::det(), CaloRecHit::detid(), CaloRecHit::energy(), DetId::HGCalHSi, HGCHEF, hfClusterShapes_cfi::hits, mps_fire::i, hltrates_dqm_sourceclient-live_cfg::offset, position, and DetId::subdetId().
|
private |
Definition at line 79 of file HGCalCLUEAlgo.cc.
References f, and cmsLHEtoEOSManager::l.
|
inlineoverridevirtual |
Implements HGCalClusteringAlgoBase.
Definition at line 69 of file HGCalCLUEAlgo.h.
References hgcalTBTopologyTester_cfi::cells, HGCalCLUEAlgoT< TILE >::cells_, haddnano::cl, HGCalClusteringAlgoBase::clusters_v_, HGCalCLUEAlgoT< TILE >::density_, and HGCalCLUEAlgoT< TILE >::numberOfClustersPerLayer_.
|
private |
|
private |
Definition at line 215 of file HGCalCLUEAlgo.h.
Referenced by HGCalCLUEAlgoT< TILE >::distance2(), and HGCalCLUEAlgoT< TILE >::reset().
|
private |
Definition at line 143 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 146 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 138 of file HGCalCLUEAlgo.h.
Referenced by HGCalCLUEAlgoT< TILE >::reset().
|
private |
Definition at line 142 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 135 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 149 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 148 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 158 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 132 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 147 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 151 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 150 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 217 of file HGCalCLUEAlgo.h.
Referenced by HGCalCLUEAlgoT< TILE >::reset().
|
private |
Definition at line 160 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 128 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 145 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 144 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 152 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 127 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 155 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 153 of file HGCalCLUEAlgo.h.
|
private |
Definition at line 131 of file HGCalCLUEAlgo.h.