CMS 3D CMS Logo

List of all members | Public Member Functions
Variable< ObjType > Class Template Referenceabstract

#include <SimpleFlatTableProducer.h>

Inheritance diagram for Variable< ObjType >:
VariableBase FuncVariable< ObjType, StringFunctor, ValType >

Public Member Functions

virtual void fill (std::vector< const ObjType *> &selobjs, nanoaod::FlatTable &out) const =0
 
 Variable (const std::string &aname, const edm::ParameterSet &cfg)
 
- Public Member Functions inherited from VariableBase
const std::string & name () const
 
 VariableBase (const std::string &aname, const edm::ParameterSet &cfg)
 
virtual ~VariableBase ()
 

Additional Inherited Members

- Protected Attributes inherited from VariableBase
std::string doc_
 
std::string name_
 
int precision_
 

Detailed Description

template<typename ObjType>
class Variable< ObjType >

Definition at line 39 of file SimpleFlatTableProducer.h.

Constructor & Destructor Documentation

◆ Variable()

template<typename ObjType>
Variable< ObjType >::Variable ( const std::string &  aname,
const edm::ParameterSet cfg 
)
inline

Definition at line 41 of file SimpleFlatTableProducer.h.

41 : VariableBase(aname, cfg) {}
VariableBase(const std::string &aname, const edm::ParameterSet &cfg)

Member Function Documentation

◆ fill()

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