CMS 3D CMS Logo

SurveyAlignmentSensor.h
Go to the documentation of this file.
1 #ifndef Alignment_SurveyAnalysis_SurveyAlignmentSensor_h
2 #define Alignment_SurveyAnalysis_SurveyAlignmentSensor_h
3 
17 
19 public:
21  SurveyAlignmentSensor(const align::Alignables& sensors, const std::vector<align::StructureType>& levels);
22 
23 protected:
25  void findAlignPars(bool bias = false // true for biased residuals
26  ) override;
27 };
28 
29 #endif
void findAlignPars(bool bias=false) override
Find the alignment parameters for all sensors.
SurveyAlignmentSensor(const align::Alignables &sensors, const std::vector< align::StructureType > &levels)
Constructor to set the sensors and residual levels in base class.
std::vector< Alignable * > Alignables
Definition: Utilities.h:31