CMS 3D CMS Logo

Public Member Functions | Private Member Functions

egHLT::MonElemWithCutBase< T > Class Template Reference

#include <EgHLTMonElemWithCut.h>

Inheritance diagram for egHLT::MonElemWithCutBase< T >:
egHLT::MonElemContainer< T > egHLT::MonElemWithCut< T, varTypeX, varTypeY > egHLT::MonElemWithCutEBEE< T, varType >

List of all members.

Public Member Functions

virtual void fill (const T &obj, const OffEvt &evt, float weight)=0
 MonElemWithCutBase ()
virtual ~MonElemWithCutBase ()

Private Member Functions

 MonElemWithCutBase (const MonElemWithCutBase &rhs)
MonElemWithCutBaseoperator= (const MonElemWithCutBase &rhs)

Detailed Description

template<class T>
class egHLT::MonElemWithCutBase< T >

Definition at line 26 of file EgHLTMonElemWithCut.h.


Constructor & Destructor Documentation

template<class T >
egHLT::MonElemWithCutBase< T >::MonElemWithCutBase ( const MonElemWithCutBase< T > &  rhs) [inline, private]

Definition at line 29 of file EgHLTMonElemWithCut.h.

{}
template<class T >
egHLT::MonElemWithCutBase< T >::MonElemWithCutBase ( ) [inline]

Definition at line 32 of file EgHLTMonElemWithCut.h.

{}
template<class T >
virtual egHLT::MonElemWithCutBase< T >::~MonElemWithCutBase ( ) [inline, virtual]

Definition at line 33 of file EgHLTMonElemWithCut.h.

{}

Member Function Documentation

template<class T >
virtual void egHLT::MonElemWithCutBase< T >::fill ( const T obj,
const OffEvt evt,
float  weight 
) [pure virtual]
template<class T >
MonElemWithCutBase& egHLT::MonElemWithCutBase< T >::operator= ( const MonElemWithCutBase< T > &  rhs) [inline, private]

Definition at line 30 of file EgHLTMonElemWithCut.h.

{return *this;}