#include <DTHVCheckByAbsoluteValues.h>
Public Member Functions | |
virtual DTHVAbstractCheck::flag | checkCurrentStatus (int rawId, int type, float valueA, float valueC, float valueS, const std::map< int, timedMeasurement > &snapshotValues, const std::map< int, int > &aliasMap, const std::map< int, int > &layerMap) |
check HV status More... | |
DTHVCheckByAbsoluteValues () | |
DTHVCheckByAbsoluteValues (const edm::ParameterSet &iConfig, edm::ActivityRegistry &iAR) | |
virtual | ~DTHVCheckByAbsoluteValues () |
Public Member Functions inherited from DTHVAbstractCheck | |
DTHVAbstractCheck () | |
virtual void | setStatus (int rawId, int flagA, int flagC, int flagS, const std::map< int, timedMeasurement > &snapshotValues, const std::map< int, int > &aliasMap, const std::map< int, int > &layerMap) |
virtual void | setValue (int rawId, int type, float valueA, float valueC, float valueS, const std::map< int, timedMeasurement > &snapshotValues, const std::map< int, int > &aliasMap, const std::map< int, int > &layerMap) |
virtual | ~DTHVAbstractCheck () |
Private Attributes | |
float | maxCurrent |
float * | maxHV |
float * | minHV |
Additional Inherited Members | |
Public Types inherited from DTHVAbstractCheck | |
typedef std::pair< long long int, float > | timedMeasurement |
check HV status More... | |
Static Public Member Functions inherited from DTHVAbstractCheck | |
static bool | chkFlag (const DTHVAbstractCheck::flag &f) |
static bool | compare (const DTHVAbstractCheck::flag &fl, const DTHVAbstractCheck::flag &fr) |
static DTHVAbstractCheck * | getInstance () |
check HV status More... | |
Static Protected Attributes inherited from DTHVAbstractCheck | |
static DTHVAbstractCheck * | instance = 0 |
Definition at line 39 of file DTHVCheckByAbsoluteValues.h.
cond::service::DTHVCheckByAbsoluteValues::DTHVCheckByAbsoluteValues | ( | ) |
Constructor
DTHVCheckByAbsoluteValues::DTHVCheckByAbsoluteValues | ( | const edm::ParameterSet & | iConfig, |
edm::ActivityRegistry & | iAR | ||
) |
Definition at line 37 of file DTHVCheckByAbsoluteValues.cc.
References gather_cfg::cout, DTHVAbstractCheck::instance, maxCurrent, maxHV, and minHV.
|
virtual |
|
virtual |
check HV status
Operations
Implements DTHVAbstractCheck.
Definition at line 70 of file DTHVCheckByAbsoluteValues.cc.
References DTHVAbstractCheck::flag::a, DTHVAbstractCheck::flag::c, officialStyle::chan, DEFINE_FWK_SERVICE, RemoveAddSevLevel::flag, DTWireId::layerId(), maxCurrent, maxHV, minHV, DetId::rawId(), DTHVAbstractCheck::flag::s, and DTWireId::wire().
|
private |
Definition at line 68 of file DTHVCheckByAbsoluteValues.h.
Referenced by checkCurrentStatus(), and DTHVCheckByAbsoluteValues().
|
private |
Definition at line 67 of file DTHVCheckByAbsoluteValues.h.
Referenced by checkCurrentStatus(), and DTHVCheckByAbsoluteValues().
|
private |
Definition at line 66 of file DTHVCheckByAbsoluteValues.h.
Referenced by checkCurrentStatus(), and DTHVCheckByAbsoluteValues().