#include <DTHVCheckWithHysteresis.h>
|
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...
|
|
| DTHVCheckWithHysteresis () |
|
| DTHVCheckWithHysteresis (const edm::ParameterSet &iConfig, edm::ActivityRegistry &iAR) |
|
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 | ~DTHVCheckWithHysteresis () |
|
| DTHVAbstractCheck () |
|
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 () |
|
Definition at line 39 of file DTHVCheckWithHysteresis.h.
cond::service::DTHVCheckWithHysteresis::DTHVCheckWithHysteresis |
( |
| ) |
|
DTHVCheckWithHysteresis::~DTHVCheckWithHysteresis |
( |
| ) |
|
|
virtual |
DTHVAbstractCheck::flag DTHVCheckWithHysteresis::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 |
|
) |
| |
|
virtual |
void DTHVCheckWithHysteresis::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 |
float cond::service::DTHVCheckWithHysteresis::maxCurrent |
|
private |
float* cond::service::DTHVCheckWithHysteresis::maxHV |
|
private |
float* cond::service::DTHVCheckWithHysteresis::minHVh |
|
private |
float* cond::service::DTHVCheckWithHysteresis::minHVl |
|
private |
std::map<int,int>* cond::service::DTHVCheckWithHysteresis::oldStatusA |
|
private |
std::map<int,int>* cond::service::DTHVCheckWithHysteresis::oldStatusC |
|
private |
std::map<int,int>* cond::service::DTHVCheckWithHysteresis::oldStatusS |
|
private |