#include <CaloMETProducer.h>
Public Member Functions | |
CaloMETProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~CaloMETProducer () 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 Attributes | |
bool | calculateSignificance_ |
double | globalThreshold_ |
edm::EDGetTokenT< edm::View< reco::Candidate > > | inputToken_ |
bool | noHF_ |
metsig::SignAlgoResolutions * | resolutions_ |
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 40 of file CaloMETProducer.h.
|
explicit |
Definition at line 33 of file CaloMETProducer.cc.
References SiStripOfflineCRack_cfg::alias, calculateSignificance_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), noHF_, resolutions_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 49 of file CaloMETProducer.cc.
References resolutions_.
|
override |
Definition at line 55 of file CaloMETProducer.cc.
References CaloSpecificAlgo::addInfo(), globalThreshold_, input, inputToken_, eostools::move(), and noHF_.
|
private |
Definition at line 49 of file CaloMETProducer.h.
Referenced by CaloMETProducer().
|
private |
Definition at line 54 of file CaloMETProducer.h.
Referenced by produce().
|
private |
Definition at line 47 of file CaloMETProducer.h.
Referenced by produce().
|
private |
Definition at line 52 of file CaloMETProducer.h.
Referenced by CaloMETProducer(), and produce().
|
private |
Definition at line 50 of file CaloMETProducer.h.
Referenced by CaloMETProducer(), and ~CaloMETProducer().