#include <SimpleFlatTableProducer.h>
Public Member Functions | |
virtual void | fill (std::vector< const T * > selobjs, nanoaod::FlatTable &out) const =0 |
Variable (const std::string &aname, nanoaod::FlatTable::ColumnType atype, const edm::ParameterSet &cfg) | |
Public Member Functions inherited from SimpleFlatTableProducerBase< T, TProd >::VariableBase | |
const std::string & | name () const |
const nanoaod::FlatTable::ColumnType & | type () const |
VariableBase (const std::string &aname, nanoaod::FlatTable::ColumnType atype, const edm::ParameterSet &cfg) | |
virtual | ~VariableBase () |
Additional Inherited Members | |
Protected Attributes inherited from SimpleFlatTableProducerBase< T, TProd >::VariableBase | |
std::string | doc_ |
std::string | name_ |
int | precision_ |
nanoaod::FlatTable::ColumnType | type_ |
Definition at line 75 of file SimpleFlatTableProducer.h.
|
inline |
Definition at line 77 of file SimpleFlatTableProducer.h.
References lumiContext::fill, and MillePedeFileConverter_cfg::out.
|
pure virtual |