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
float Abs_Slope
Definition: PXsensors.h:16
float Norm_Slope_Error
Definition: PXsensors.h:19
float Abs_Intercept_Error
Definition: PXsensors.h:21
std::vector< Item > m_PXsensors
Definition: PXsensors.h:30
PXsensors()
Definition: PXsensors.cc:3
float Norm_Intercept
Definition: PXsensors.h:22
std::string CERN_Barcode
Definition: PXsensors.h:15
virtual ~PXsensors()
Definition: PXsensors.cc:4
std::string Sensor_type
Definition: PXsensors.h:10
std::string Logical_Alignment_Name
Definition: PXsensors.h:13
std::string ME_layer
Definition: PXsensors.h:12
float Norm_Slope
Definition: PXsensors.h:18
float Shifts_due_to_shims_etc
Definition: PXsensors.h:24
float Abs_Slope_Error
Definition: PXsensors.h:17
float Abs_Intercept
Definition: PXsensors.h:20
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::string CERN_Designator
Definition: PXsensors.h:14
float Norm_Intercept_Error
Definition: PXsensors.h:23