Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 GlobalTrackerMuonAlignment = cms.EDAnalyzer('GlobalTrackerMuonAlignment',
00004 isolated = cms.bool(False),
00005 cosmics = cms.bool(False),
00006 refitmuon = cms.bool(False),
00007 refittrack = cms.bool(False),
00008 rootOutFile = cms.untracked.string('outfile.root'),
00009 txtOutFile = cms.untracked.string('outglobal.txt'),
00010 writeDB = cms.untracked.bool(False),
00011 debug = cms.untracked.bool(False)
00012 )