CMS 3D CMS Logo

PXsensors.h
Go to the documentation of this file.
1 #ifndef PXSENSORS_H
2 #define PXSENSORS_H
4 
5 #include <vector>
6 #include <string>
7 class PXsensors {
8 public:
9  struct Item {
16  float Abs_Slope;
18  float Norm_Slope;
25 
27  };
28  PXsensors();
29  virtual ~PXsensors();
30  std::vector<Item> m_PXsensors;
31 
33 };
34 #endif
PXsensors::Item
Definition: PXsensors.h:9
PXsensors::Item::CERN_Barcode
std::string CERN_Barcode
Definition: PXsensors.h:15
PXsensors::Item::Abs_Slope
float Abs_Slope
Definition: PXsensors.h:16
PXsensors::Item::Norm_Intercept_Error
float Norm_Intercept_Error
Definition: PXsensors.h:23
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
PXsensors::Item::Abs_Slope_Error
float Abs_Slope_Error
Definition: PXsensors.h:17
PXsensors::Item::CERN_Designator
std::string CERN_Designator
Definition: PXsensors.h:14
PXsensors::Item::Logical_Alignment_Name
std::string Logical_Alignment_Name
Definition: PXsensors.h:13
PXsensors
Definition: PXsensors.h:7
PXsensors::PXsensors
PXsensors()
Definition: PXsensors.cc:3
PXsensors::Item::Sensor_number
int Sensor_number
Definition: PXsensors.h:11
PXsensors::Item::Abs_Intercept
float Abs_Intercept
Definition: PXsensors.h:20
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
PXsensors::Item::Sensor_type
std::string Sensor_type
Definition: PXsensors.h:10
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
Serializable.h
PXsensors::~PXsensors
virtual ~PXsensors()
Definition: PXsensors.cc:4
PXsensors::Item::Norm_Intercept
float Norm_Intercept
Definition: PXsensors.h:22
PXsensors::Item::Norm_Slope
float Norm_Slope
Definition: PXsensors.h:18
PXsensors::Item::ME_layer
std::string ME_layer
Definition: PXsensors.h:12
PXsensors::Item::Shifts_due_to_shims_etc
float Shifts_due_to_shims_etc
Definition: PXsensors.h:24
PXsensors::Item::Norm_Slope_Error
float Norm_Slope_Error
Definition: PXsensors.h:19