CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PXsensors.h
Go to the documentation of this file.
1 #ifndef PXSENSORS_H
2 #define PXSENSORS_H
3 #include<vector>
4 #include<string>
5 class PXsensors {
6 public:
7  struct Item{
8  std::string Sensor_type;
10  std::string ME_layer;
12  std::string CERN_Designator;
13  std::string CERN_Barcode;
14  float Abs_Slope;
16  float Norm_Slope;
23  };
24  PXsensors();
25  virtual ~PXsensors();
26  std::vector<Item> m_PXsensors;
27 };
28 #endif
float Abs_Slope
Definition: PXsensors.h:14
float Norm_Slope_Error
Definition: PXsensors.h:17
float Abs_Intercept_Error
Definition: PXsensors.h:19
std::vector< Item > m_PXsensors
Definition: PXsensors.h:26
PXsensors()
Definition: PXsensors.cc:3
float Norm_Intercept
Definition: PXsensors.h:20
std::string CERN_Barcode
Definition: PXsensors.h:13
virtual ~PXsensors()
Definition: PXsensors.cc:4
std::string Sensor_type
Definition: PXsensors.h:8
std::string Logical_Alignment_Name
Definition: PXsensors.h:11
std::string ME_layer
Definition: PXsensors.h:10
float Norm_Slope
Definition: PXsensors.h:16
float Shifts_due_to_shims_etc
Definition: PXsensors.h:22
float Abs_Slope_Error
Definition: PXsensors.h:15
float Abs_Intercept
Definition: PXsensors.h:18
std::string CERN_Designator
Definition: PXsensors.h:12
float Norm_Intercept_Error
Definition: PXsensors.h:21
int Sensor_number
Definition: PXsensors.h:9