#include <EgHLTDQMCut.h>
Public Member Functions | |
EgHLTDQMCut< T > * | clone () const |
EgGreaterCut (varType cutValue, varType(T::*varFunc)() const) | |
bool | pass (const T &obj, const OffEvt &evt) const |
Private Attributes | |
varType | cutValue_ |
varType(T::* | varFunc_ )() const |
Definition at line 94 of file EgHLTDQMCut.h.
egHLT::EgGreaterCut< T, varType >::EgGreaterCut | ( | varType | cutValue, |
varType(T::*)() const | varFunc | ||
) | [inline] |
Definition at line 101 of file EgHLTDQMCut.h.
Referenced by egHLT::EgGreaterCut< T, varType >::clone().
EgHLTDQMCut<T>* egHLT::EgGreaterCut< T, varType >::clone | ( | void | ) | const [inline, virtual] |
Implements egHLT::EgHLTDQMCut< T >.
Definition at line 105 of file EgHLTDQMCut.h.
References egHLT::EgGreaterCut< T, varType >::EgGreaterCut().
{return new EgGreaterCut(*this);} //default copy constructor is fine
bool egHLT::EgGreaterCut< T, varType >::pass | ( | const T & | obj, |
const OffEvt & | evt | ||
) | const [inline, virtual] |
Implements egHLT::EgHLTDQMCut< T >.
Definition at line 104 of file EgHLTDQMCut.h.
References egHLT::EgGreaterCut< T, varType >::cutValue_, and egHLT::EgGreaterCut< T, varType >::varFunc_.
varType egHLT::EgGreaterCut< T, varType >::cutValue_ [private] |
Definition at line 96 of file EgHLTDQMCut.h.
Referenced by egHLT::EgGreaterCut< T, varType >::pass().
varType(T::* egHLT::EgGreaterCut< T, varType >::varFunc_)() const [private] |
Definition at line 97 of file EgHLTDQMCut.h.
Referenced by egHLT::EgGreaterCut< T, varType >::pass().