Public Member Functions | |
JetCoreClusterSplitter (const edm::ParameterSet &iConfig) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~JetCoreClusterSplitter () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Member Functions | |
std::pair< float, float > | closestClusters (const std::vector< float > &distanceMap) |
std::multimap< float, int > | distScore (const std::vector< std::vector< float >> &distanceMap) |
std::vector< SiPixelCluster > | fittingSplit (const SiPixelCluster &aCluster, float expectedADC, int sizeY, int sizeX, float jetZOverRho, unsigned int nSplitted) |
std::multimap< float, int > | secondDistDiffScore (const std::vector< std::vector< float >> &distanceMap) |
std::multimap< float, int > | secondDistScore (const std::vector< std::vector< float >> &distanceMap) |
bool | split (const SiPixelCluster &aCluster, edmNew::DetSetVector< SiPixelCluster >::FastFiller &filler, float expectedADC, int sizeY, int sizeX, float jetZOverRho) |
Private Attributes | |
double | centralMIPCharge_ |
double | chargeFracMin_ |
double | chargePerUnit_ |
edm::EDGetTokenT< edm::View< reco::Candidate > > | cores_ |
double | deltaR_ |
double | forceXError_ |
double | forceYError_ |
double | fractionalWidth_ |
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > | pixelClusters_ |
double | ptMin_ |
edm::ESGetToken< PixelClusterParameterEstimator, TkPixelCPERecord > const | tCPE_ |
edm::ESGetToken< GlobalTrackingGeometry, GlobalTrackingGeometryRecord > const | tTrackingGeom_ |
bool | verbose |
edm::EDGetTokenT< reco::VertexCollection > | vertices_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 26 of file JetCoreClusterSplitter.cc.
JetCoreClusterSplitter::JetCoreClusterSplitter | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 67 of file JetCoreClusterSplitter.cc.
|
override |
Definition at line 88 of file JetCoreClusterSplitter.cc.
|
private |
Definition at line 207 of file JetCoreClusterSplitter.cc.
References mps_fire::i, and SiStripPI::max.
Referenced by distScore(), secondDistDiffScore(), and secondDistScore().
|
private |
Definition at line 241 of file JetCoreClusterSplitter.cc.
References closestClusters(), ztail::d, and dqmiolumiharvest::j.
|
private |
Definition at line 250 of file JetCoreClusterSplitter.cc.
References funct::abs(), gpuClustering::adc, centralMIPCharge_, chargePerUnit_, haddnano::cl, gather_cfg::cout, MillePedeFileConverter_cfg::e, relativeConstraints::empty, JetChargeProducer_cfi::exp, f, forceXError_, forceYError_, fractionalWidth_, mps_fire::i, createfilelist::int, dqmiolumiharvest::j, dqmdumpme::k, convertSQLitetoXML_cfg::output, AlCaHLTBitMon_ParallelJobs::p, SiPixelCluster::pixels(), edm::second(), secondDistScore(), RecoTauValidation_cfi::sizeX, RecoTauValidation_cfi::sizeY, mathSSE::sqrt(), verbose, x, and y.
Referenced by split().
|
override |
Definition at line 92 of file JetCoreClusterSplitter.cc.
References funct::abs(), edmNew::DetSetVector< T >::begin(), HltBtagPostValidation_cff::c, centralMIPCharge_, SiPixelCluster::charge(), chargeFracMin_, GetRecoTauVFromDQM_MC_cff::cl2, HLT_FULL_cff::cores, cores_, gather_cfg::cout, PbPb_ZMuSkimMuonDPG_cff::deltaR, deltaR_, edmNew::DetSetVector< T >::end(), f, trigObjTnPSource_cfi::filler, dqmdumpme::first, edm::EventSetup::getData(), edmNew::DetSetVector< T >::id(), iEvent, metsig::jet, SiPixelCluster::minPixelRow(), eostools::move(), convertSQLitetoXML_cfg::output, pixelClusters_, createTree::pp, ptMin_, SiPixelCluster::sizeX(), SiPixelCluster::sizeY(), split(), mathSSE::sqrt(), GeomDet::surface(), tCPE_, Surface::toGlobal(), tTrackingGeom_, verbose, AlignmentTracksFromVertexSelector_cfi::vertices, vertices_, and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 222 of file JetCoreClusterSplitter.cc.
References closestClusters(), ztail::d, and dqmiolumiharvest::j.
|
private |
Definition at line 232 of file JetCoreClusterSplitter.cc.
References closestClusters(), ztail::d, and dqmiolumiharvest::j.
Referenced by fittingSplit().
|
private |
Definition at line 183 of file JetCoreClusterSplitter.cc.
References SiPixelCluster::charge(), GetRecoTauVFromDQM_MC_cff::cl2, trigObjTnPSource_cfi::filler, fittingSplit(), mps_fire::i, SiPixelCluster::minPixelRow(), RecoTauValidation_cfi::sizeX, and RecoTauValidation_cfi::sizeY.
Referenced by produce().
|
private |
Definition at line 64 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit(), and produce().
|
private |
Definition at line 56 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 63 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit().
|
private |
Definition at line 59 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 55 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 60 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit().
|
private |
Definition at line 61 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit().
|
private |
Definition at line 62 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit().
|
private |
Definition at line 57 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 54 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 51 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 50 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 53 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit(), and produce().
|
private |
Definition at line 58 of file JetCoreClusterSplitter.cc.
Referenced by produce().