CMS 3D CMS Logo

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