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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () 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.cc.
|
protected |
Definition at line 101 of file SimpleFlatTableProducer.cc.
|
protected |
Definition at line 99 of file SimpleFlatTableProducer.cc.
|
protected |
Definition at line 98 of file SimpleFlatTableProducer.cc.
|
protected |
Definition at line 100 of file SimpleFlatTableProducer.cc.
|
inline |
Definition at line 18 of file SimpleFlatTableProducer.cc.
|
inlineoverride |
Definition at line 38 of file SimpleFlatTableProducer.cc.
|
pure virtual |
|
inlineoverride |
Definition at line 44 of file SimpleFlatTableProducer.cc.
|
protected |
Definition at line 56 of file SimpleFlatTableProducer.cc.
Referenced by SimpleFlatTableProducerBase< T, T >::produce().
|
protected |
Definition at line 57 of file SimpleFlatTableProducer.cc.
Referenced by SimpleFlatTableProducer< T >::fillTable(), EventSingletonSimpleFlatTableProducer< T >::fillTable(), and FirstObjectSimpleFlatTableProducer< T >::fillTable().
|
protected |
Definition at line 55 of file SimpleFlatTableProducer.cc.
|
protected |
Definition at line 58 of file SimpleFlatTableProducer.cc.
Referenced by SimpleFlatTableProducerBase< T, T >::produce().
|
protected |