CMS 3D CMS Logo

MuonAlignmentInputMethod.h
Go to the documentation of this file.
1 #ifndef Alignment_MuonAlignment_MuonAlignmentInputMethod_h
2 #define Alignment_MuonAlignment_MuonAlignmentInputMethod_h
3 // -*- C++ -*-
4 //
5 // Package: MuonAlignment
6 // Class : MuonAlignmentInputMethod
7 //
16 //
17 // Original Author: Jim Pivarski
18 // Created: Thu Mar 6 14:10:22 CST 2008
19 // $Id: MuonAlignmentInputMethod.h,v 1.1 2008/03/15 20:26:46 pivarski Exp $
20 //
21 
22 // system include files
23 #include <memory>
24 
26 
27 // user include files
32 
33 // forward declarations
34 
36 public:
38  MuonAlignmentInputMethod(const DTGeometry* dtGeometry,
39  const CSCGeometry* cscGeometry,
40  const GEMGeometry* gemGeometry);
41  virtual ~MuonAlignmentInputMethod();
42 
43  // ---------- const member functions ---------------------
44 
45  // ---------- static member functions --------------------
46 
47  // ---------- member functions ---------------------------
48 
49  virtual AlignableMuon* newAlignableMuon() const;
50 
51  MuonAlignmentInputMethod(const MuonAlignmentInputMethod&) = delete; // stop default
52 
53  const MuonAlignmentInputMethod& operator=(const MuonAlignmentInputMethod&) = delete; // stop default
54 
55 private:
56  // ---------- member data --------------------------------
60 };
61 
62 #endif
virtual AlignableMuon * newAlignableMuon() const
const MuonAlignmentInputMethod & operator=(const MuonAlignmentInputMethod &)=delete
Constructor of the full muon geometry.
Definition: AlignableMuon.h:38