Main Page
Namespaces
Classes
Package Documentation
CondTools
DT
plugins
DTHVCheckByAbsoluteValues.h
Go to the documentation of this file.
1
#ifndef DTHVCheckByAbsoluteValues_H
2
#define DTHVCheckByAbsoluteValues_H
3
14
//----------------------
15
// Base Class Headers --
16
//----------------------
17
#include "
CondTools/DT/interface/DTHVAbstractCheck.h
"
18
19
//------------------------------------
20
// Collaborating Class Declarations --
21
//------------------------------------
22
namespace
edm
{
23
// class Event;
24
// class EventSetup;
25
class
ParameterSet
;
26
class
ActivityRegistry
;
27
}
28
29
//---------------
30
// C++ Headers --
31
//---------------
32
33
34
// ---------------------
35
// -- Class Interface --
36
// ---------------------
37
38
namespace
cond
{
namespace
service
{
39
class
DTHVCheckByAbsoluteValues
:
public
DTHVAbstractCheck
{
40
41
public
:
42
45
DTHVCheckByAbsoluteValues
();
46
DTHVCheckByAbsoluteValues
(
const
edm::ParameterSet
& iConfig,
47
edm::ActivityRegistry
& iAR );
48
51
~
DTHVCheckByAbsoluteValues
()
override
;
52
55
// virtual int checkCurrentStatus(
57
DTHVAbstractCheck::flag
checkCurrentStatus(
58
int
rawId,
int
type
,
59
float
valueA,
float
valueC,
float
valueS,
60
const
std::map<int,timedMeasurement>& snapshotValues,
61
const
std::map<int,int>& aliasMap,
62
const
std::map<int,int>& layerMap )
override
;
63
64
private
:
65
66
float
*
minHV
;
67
float
*
maxHV
;
68
float
maxCurrent
;
69
70
};
71
72
} }
73
74
#endif // DTHVCheckByAbsoluteValues_H
75
76
77
78
79
80
type
type
Definition:
HCALResponse.h:21
ParameterSet
Definition:
Functions.h:16
DTHVAbstractCheck::flag
Definition:
DTHVAbstractCheck.h:52
DTHVAbstractCheck.h
cond::service::DTHVCheckByAbsoluteValues::maxHV
float * maxHV
Definition:
DTHVCheckByAbsoluteValues.h:67
service
Definition:
service.py:1
ActivityRegistry
DTHVAbstractCheck
Definition:
DTHVAbstractCheck.h:33
cond
Definition:
plugin.cc:24
edm
HLT enums.
Definition:
AlignableModifier.h:17
cond::service::DTHVCheckByAbsoluteValues::maxCurrent
float maxCurrent
Definition:
DTHVCheckByAbsoluteValues.h:68
edm::ParameterSet
Definition:
ParameterSet.h:36
cond::service::DTHVCheckByAbsoluteValues
Definition:
DTHVCheckByAbsoluteValues.h:39
edm::ActivityRegistry
Definition:
ActivityRegistry.h:132
cond::service::DTHVCheckByAbsoluteValues::minHV
float * minHV
Definition:
DTHVCheckByAbsoluteValues.h:66
Generated for CMSSW Reference Manual by
1.8.11