CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Alignment/MuonAlignmentAlgorithms/python/MuonDTLocalMillepedeAlgorithm_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 MuonDTLocalMillepedeAlgorithm = cms.PSet(
00004    algoName = cms.string('MuonDTLocalMillepedeAlgorithm'),
00005                   ntuplePath = cms.string("./"),
00006                   numberOfRootFiles = cms.int32(100),
00007                   ptMax = cms.double(99999.),            
00008                   ptMin = cms.double(20.),
00009                   numberOfSigmasX = cms.double(3.), 
00010                   numberOfSigmasDXDZ = cms.double(3.), 
00011                   numberOfSigmasY = cms.double(3.), 
00012                   numberOfSigmasDYDZ = cms.double(3.),                              
00013                   nPhihits = cms.double(7),                            
00014                   nThetahits = cms.double(3), 
00015                   workingMode = cms.int32(0),
00016                   nMtxSection = cms.int32(0)
00017 )
00018 
00019