#include <TCMETProducer.h>
Public Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
TCMETProducer (const edm::ParameterSet &) | |
~TCMETProducer () 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 | |
TCMETAlgo | tcMetAlgo_ |
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 34 of file TCMETProducer.h.
|
explicit |
Definition at line 22 of file TCMETProducer.cc.
References SiStripOfflineCRack_cfg::alias, TCMETAlgo::configure(), edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), AlCaHLTBitMon_QueryRunRegistry::string, and tcMetAlgo_.
|
inlineoverride |
Definition at line 37 of file TCMETProducer.h.
|
override |
Definition at line 31 of file TCMETProducer.cc.
References TCMETAlgo::CalculateTCMET(), eostools::move(), singleTopDQM_cfi::setup, and tcMetAlgo_.
|
private |
Definition at line 41 of file TCMETProducer.h.
Referenced by produce(), and TCMETProducer().