Classes | |
class | Identity |
class | MassSum |
class | Max |
class | Min |
class | PtVectorSum |
class | ScalarPtSum |
class | Size |
class | Variable |
class | VariableT |
Public Member Functions | |
GlobalVariablesTableProducer (edm::ParameterSet const ¶ms) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~GlobalVariablesTableProducer () 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 Types | |
typedef VariableT< bool > | BoolVar |
typedef VariableT< edm::View < reco::Candidate >, float, ScalarPtSum< float, edm::View < reco::Candidate > > > | CandidateScalarSumVar |
typedef VariableT< edm::View < reco::Candidate >, int, Size < edm::View< reco::Candidate > > > | CandidateSizeVar |
typedef VariableT< edm::View < reco::Candidate >, float, MassSum< float, edm::View < reco::Candidate > > > | CandidateSumMassVar |
typedef VariableT< double, float > | DoubleVar |
typedef VariableT< float > | FloatVar |
typedef VariableT< int > | IntVar |
Protected Attributes | |
const bool | extension_ |
const std::string | name_ |
std::vector< std::unique_ptr < Variable > > | vars_ |
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 11 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 149 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 151 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 153 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 152 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 148 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 147 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 146 of file GlobalVariablesTableProducer.cc.
|
inline |
Definition at line 13 of file GlobalVariablesTableProducer.cc.
References Exception, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNamesForType(), AlCaHLTBitMon_QueryRunRegistry::string, and vars_.
|
inlineoverride |
Definition at line 41 of file GlobalVariablesTableProducer.cc.
|
inlineoverride |
Definition at line 43 of file GlobalVariablesTableProducer.cc.
References extension_, eostools::move(), name_, submitPVResolutionJobs::out, edm::Event::put(), isotrackApplyRegressor::var, and vars_.
|
protected |
Definition at line 156 of file GlobalVariablesTableProducer.cc.
Referenced by produce().
|
protected |
Definition at line 155 of file GlobalVariablesTableProducer.cc.
Referenced by produce().
|
protected |
Definition at line 154 of file GlobalVariablesTableProducer.cc.
Referenced by GlobalVariablesTableProducer(), and produce().