#include <SimpleFlatTableProducer.h>
Classes | |
class | FuncVariable |
class | Variable |
class | VariableBase |
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 | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Protected Types | |
typedef FuncVariable< StringCutObjectSelector< T >, uint8_t > | BoolVar |
typedef FuncVariable< StringObjectFunction< T >, float > | FloatVar |
typedef FuncVariable< StringObjectFunction< T >, int > | IntVar |
typedef FuncVariable< StringObjectFunction< T >, uint8_t > | UInt8Var |
Protected Attributes | |
const std::string | doc_ |
const bool | extension_ |
const std::string | name_ |
const edm::EDGetTokenT< TProd > | src_ |
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 15 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 113 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 111 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 110 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 112 of file SimpleFlatTableProducer.h.
|
inline |
Definition at line 17 of file SimpleFlatTableProducer.h.
|
inlineoverride |
Definition at line 41 of file SimpleFlatTableProducer.h.
|
pure virtual |
|
inlineoverride |
Definition at line 47 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 59 of file SimpleFlatTableProducer.h.
Referenced by SimpleFlatTableProducerBase< T, T >::produce().
|
protected |
Definition at line 60 of file SimpleFlatTableProducer.h.
Referenced by SimpleFlatTableProducer< T >::fillTable(), EventSingletonSimpleFlatTableProducer< T >::fillTable(), and FirstObjectSimpleFlatTableProducer< T >::fillTable().
|
protected |
Definition at line 58 of file SimpleFlatTableProducer.h.
|
protected |
Definition at line 61 of file SimpleFlatTableProducer.h.
Referenced by SimpleFlatTableProducerBase< T, T >::produce().
|
protected |