CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SurveyMisalignmentInput.h
Go to the documentation of this file.
1 #ifndef Alignment_SurveyAnalysis_SurveyMisalignmentInput_h
2 #define Alignment_SurveyAnalysis_SurveyMisalignmentInput_h
3 
12 // user include files
13 
17 
18 class AlignableSurface;
19 class Alignments;
20 
22  public SurveyInputBase
23 {
24 public:
25 
27  const edm::ParameterSet&
28  );
29 
31  virtual void analyze(
32  const edm::Event&,
33  const edm::EventSetup&
34  );
35 
36 private:
37 
39 
41 
43 
45  void addSurveyInfo(Alignable*);
46 
49 };
50 
51 #endif
SurveyMisalignmentInput(const edm::ParameterSet &)
uint32_t ID
Definition: Definitions.h:26
SurveyInputTextReader::MapType uIdMap
std::map< UniqueId, align::Scalars > MapType
void addSurveyInfo(Alignable *)
Add survey info to an alignable.
edm::ESHandle< Alignments > alignments
AlignableSurface getAlignableSurface(align::ID)
Get alignable surface from misalignments.db.
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Read ideal tracker geometry from DB.