CMS 3D CMS Logo

List of all members | Public Member Functions
SimpleFlatTableProducerBase< T, TProd >::Variable Class Referenceabstract

#include <SimpleFlatTableProducer.h>

Inheritance diagram for SimpleFlatTableProducerBase< T, TProd >::Variable:
SimpleFlatTableProducerBase< T, TProd >::VariableBase SimpleFlatTableProducerBase< T, TProd >::FuncVariable< StringFunctor, ValType >

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::ColumnTypetype () 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_
 

Detailed Description

template<typename T, typename TProd>
class SimpleFlatTableProducerBase< T, TProd >::Variable

Definition at line 75 of file SimpleFlatTableProducer.h.

Constructor & Destructor Documentation

template<typename T, typename TProd>
SimpleFlatTableProducerBase< T, TProd >::Variable::Variable ( const std::string &  aname,
nanoaod::FlatTable::ColumnType  atype,
const edm::ParameterSet cfg 
)
inline

Definition at line 77 of file SimpleFlatTableProducer.h.

References lumiContext::fill, and MillePedeFileConverter_cfg::out.

77  :
78  VariableBase(aname, atype, cfg) {}
VariableBase(const std::string &aname, nanoaod::FlatTable::ColumnType atype, const edm::ParameterSet &cfg)

Member Function Documentation

template<typename T, typename TProd>
virtual void SimpleFlatTableProducerBase< T, TProd >::Variable::fill ( std::vector< const T * >  selobjs,
nanoaod::FlatTable out 
) const
pure virtual