CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTHVAbstractCheck.cc
Go to the documentation of this file.
1 /*
2  * See header file for a description of this class.
3  *
4  * $Date: 2010/01/18 18:59:54 $
5  * $Revision: 1.1 $
6  * \author Paolo Ronchese INFN Padova
7  *
8  */
9 
10 //-----------------------
11 // This Class' Header --
12 //-----------------------
14 
15 //-------------------------------
16 // Collaborating Class Headers --
17 //-------------------------------
18 
19 
20 //---------------
21 // C++ Headers --
22 //---------------
23 
24 
25 //-------------------
26 // Initializations --
27 //-------------------
29 
30 //----------------
31 // Constructors --
32 //----------------
34 }
35 
36 //--------------
37 // Destructor --
38 //--------------
40 }
41 
42 //--------------
43 // Operations --
44 //--------------
46  return instance;
47 }
48 
49 
51  return ( f.a || f.c || f.s );
52 }
53 
54 
56  const DTHVAbstractCheck::flag& fr ) {
57  return ( ( fl.a == fr.a ) &&
58  ( fl.c == fr.c ) &&
59  ( fl.s == fr.s ) );
60 }
61 
62 
64  int rawId, int type,
65  float valueA, float valueC, float valueS,
66  const std::map<int,timedMeasurement>& snapshotValues,
67  const std::map<int,int>& aliasMap,
68  const std::map<int,int>& layerMap ) {
69  return;
70 }
71 
72 
74  int rawId,
75  int flagA, int flagC, int flagS,
76  const std::map<int,timedMeasurement>& snapshotValues,
77  const std::map<int,int>& aliasMap,
78  const std::map<int,int>& layerMap ) {
79  return;
80 }
81 
type
Definition: HCALResponse.h:21
static bool chkFlag(const DTHVAbstractCheck::flag &f)
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)
static bool compare(const DTHVAbstractCheck::flag &fl, const DTHVAbstractCheck::flag &fr)
double f[11][100]
virtual ~DTHVAbstractCheck()
static DTHVAbstractCheck * getInstance()
check HV status
static DTHVAbstractCheck * instance
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)