CMS 3D CMS Logo

MuonAlignmentInputSurveyDB.h
Go to the documentation of this file.
1 #ifndef Alignment_MuonAlignment_MuonAlignmentInputSurveyDB_h
2 #define Alignment_MuonAlignment_MuonAlignmentInputSurveyDB_h
3 // -*- C++ -*-
4 //
5 // Package: MuonAlignment
6 // Class : MuonAlignmentInputSurveyDB
7 //
16 //
17 // Original Author: Jim Pivarski
18 // Created: Fri Mar 7 16:13:19 CST 2008
19 // $Id$
20 //
21 
22 // system include files
23 
24 // user include files
28 
29 // forward declarations
30 
32  public:
35  ~MuonAlignmentInputSurveyDB() override;
36 
37  // ---------- const member functions ---------------------
38 
39  // ---------- static member functions --------------------
40 
41  // ---------- member functions ---------------------------
42 
43  AlignableMuon *newAlignableMuon(const edm::EventSetup &iSetup) const override;
44 
45  private:
46  MuonAlignmentInputSurveyDB(const MuonAlignmentInputSurveyDB&) = delete; // stop default
47 
48  const MuonAlignmentInputSurveyDB& operator=(const MuonAlignmentInputSurveyDB&) = delete; // stop default
49 
50  void addSurveyInfo_(Alignable* ali,
51  unsigned int* theSurveyIndex,
52  const Alignments* theSurveyValues,
53  const SurveyErrors* theSurveyErrors) const;
54 
55  // ---------- member data --------------------------------
56 
58 };
59 
60 
61 #endif
AlignableMuon * newAlignableMuon(const edm::EventSetup &iSetup) const override
void addSurveyInfo_(Alignable *ali, unsigned int *theSurveyIndex, const Alignments *theSurveyValues, const SurveyErrors *theSurveyErrors) const
const MuonAlignmentInputSurveyDB & operator=(const MuonAlignmentInputSurveyDB &)=delete
Constructor of the full muon geometry.
Definition: AlignableMuon.h:37