Go to the documentation of this file.00001 #ifndef Alignment_SurveyAnalysis_SurveyAlignmentPoints_h
00002 #define Alignment_SurveyAnalysis_SurveyAlignmentPoints_h
00003
00016 #include "Alignment/SurveyAnalysis/interface/SurveyAlignment.h"
00017
00018 class SurveyAlignmentPoints:
00019 public SurveyAlignment
00020 {
00021 public:
00022
00024 SurveyAlignmentPoints(
00025 const align::Alignables& sensors,
00026 const std::vector<align::StructureType>& levels
00027 );
00028
00029 protected:
00030
00032 virtual void findAlignPars(
00033 bool bias = false
00034 );
00035 };
00036
00037 #endif