Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondFormats
OptAlignObjects
interface
CSCZSensors.h
Go to the documentation of this file.
1
#ifndef CSCZSensors_H
2
#define CSCZSensors_H
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
/* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */
7
#include <vector>
8
#include <string>
9
14
/* class CSCZSensors; */
15
16
/* std::ostream & operator<<(std::ostream &, const CSCZSensors &); */
17
18
class
CSCZSensorData
{
19
public
:
20
std::string
sensorType_
;
21
int
sensorNo_
;
22
std::string
meLayer_
;
23
std::string
logicalAlignmentName_
;
24
std::string
cernDesignator_
;
25
std::string
cernBarcode_
;
26
float
absSlope_
;
27
float
absSlopeError_
;
28
float
normSlope_
;
29
float
normSlopeError_
;
30
float
absIntercept_
;
31
float
absInterceptError_
;
32
float
normIntercept_
;
33
float
normInterceptError_
;
34
float
shifts_
;
35
36
COND_SERIALIZABLE
;
37
};
38
42
class
CSCZSensors
{
43
public
:
44
CSCZSensors
() {}
45
virtual
~CSCZSensors
() {}
46
std::vector<CSCZSensorData>
cscZSens_
;
47
48
COND_SERIALIZABLE
;
49
};
50
51
#endif // CSCZSensors_H
CSCZSensors::~CSCZSensors
virtual ~CSCZSensors()
Definition:
CSCZSensors.h:45
CSCZSensorData::sensorNo_
int sensorNo_
Definition:
CSCZSensors.h:21
CSCZSensorData::logicalAlignmentName_
std::string logicalAlignmentName_
Definition:
CSCZSensors.h:23
CSCZSensors::CSCZSensors
CSCZSensors()
Definition:
CSCZSensors.h:44
CSCZSensorData::normInterceptError_
float normInterceptError_
Definition:
CSCZSensors.h:33
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
CSCZSensorData::meLayer_
std::string meLayer_
Definition:
CSCZSensors.h:22
CSCZSensorData::cernDesignator_
std::string cernDesignator_
Definition:
CSCZSensors.h:24
CSCZSensorData::shifts_
float shifts_
Definition:
CSCZSensors.h:34
CSCZSensorData
Definition:
CSCZSensors.h:18
CSCZSensors
Definition:
CSCZSensors.h:42
CSCZSensorData::absSlopeError_
float absSlopeError_
Definition:
CSCZSensors.h:27
CSCZSensorData::absSlope_
float absSlope_
Definition:
CSCZSensors.h:26
CSCZSensorData::normSlope_
float normSlope_
Definition:
CSCZSensors.h:28
CSCZSensorData::normSlopeError_
float normSlopeError_
Definition:
CSCZSensors.h:29
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:37
CSCZSensors::cscZSens_
std::vector< CSCZSensorData > cscZSens_
Definition:
CSCZSensors.h:46
CSCZSensorData::normIntercept_
float normIntercept_
Definition:
CSCZSensors.h:32
CSCZSensorData::absInterceptError_
float absInterceptError_
Definition:
CSCZSensors.h:31
CSCZSensorData::sensorType_
std::string sensorType_
Definition:
CSCZSensors.h:20
CSCZSensorData::cernBarcode_
std::string cernBarcode_
Definition:
CSCZSensors.h:25
Serializable.h
CSCZSensorData::absIntercept_
float absIntercept_
Definition:
CSCZSensors.h:30
Generated for CMSSW Reference Manual by
1.8.5