#include <SimpleFlatTableProducer.h>
Public Member Functions | |
EventSingletonSimpleFlatTableProducer (edm::ParameterSet const ¶ms) | |
std::unique_ptr< nanoaod::FlatTable > | fillTable (const edm::Event &, const edm::Handle< T > &prod) const override |
~EventSingletonSimpleFlatTableProducer () override | |
Public Member Functions inherited from SimpleFlatTableProducerBase< T, T > | |
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 | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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 |
Protected Types inherited from SimpleFlatTableProducerBase< T, T > | |
typedef FuncVariable< StringCutObjectSelector< T >, bool > | BoolVar |
typedef FuncVariable< StringObjectFunction< T >, float > | FloatVar |
typedef FuncVariable< StringObjectFunction< T >, int > | IntVar |
typedef FuncVariable< StringObjectFunction< T >, uint8_t > | UInt8Var |
Protected Attributes inherited from SimpleFlatTableProducerBase< T, T > | |
const std::string | doc_ |
const bool | extension_ |
const std::string | name_ |
const edm::EDGetTokenT< T > | src_ |
std::vector< std::unique_ptr< Variable > > | vars_ |
Definition at line 221 of file SimpleFlatTableProducer.h.
|
inline |
Definition at line 223 of file SimpleFlatTableProducer.h.
|
inlineoverride |
Definition at line 225 of file SimpleFlatTableProducer.h.
|
inlineoverridevirtual |
Implements SimpleFlatTableProducerBase< T, T >.
Definition at line 227 of file SimpleFlatTableProducer.h.
References SimpleFlatTableProducerBase< T, T >::extension_, SimpleFlatTableProducerBase< T, T >::name_, MillePedeFileConverter_cfg::out, dumpMFGeometry_cfg::prod, trigObjTnPSource_cfi::var, and SimpleFlatTableProducerBase< T, T >::vars_.