#include <SimpleFlatTableProducer.h>
Public Member Functions | |
virtual std::unique_ptr < nanoaod::FlatTable > | fillTable (const edm::Event &iEvent, const edm::Handle< TProd > &prod) const =0 |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
SimpleFlatTableProducerBase (edm::ParameterSet const ¶ms) | |
~SimpleFlatTableProducerBase () 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 FuncVariable< T, StringCutObjectSelector< T > , bool > | BoolVar |
typedef FuncVariable< T, StringObjectFunction< T > , float > | FloatVar |
typedef FuncVariable< T, StringObjectFunction< T > , int8_t > | Int8Var |
typedef FuncVariable< T, StringObjectFunction< T >, int > | IntVar |
typedef FuncVariable< T, StringObjectFunction< T > , uint8_t > | UInt8Var |
typedef FuncVariable< T, StringObjectFunction< T > , unsigned int > | UIntVar |
Protected Attributes | |
const std::string | doc_ |
const bool | extension_ |
const std::string | name_ |
const bool | skipNonExistingSrc_ |
const edm::EDGetTokenT< TProd > | src_ |
std::vector< std::unique_ptr < Variable< T > > > | 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 111 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 171 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 168 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 169 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 166 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 170 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 167 of file SimpleFlatTableProducer.h.
|
inline |
Definition at line 113 of file SimpleFlatTableProducer.h.
|
inlineoverride |
Definition at line 143 of file SimpleFlatTableProducer.h.
|
pure virtual |
Implemented in EventSingletonSimpleFlatTableProducer< T >.
Referenced by SimpleFlatTableProducerBase< T, T >::produce().
|
inlineoverride |
Definition at line 149 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 161 of file SimpleFlatTableProducer.h.
Referenced by SimpleFlatTableProducerBase< T, T >::produce().
|
protected |
Definition at line 162 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 160 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 163 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 164 of file SimpleFlatTableProducer.h.
Referenced by SimpleFlatTableProducerBase< T, T >::produce().
|
protected |
Definition at line 172 of file SimpleFlatTableProducer.h.
Referenced by SimpleFlatTableProducerBase< T, T >::SimpleFlatTableProducerBase().