Classes | |
struct | CutInfo |
Public Member Functions | |
void | beginRun (const edm::Run &run, const edm::EventSetup &es) override |
PFClusterTimeSelector (const edm::ParameterSet &) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~PFClusterTimeSelector () 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 |
Protected Attributes | |
edm::EDGetTokenT< reco::PFClusterCollection > | clusters_ |
std::vector< CutInfo > | cutInfo_ |
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 15 of file PFClusterTimeSelector.cc.
|
explicit |
Definition at line 45 of file PFClusterTimeSelector.cc.
References TkAlMuonSelectors_cfi::cut, cutInfo_, edm::ParameterSet::getParameter(), and info().
|
overridedefault |
|
override |
Definition at line 100 of file PFClusterTimeSelector.cc.
|
override |
Definition at line 63 of file PFClusterTimeSelector.cc.
References bsc_activity_cfg::clusters, clusters_, cutInfo_, hcalRecHitTable_cff::depth, PFLayer::ECAL_BARREL, PFLayer::ECAL_ENDCAP, hcalRecHitTable_cff::energy, PFLayer::HCAL_BARREL1, PFLayer::HCAL_BARREL2, PFLayer::HCAL_ENDCAP, iEvent, info(), nano_mu_digi_cff::layer, eostools::move(), MillePedeFileConverter_cfg::out, and hcalRecHitTable_cff::time.
|
protected |
Definition at line 35 of file PFClusterTimeSelector.cc.
Referenced by produce().
|
protected |
Definition at line 36 of file PFClusterTimeSelector.cc.
Referenced by PFClusterTimeSelector(), and produce().