#include <EgHLTMonElemWithCutEBEE.h>
Public Member Functions | |
void | fill (const T &obj, const OffEvt &evt, float weight) |
MonElemWithCutEBEE (const std::string &name, const std::string &title, int nrBins, float min, float max, varType(T::*varFunc)() const, const EgHLTDQMCut< T > *cut) | |
MonElemWithCutEBEE (const std::string &name, const std::string &title, int nrBins, float min, float max, varType(T::*varFunc)() const) | |
~MonElemWithCutEBEE () | |
Private Attributes | |
MonElemWithCut< T, varType > | barrel_ |
MonElemWithCut< T, varType > | endcap_ |
Definition at line 22 of file EgHLTMonElemWithCutEBEE.h.
egHLT::MonElemWithCutEBEE< T, varType >::MonElemWithCutEBEE | ( | const std::string & | name, |
const std::string & | title, | ||
int | nrBins, | ||
float | min, | ||
float | max, | ||
varType(T::*)() const | varFunc | ||
) | [inline] |
egHLT::MonElemWithCutEBEE< T, varType >::MonElemWithCutEBEE | ( | const std::string & | name, |
const std::string & | title, | ||
int | nrBins, | ||
float | min, | ||
float | max, | ||
varType(T::*)() const | varFunc, | ||
const EgHLTDQMCut< T > * | cut | ||
) | [inline] |
egHLT::MonElemWithCutEBEE< T, varType >::~MonElemWithCutEBEE | ( | ) | [inline] |
Definition at line 37 of file EgHLTMonElemWithCutEBEE.h.
{}
void egHLT::MonElemWithCutEBEE< T, varType >::fill | ( | const T & | obj, |
const OffEvt & | evt, | ||
float | weight | ||
) | [virtual] |
Implements egHLT::MonElemWithCutBase< T >.
Definition at line 44 of file EgHLTMonElemWithCutEBEE.h.
MonElemWithCut<T,varType> egHLT::MonElemWithCutEBEE< T, varType >::barrel_ [private] |
Definition at line 24 of file EgHLTMonElemWithCutEBEE.h.
MonElemWithCut<T,varType> egHLT::MonElemWithCutEBEE< T, varType >::endcap_ [private] |
Definition at line 25 of file EgHLTMonElemWithCutEBEE.h.