Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CondFormats
OptAlignObjects
interface
PXsensors.h
Go to the documentation of this file.
1
#ifndef PXSENSORS_H
2
#define PXSENSORS_H
3
#include "
CondFormats/Serialization/interface/Serializable.h
"
4
5
#include <vector>
6
#include <string>
7
class
PXsensors
{
8
public
:
9
struct
Item
{
10
std::string
Sensor_type
;
11
int
Sensor_number
;
12
std::string
ME_layer
;
13
std::string
Logical_Alignment_Name
;
14
std::string
CERN_Designator
;
15
std::string
CERN_Barcode
;
16
float
Abs_Slope
;
17
float
Abs_Slope_Error
;
18
float
Norm_Slope
;
19
float
Norm_Slope_Error
;
20
float
Abs_Intercept
;
21
float
Abs_Intercept_Error
;
22
float
Norm_Intercept
;
23
float
Norm_Intercept_Error
;
24
float
Shifts_due_to_shims_etc
;
25
26
COND_SERIALIZABLE
;
27
};
28
PXsensors
();
29
virtual
~PXsensors
();
30
std::vector<Item>
m_PXsensors
;
31
32
COND_SERIALIZABLE
;
33
};
34
#endif
PXsensors::Item::Abs_Slope
float Abs_Slope
Definition:
PXsensors.h:16
PXsensors::Item::Norm_Slope_Error
float Norm_Slope_Error
Definition:
PXsensors.h:19
PXsensors::Item::Abs_Intercept_Error
float Abs_Intercept_Error
Definition:
PXsensors.h:21
PXsensors::m_PXsensors
std::vector< Item > m_PXsensors
Definition:
PXsensors.h:30
PXsensors::PXsensors
PXsensors()
Definition:
PXsensors.cc:3
PXsensors::Item
Definition:
PXsensors.h:9
PXsensors::Item::Norm_Intercept
float Norm_Intercept
Definition:
PXsensors.h:22
PXsensors::Item::CERN_Barcode
std::string CERN_Barcode
Definition:
PXsensors.h:15
PXsensors::~PXsensors
virtual ~PXsensors()
Definition:
PXsensors.cc:4
PXsensors::Item::Sensor_type
std::string Sensor_type
Definition:
PXsensors.h:10
PXsensors::Item::Logical_Alignment_Name
std::string Logical_Alignment_Name
Definition:
PXsensors.h:13
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
PXsensors::Item::ME_layer
std::string ME_layer
Definition:
PXsensors.h:12
PXsensors::Item::Norm_Slope
float Norm_Slope
Definition:
PXsensors.h:18
PXsensors::Item::Shifts_due_to_shims_etc
float Shifts_due_to_shims_etc
Definition:
PXsensors.h:24
PXsensors
Definition:
PXsensors.h:7
PXsensors::Item::Abs_Slope_Error
float Abs_Slope_Error
Definition:
PXsensors.h:17
PXsensors::Item::Abs_Intercept
float Abs_Intercept
Definition:
PXsensors.h:20
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
PXsensors::Item::CERN_Designator
std::string CERN_Designator
Definition:
PXsensors.h:14
PXsensors::Item::Norm_Intercept_Error
float Norm_Intercept_Error
Definition:
PXsensors.h:23
Serializable.h
PXsensors::Item::Sensor_number
int Sensor_number
Definition:
PXsensors.h:11
Generated for CMSSW Reference Manual by
1.8.5