Producer for particle flow reconstructed particles (PFCandidates) More...
Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
PFProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) 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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
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 |
Producer for particle flow reconstructed particles (PFCandidates)
This producer makes use of PFAlgo, the particle flow algorithm.
Definition at line 37 of file PFProducer.cc.
|
explicit |
Definition at line 107 of file PFProducer.cc.
References calibrationsLabel_, HLT_FULL_cff::dptRel_DispVtx, edm::ParameterSet::existsAs(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), mps_fire::i, inputTagBlocks_, inputTagCleanedHF_, inputTagEgammaElectrons_, inputTagMuons_, inputTagPFEGammaCandidates_, inputTagValueMapGedElectrons_, inputTagValueMapGedPhotons_, inputTagVetoes_, perfToken_, pfAlgo_, pfCleanedCandidatesToken_, pfegamma_, pfEnergyCalibration_, pfEnergyCalibrationHF_, postHFCleaning_, postMuonCleaning_, HLT_FULL_cff::rejectTracks_Bad, HLT_FULL_cff::rejectTracks_Step45, PFAlgo::setCandConnectorParameters(), PFAlgo::setDisplacedVerticesParameters(), PFAlgo::setEGammaParameters(), PFAlgo::setHOTag(), PFAlgo::setPostHFCleaningParameters(), AlCaHLTBitMon_QueryRunRegistry::string, getPayloadData::tags, use_EGammaFilters_, useCalibrationsFromDB_, useEGammaElectrons_, useHO_, HLT_FULL_cff::usePFConversions, HLT_FULL_cff::usePFDecays, HLT_FULL_cff::usePFNuclearInteractions, HLT_FULL_cff::useProtectionsForJetMET, useVerticesForNeutral_, verbose_, vertices_, and vetoEndcap_.
|
override |
Definition at line 223 of file PFProducer.cc.
References edm::EventSetup::getHandle(), perfToken_, pfEnergyCalibration_, PFEnergyCalibration::setCalibrationFunctions(), and useCalibrationsFromDB_.
|
static |
Definition at line 319 of file PFProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, PFMuonAlgo::fillPSetDescription(), PFEGammaFilters::fillPSetDescription(), PFCandConnector::fillPSetDescription(), edm::ParameterSetDescription::ifValue(), HLT_FULL_cff::InputTag, or, edm::ParameterDescriptionNode::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 235 of file PFProducer.cc.
References cms::cuda::assert(), gather_cfg::blocks, PFAlgo::checkCleaning(), edm::Event::emplace(), edm::EventID::event(), edm::Event::get(), edm::Event::getByToken(), PFAlgo::getCleanedCandidates(), edm::Event::getHandle(), PFAlgo::getPFMuonAlgo(), edm::EventBase::id(), ihf, inputTagBlocks_, inputTagCleanedHF_, inputTagMuons_, inputTagPFEGammaCandidates_, inputTagValueMapGedElectrons_, inputTagValueMapGedPhotons_, inputTagVetoes_, LogDebug, PFAlgo::makeConnectedCandidates(), pfAlgo_, pfCandidatesToken_, pfCleanedCandidatesToken_, pfegamma_, postHFCleaning_, postMuonCleaning_, edm::Event::put(), PFAlgo::reconstructParticles(), edm::EventID::run(), PFAlgo::setEGammaCollections(), PFAlgo::setMuonHandle(), PFAlgo::setPFVertexParameters(), PFMuonAlgo::setVetoes(), contentValuesCheck::ss, str, use_EGammaFilters_, useVerticesForNeutral_, verbose_, vertices_, and vetoEndcap_.
|
private |
Definition at line 88 of file PFProducer.cc.
Referenced by PFProducer().
|
private |
Definition at line 57 of file PFProducer.cc.
|
private |
Definition at line 51 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 56 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 54 of file PFProducer.cc.
Referenced by PFProducer().
|
private |
Definition at line 52 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 66 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 64 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 65 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 61 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 49 of file PFProducer.cc.
Referenced by beginRun(), and PFProducer().
|
private |
particle flow algorithm
Definition at line 99 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 47 of file PFProducer.cc.
Referenced by produce().
|
private |
Definition at line 48 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 69 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 95 of file PFProducer.cc.
Referenced by beginRun(), and PFProducer().
|
private |
Definition at line 96 of file PFProducer.cc.
Referenced by PFProducer().
|
private |
Definition at line 58 of file PFProducer.cc.
|
private |
Definition at line 90 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 78 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 68 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 87 of file PFProducer.cc.
Referenced by beginRun(), and PFProducer().
|
private |
Definition at line 81 of file PFProducer.cc.
Referenced by PFProducer().
|
private |
Definition at line 72 of file PFProducer.cc.
Referenced by PFProducer().
|
private |
Definition at line 84 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
|
private |
Definition at line 53 of file PFProducer.cc.
Referenced by PFProducer(), and produce().
|
private |
Definition at line 60 of file PFProducer.cc.
Referenced by PFProducer(), and produce().