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 | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Protected Types | |
typedef VariableT< bool, uint8_t > | 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 | |
boost::ptr_vector< Variable > | vars_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 11 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 137 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 138 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 140 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 139 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 136 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 135 of file GlobalVariablesTableProducer.cc.
|
protected |
Definition at line 134 of file GlobalVariablesTableProducer.cc.
|
inline |
Definition at line 14 of file GlobalVariablesTableProducer.cc.
References Exception, nanoaod::FlatTable::FloatColumn, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNamesForType(), nanoaod::FlatTable::IntColumn, AlCaHLTBitMon_QueryRunRegistry::string, nanoaod::FlatTable::UInt8Column, and vars_.
|
inlineoverride |
Definition at line 33 of file GlobalVariablesTableProducer.cc.
|
inlineoverride |
Definition at line 35 of file GlobalVariablesTableProducer.cc.
References eostools::move(), MillePedeFileConverter_cfg::out, edm::Event::put(), JetChargeProducer_cfi::var, and vars_.
|
protected |
Definition at line 141 of file GlobalVariablesTableProducer.cc.
Referenced by GlobalVariablesTableProducer(), and produce().