CMS 3D CMS Logo

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

#include <SimpleFlatTableProducer.h>

Inheritance diagram for ExtVariable< ObjType >:
VariableBase ValueMapVariable< ObjType, TIn, ValType >

Public Member Functions

 ExtVariable (const std::string &aname, const edm::ParameterSet &cfg)
 
virtual void fill (const edm::Event &iEvent, std::vector< edm::Ptr< ObjType >> selptrs, nanoaod::FlatTable &out) const =0
 
- 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 ExtVariable< ObjType >

Definition at line 78 of file SimpleFlatTableProducer.h.

Constructor & Destructor Documentation

◆ ExtVariable()

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

Definition at line 80 of file SimpleFlatTableProducer.h.

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

Member Function Documentation

◆ fill()

template<typename ObjType >
virtual void ExtVariable< ObjType >::fill ( const edm::Event iEvent,
std::vector< edm::Ptr< ObjType >>  selptrs,
nanoaod::FlatTable out 
) const
pure virtual