![]() |
![]() |
#include <CSCDQM_EventProcessor.h>
Public Member Functions | |
void | applyMeM (bool ready) |
void | applyMeP (bool ready) |
bool | fullStandby () const |
HWStandbyType () | |
bool | operator!= (const HWStandbyType &t) const |
const HWStandbyType & | operator= (const HWStandbyType &t) |
bool | operator== (const HWStandbyType &t) const |
Public Attributes | |
bool | MeM |
bool | MeP |
bool | process |
Structure of standby flags
Definition at line 57 of file CSCDQM_EventProcessor.h.
cscdqm::HWStandbyType::HWStandbyType | ( | ) | [inline] |
void cscdqm::HWStandbyType::applyMeM | ( | bool | ready | ) | [inline] |
Definition at line 77 of file CSCDQM_EventProcessor.h.
References MeM.
Referenced by CSCMonitorModule::analyze().
void cscdqm::HWStandbyType::applyMeP | ( | bool | ready | ) | [inline] |
Definition at line 73 of file CSCDQM_EventProcessor.h.
References MeP.
Referenced by CSCMonitorModule::analyze().
bool cscdqm::HWStandbyType::fullStandby | ( | ) | const [inline] |
bool cscdqm::HWStandbyType::operator!= | ( | const HWStandbyType & | t | ) | const [inline] |
Definition at line 89 of file CSCDQM_EventProcessor.h.
References matplotRender::t.
{ return !(*this == t); }
const HWStandbyType& cscdqm::HWStandbyType::operator= | ( | const HWStandbyType & | t | ) | [inline] |
bool cscdqm::HWStandbyType::operator== | ( | const HWStandbyType & | t | ) | const [inline] |
Definition at line 67 of file CSCDQM_EventProcessor.h.
Referenced by applyMeM(), fullStandby(), HWStandbyType(), operator=(), operator==(), and cscdqm::EventProcessor::standbyEfficiencyHistos().
Definition at line 64 of file CSCDQM_EventProcessor.h.
Referenced by applyMeP(), fullStandby(), HWStandbyType(), operator=(), operator==(), and cscdqm::EventProcessor::standbyEfficiencyHistos().
Definition at line 61 of file CSCDQM_EventProcessor.h.
Referenced by CSCMonitorModule::analyze(), HWStandbyType(), operator=(), and operator==().