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 | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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_ |
std::string | pixelCPE_ |
double | ptMin_ |
bool | verbose |
edm::EDGetTokenT< reco::VertexCollection > | vertices_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 26 of file JetCoreClusterSplitter.cc.
JetCoreClusterSplitter::JetCoreClusterSplitter | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 64 of file JetCoreClusterSplitter.cc.
|
override |
Definition at line 84 of file JetCoreClusterSplitter.cc.
|
private |
Definition at line 208 of file JetCoreClusterSplitter.cc.
References mps_fire::i, and SiStripPI::max.
Referenced by distScore(), secondDistDiffScore(), and secondDistScore().
|
private |
Definition at line 242 of file JetCoreClusterSplitter.cc.
References closestClusters(), ztail::d, and dqmiolumiharvest::j.
|
private |
Definition at line 251 of file JetCoreClusterSplitter.cc.
References funct::abs(), ecalLiteDTU::adc(), centralMIPCharge_, chargePerUnit_, GetRecoTauVFromDQM_MC_cff::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 88 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, geometry, edm::EventSetup::get(), get, edmNew::DetSetVector< T >::id(), iEvent, metsig::jet, SiPixelCluster::minPixelRow(), eostools::move(), convertSQLitetoXML_cfg::output, pixelClusters_, pixelCPE_, createTree::pp, edm::ESHandle< T >::product(), ptMin_, MetAnalyzer::pv(), SiPixelCluster::sizeX(), SiPixelCluster::sizeY(), split(), mathSSE::sqrt(), GeomDet::surface(), Surface::toGlobal(), verbose, pwdgSkimBPark_cfi::vertices, vertices_, and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 223 of file JetCoreClusterSplitter.cc.
References closestClusters(), ztail::d, and dqmiolumiharvest::j.
|
private |
Definition at line 233 of file JetCoreClusterSplitter.cc.
References closestClusters(), ztail::d, and dqmiolumiharvest::j.
Referenced by fittingSplit().
|
private |
Definition at line 184 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 61 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit(), and produce().
|
private |
Definition at line 53 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 60 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit().
|
private |
Definition at line 56 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 52 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 57 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit().
|
private |
Definition at line 58 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit().
|
private |
Definition at line 59 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit().
|
private |
Definition at line 54 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 50 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 51 of file JetCoreClusterSplitter.cc.
Referenced by produce().
|
private |
Definition at line 49 of file JetCoreClusterSplitter.cc.
Referenced by fittingSplit(), and produce().
|
private |
Definition at line 55 of file JetCoreClusterSplitter.cc.
Referenced by produce().