Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 MuonAlignmentSummary = cms.EDAnalyzer("MuonAlignmentSummary",
00005 doDT = cms.untracked.bool(True),
00006 doCSC = cms.untracked.bool(True),
00007 meanPositionRange = cms.untracked.double(0.5),
00008 rmsPositionRange = cms.untracked.double(0.01),
00009 meanAngleRange = cms.untracked.double(0.05),
00010 rmsAngleRange = cms.untracked.double(0.005),
00011 FolderName = cms.string("Test/")
00012 )
00013
00014
00015