test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GlobalTrackerMuonAlignment_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 GlobalTrackerMuonAlignment = cms.EDAnalyzer('GlobalTrackerMuonAlignment',
4  isolated = cms.bool(False),
5  cosmics = cms.bool(False),
6  refitmuon = cms.bool(False),
7  refittrack = cms.bool(False),
8  rootOutFile = cms.untracked.string('outfile.root'),
9  txtOutFile = cms.untracked.string('outglobal.txt'),
10  writeDB = cms.untracked.bool(False),
11  debug = cms.untracked.bool(False)
12 )