CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Alignment/MuonAlignment/python/MisalignedMuon_cfi.py

Go to the documentation of this file.
00001 # Include this file to produce a misaligned muon geometry
00002 #
00003 import FWCore.ParameterSet.Config as cms
00004 
00005 import Alignment.MuonAlignment.Scenarios_cff as _MuonScenarios
00006 MisalignedMuon = cms.ESProducer("MisalignedMuonESProducer",
00007                                 saveToDbase = cms.untracked.bool(False),
00008                                 scenario = _MuonScenarios.MuonNoMovementsScenario
00009                                 )