#include <EgHLTMonElemMgrEBEE.h>
Public Member Functions | |
void | fill (const T &obj, float weight) |
MonElemMgr2DEBEE (const std::string &name, const std::string &title, int nrBinsX, double xMin, double xMax, int nrBinsY, double yMin, double yMax, varTypeX(T::*varFuncX)() const, varTypeY(T::*varFuncY)() const) | |
~MonElemMgr2DEBEE () | |
Private Attributes | |
MonElemManager2D< T, varTypeX, varTypeY > | barrel_ |
MonElemManager2D< T, varTypeX, varTypeY > | endcap_ |
Definition at line 48 of file EgHLTMonElemMgrEBEE.h.
egHLT::MonElemMgr2DEBEE< T, varTypeX, varTypeY >::MonElemMgr2DEBEE | ( | const std::string & | name, |
const std::string & | title, | ||
int | nrBinsX, | ||
double | xMin, | ||
double | xMax, | ||
int | nrBinsY, | ||
double | yMin, | ||
double | yMax, | ||
varTypeX(T::*)() const | varFuncX, | ||
varTypeY(T::*)() const | varFuncY | ||
) | [inline] |
egHLT::MonElemMgr2DEBEE< T, varTypeX, varTypeY >::~MonElemMgr2DEBEE | ( | ) | [inline] |
Definition at line 60 of file EgHLTMonElemMgrEBEE.h.
{}
void egHLT::MonElemMgr2DEBEE< T, varTypeX, varTypeY >::fill | ( | const T & | obj, |
float | weight | ||
) | [virtual] |
Implements egHLT::MonElemManagerBase< T >.
Definition at line 66 of file EgHLTMonElemMgrEBEE.h.
MonElemManager2D<T,varTypeX,varTypeY> egHLT::MonElemMgr2DEBEE< T, varTypeX, varTypeY >::barrel_ [private] |
Definition at line 51 of file EgHLTMonElemMgrEBEE.h.
MonElemManager2D<T,varTypeX,varTypeY> egHLT::MonElemMgr2DEBEE< T, varTypeX, varTypeY >::endcap_ [private] |
Definition at line 52 of file EgHLTMonElemMgrEBEE.h.