CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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: MuonAlignmentInputSurveyDB.h,v 1.1 2008/03/15 20:26:46 pivarski Exp $
20 //
21 
22 // system include files
23 
24 // user include files
28 
29 // forward declarations
30 
32  public:
34  MuonAlignmentInputSurveyDB(std::string dtLabel, std::string cscLabel);
36 
37  // ---------- const member functions ---------------------
38 
39  // ---------- static member functions --------------------
40 
41  // ---------- member functions ---------------------------
42 
43  virtual AlignableMuon *newAlignableMuon(const edm::EventSetup &iSetup) const;
44 
45  private:
47 
49 
50  void addSurveyInfo_(Alignable* ali,
51  unsigned int* theSurveyIndex,
52  const Alignments* theSurveyValues,
53  const SurveyErrors* theSurveyErrors) const;
54 
55  // ---------- member data --------------------------------
56 
57  std::string m_dtLabel, m_cscLabel;
58 };
59 
60 
61 #endif
const MuonAlignmentInputSurveyDB & operator=(const MuonAlignmentInputSurveyDB &)
void addSurveyInfo_(Alignable *ali, unsigned int *theSurveyIndex, const Alignments *theSurveyValues, const SurveyErrors *theSurveyErrors) const
virtual AlignableMuon * newAlignableMuon(const edm::EventSetup &iSetup) const
Constructor of the full muon geometry.
Definition: AlignableMuon.h:36