Main Page
Namespaces
Classes
Package Documentation
GIT Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
OptAlignObjects
interface
CSCZSensors.h
Go to the documentation of this file.
1
#ifndef CSCZSensors_H
2
#define CSCZSensors_H
3
/* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */
4
#include <vector>
5
#include <string>
6
11
/* class CSCZSensors; */
12
13
/* std::ostream & operator<<(std::ostream &, const CSCZSensors &); */
14
15
class
CSCZSensorData
{
16
public
:
17
std::string
sensorType_
;
18
int
sensorNo_
;
19
std::string
meLayer_
;
20
std::string
logicalAlignmentName_
;
21
std::string
cernDesignator_
;
22
std::string
cernBarcode_
;
23
float
absSlope_
;
24
float
absSlopeError_
;
25
float
normSlope_
;
26
float
normSlopeError_
;
27
float
absIntercept_
;
28
float
absInterceptError_
;
29
float
normIntercept_
;
30
float
normInterceptError_
;
31
float
shifts_
;
32
};
33
37
class
CSCZSensors
{
38
public
:
39
CSCZSensors
() {}
40
virtual
~CSCZSensors
() {}
41
std::vector<CSCZSensorData>
cscZSens_
;
42
};
43
44
#endif // CSCZSensors_H
CSCZSensors::~CSCZSensors
virtual ~CSCZSensors()
Definition:
CSCZSensors.h:40
CSCZSensorData::sensorNo_
int sensorNo_
Definition:
CSCZSensors.h:18
CSCZSensorData::logicalAlignmentName_
std::string logicalAlignmentName_
Definition:
CSCZSensors.h:20
CSCZSensors::CSCZSensors
CSCZSensors()
Definition:
CSCZSensors.h:39
CSCZSensorData::normInterceptError_
float normInterceptError_
Definition:
CSCZSensors.h:30
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
CSCZSensorData::meLayer_
std::string meLayer_
Definition:
CSCZSensors.h:19
CSCZSensorData::cernDesignator_
std::string cernDesignator_
Definition:
CSCZSensors.h:21
CSCZSensorData::shifts_
float shifts_
Definition:
CSCZSensors.h:31
CSCZSensorData
Definition:
CSCZSensors.h:15
CSCZSensors
Definition:
CSCZSensors.h:37
CSCZSensorData::absSlopeError_
float absSlopeError_
Definition:
CSCZSensors.h:24
CSCZSensorData::absSlope_
float absSlope_
Definition:
CSCZSensors.h:23
CSCZSensorData::normSlope_
float normSlope_
Definition:
CSCZSensors.h:25
CSCZSensorData::normSlopeError_
float normSlopeError_
Definition:
CSCZSensors.h:26
CSCZSensors::cscZSens_
std::vector< CSCZSensorData > cscZSens_
Definition:
CSCZSensors.h:41
CSCZSensorData::normIntercept_
float normIntercept_
Definition:
CSCZSensors.h:29
CSCZSensorData::absInterceptError_
float absInterceptError_
Definition:
CSCZSensors.h:28
CSCZSensorData::sensorType_
std::string sensorType_
Definition:
CSCZSensors.h:17
CSCZSensorData::cernBarcode_
std::string cernBarcode_
Definition:
CSCZSensors.h:22
CSCZSensorData::absIntercept_
float absIntercept_
Definition:
CSCZSensors.h:27
Generated for CMSSW Reference Manual by
1.8.5