File indexing completed on 2024-04-06 11:57:22
0001 #ifndef Alignment_SurveyAnalysis_SurveyAlignmentPoints_h
0002 #define Alignment_SurveyAnalysis_SurveyAlignmentPoints_h
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #include "Alignment/SurveyAnalysis/interface/SurveyAlignment.h"
0017
0018 class SurveyAlignmentPoints : public SurveyAlignment {
0019 public:
0020
0021 SurveyAlignmentPoints(const align::Alignables& sensors, const std::vector<align::StructureType>& levels);
0022
0023 protected:
0024
0025 void findAlignPars(bool bias = false
0026 ) override;
0027 };
0028
0029 #endif