Public Member Functions | |
GenProtonTableProducer (const edm::ParameterSet &) | |
~GenProtonTableProducer () override=default | |
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 &) |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
const StringCutObjectSelector< reco::Candidate > | protonsCut_ |
const edm::EDGetTokenT< reco::GenParticleCollection > | prunedCandsToken_ |
const edm::EDGetTokenT< reco::GenParticleCollection > | puAltCandsToken_ |
const edm::EDGetTokenT< reco::GenParticleCollection > | puCandsToken_ |
const std::string | table_name_ |
const double | tolerance_ |
bool | use_alt_coll_ {false} |
Are we using premix/mix collection name for PU protons? More... | |
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 GenProtonTableProducer.cc.
|
explicit |
Definition at line 44 of file GenProtonTableProducer.cc.
|
overridedefault |
|
static |
Definition at line 101 of file GenProtonTableProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivate |
Definition at line 54 of file GenProtonTableProducer.cc.
References mps_fire::i, iEvent, eostools::move(), protonsCut_, prunedCandsToken_, puAltCandsToken_, puCandsToken_, table_name_, tolerance_, and use_alt_coll_.
|
private |
Definition at line 38 of file GenProtonTableProducer.cc.
Referenced by produce().
|
private |
Definition at line 36 of file GenProtonTableProducer.cc.
Referenced by produce().
|
private |
Definition at line 37 of file GenProtonTableProducer.cc.
Referenced by produce().
|
private |
Definition at line 37 of file GenProtonTableProducer.cc.
Referenced by produce().
|
private |
Definition at line 39 of file GenProtonTableProducer.cc.
Referenced by produce().
|
private |
Definition at line 40 of file GenProtonTableProducer.cc.
Referenced by produce().
|
private |
Are we using premix/mix collection name for PU protons?
Definition at line 41 of file GenProtonTableProducer.cc.
Referenced by produce().