Public Member Functions | |
void | fill (const edm::Event &iEvent, nanoaod::FlatTable &out) const override |
VariableT (const std::string &aname, nanoaod::FlatTable::ColumnType atype, const edm::ParameterSet &cfg, edm::ConsumesCollector &&cc) | |
~VariableT () override | |
Public Member Functions inherited from GlobalVariablesTableProducer::Variable | |
const std::string & | name () const |
const nanoaod::FlatTable::ColumnType & | type () const |
Variable (const std::string &aname, nanoaod::FlatTable::ColumnType atype, const edm::ParameterSet &cfg) | |
virtual | ~Variable () |
Protected Attributes | |
edm::EDGetTokenT< ValType > | src_ |
Protected Attributes inherited from GlobalVariablesTableProducer::Variable | |
std::string | doc_ |
std::string | name_ |
nanoaod::FlatTable::ColumnType | type_ |
Definition at line 135 of file GlobalVariablesTableProducer.cc.
|
inline |
Definition at line 137 of file GlobalVariablesTableProducer.cc.
|
inlineoverride |
Definition at line 142 of file GlobalVariablesTableProducer.cc.
|
inlineoverridevirtual |
Implements GlobalVariablesTableProducer::Variable.
Definition at line 143 of file GlobalVariablesTableProducer.cc.
References fileCollector::convert(), GlobalVariablesTableProducer::Variable::doc_, patZpeak::handle, iEvent, GlobalVariablesTableProducer::Variable::name_, MillePedeFileConverter_cfg::out, GlobalVariablesTableProducer::VariableT< ValType, ColType, Converter >::src_, and GlobalVariablesTableProducer::Variable::type_.
|
protected |
Definition at line 150 of file GlobalVariablesTableProducer.cc.
Referenced by GlobalVariablesTableProducer::VariableT< ValType, ColType, Converter >::fill().