#include <EgHLTDQMCut.h>
Public Member Functions | |
ChargeCut (int charge) | |
EgHLTDQMCut< T > * | clone () const |
bool | pass (const T &obj, const OffEvt &evt) const |
~ChargeCut () | |
Private Attributes | |
int | charge_ |
Definition at line 239 of file EgHLTDQMCut.h.
egHLT::ChargeCut< T >::ChargeCut | ( | int | charge | ) | [inline] |
Definition at line 244 of file EgHLTDQMCut.h.
Referenced by egHLT::ChargeCut< T >::clone().
egHLT::ChargeCut< T >::~ChargeCut | ( | ) | [inline] |
Definition at line 245 of file EgHLTDQMCut.h.
{}
EgHLTDQMCut<T>* egHLT::ChargeCut< T >::clone | ( | void | ) | const [inline, virtual] |
Implements egHLT::EgHLTDQMCut< T >.
Definition at line 248 of file EgHLTDQMCut.h.
References egHLT::ChargeCut< T >::ChargeCut().
{return new ChargeCut(*this);}
bool egHLT::ChargeCut< T >::pass | ( | const T & | obj, |
const OffEvt & | evt | ||
) | const [inline, virtual] |
Implements egHLT::EgHLTDQMCut< T >.
Definition at line 247 of file EgHLTDQMCut.h.
References egHLT::ChargeCut< T >::charge_.
int egHLT::ChargeCut< T >::charge_ [private] |
Definition at line 241 of file EgHLTDQMCut.h.
Referenced by egHLT::ChargeCut< T >::pass().