#include <Alignment/MuonAlignment/interface/MuonAlignmentInputMethod.h>
Public Member Functions | |
MuonAlignmentInputMethod () | |
virtual AlignableMuon * | newAlignableMuon (const edm::EventSetup &iSetup) const |
virtual | ~MuonAlignmentInputMethod () |
Protected Member Functions | |
boost::shared_ptr< CSCGeometry > | idealCSCGeometry (const edm::EventSetup &iSetup) const |
boost::shared_ptr< DTGeometry > | idealDTGeometry (const edm::EventSetup &iSetup) const |
Private Member Functions | |
MuonAlignmentInputMethod (const MuonAlignmentInputMethod &) | |
const MuonAlignmentInputMethod & | operator= (const MuonAlignmentInputMethod &) |
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 34 of file MuonAlignmentInputMethod.h.
MuonAlignmentInputMethod::MuonAlignmentInputMethod | ( | ) |
Definition at line 35 of file MuonAlignmentInputMethod.cc.
|
virtual |
Definition at line 42 of file MuonAlignmentInputMethod.cc.
|
private |
|
protected |
Definition at line 81 of file MuonAlignmentInputMethod.cc.
References CSCGeometryBuilderFromDDD::build(), and edm::EventSetup::get().
Referenced by MuonAlignmentInputDB::newAlignableMuon(), MuonAlignmentInputSurveyDB::newAlignableMuon(), MuonAlignmentInputXML::newAlignableMuon(), and newAlignableMuon().
|
protected |
Definition at line 67 of file MuonAlignmentInputMethod.cc.
References DTGeometryBuilderFromDDD::build(), and edm::EventSetup::get().
Referenced by MuonAlignmentInputDB::newAlignableMuon(), MuonAlignmentInputSurveyDB::newAlignableMuon(), MuonAlignmentInputXML::newAlignableMuon(), and newAlignableMuon().
|
virtual |
Reimplemented in MuonAlignmentInputXML, MuonAlignmentInputSurveyDB, and MuonAlignmentInputDB.
Definition at line 60 of file MuonAlignmentInputMethod.cc.
References align::AlignableMuon, idealCSCGeometry(), and idealDTGeometry().
Referenced by MuonAlignment::MuonAlignment().
|
private |