CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 SurveyAlignment
20 {
21  public:
22 
25  const align::Alignables& sensors,
26  const std::vector<align::StructureType>& levels
27  );
28 
29  protected:
30 
32  virtual void findAlignPars(
33  bool bias = false // true for biased residuals
34  );
35 };
36 
37 #endif
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:28
virtual void findAlignPars(bool bias=false)
Find the alignment parameters for all sensors.