Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CondFormats
OptAlignObjects
interface
CSCRSensors.h
Go to the documentation of this file.
1
#ifndef CondFormats_CSCRSensors_H
2
#define CondFormats_CSCRSensors_H
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include <vector>
7
//#include <iostream>
8
#include <string>
9
10
class
CSCRSensorData
{
11
public
:
12
std::string
sensorType_
;
13
int
sensorNo_
;
14
std::string
meLayer_
;
15
std::string
logicalAlignmentName_
;
16
std::string
cernDesignator_
;
17
std::string
cernBarcode_
;
18
float
absSlope_
;
19
float
absSlopeError_
;
20
float
normSlope_
;
21
float
normSlopeError_
;
22
float
absIntercept_
;
23
float
absInterceptError_
;
24
float
normIntercept_
;
25
float
normInterceptError_
;
26
float
shifts_
;
27
28
COND_SERIALIZABLE
;
29
};
30
34
class
CSCRSensors
{
35
public
:
36
CSCRSensors
() {}
37
virtual
~CSCRSensors
() {}
38
std::vector<CSCRSensorData>
cscRSens_
;
39
40
COND_SERIALIZABLE
;
41
};
42
43
#endif // CondFormats_CSCRSensors_H
CSCRSensorData::meLayer_
std::string meLayer_
Definition:
CSCRSensors.h:14
CSCRSensorData::absIntercept_
float absIntercept_
Definition:
CSCRSensors.h:22
CSCRSensorData::shifts_
float shifts_
Definition:
CSCRSensors.h:26
CSCRSensorData::logicalAlignmentName_
std::string logicalAlignmentName_
Definition:
CSCRSensors.h:15
CSCRSensorData::normSlopeError_
float normSlopeError_
Definition:
CSCRSensors.h:21
CSCRSensorData::sensorType_
std::string sensorType_
Definition:
CSCRSensors.h:12
CSCRSensorData::normInterceptError_
float normInterceptError_
Definition:
CSCRSensors.h:25
CSCRSensors
Definition:
CSCRSensors.h:34
CSCRSensors::cscRSens_
std::vector< CSCRSensorData > cscRSens_
Definition:
CSCRSensors.h:38
CSCRSensorData
Definition:
CSCRSensors.h:10
CSCRSensorData::normIntercept_
float normIntercept_
Definition:
CSCRSensors.h:24
CSCRSensorData::cernDesignator_
std::string cernDesignator_
Definition:
CSCRSensors.h:16
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
CSCRSensorData::absInterceptError_
float absInterceptError_
Definition:
CSCRSensors.h:23
CSCRSensorData::absSlope_
float absSlope_
Definition:
CSCRSensors.h:18
CSCRSensorData::absSlopeError_
float absSlopeError_
Definition:
CSCRSensors.h:19
CSCRSensorData::sensorNo_
int sensorNo_
Definition:
CSCRSensors.h:13
CSCRSensorData::cernBarcode_
std::string cernBarcode_
Definition:
CSCRSensors.h:17
CSCRSensorData::normSlope_
float normSlope_
Definition:
CSCRSensors.h:20
CSCRSensors::~CSCRSensors
virtual ~CSCRSensors()
Definition:
CSCRSensors.h:37
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Serializable.h
CSCRSensors::CSCRSensors
CSCRSensors()
Definition:
CSCRSensors.h:36
Generated for CMSSW Reference Manual by
1.8.5