CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Alignment/MuonAlignmentAlgorithms/python/MuonDTLocalMillepedeAlgorithmFit_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("castor:/castor/cern.ch/user/s/scodella/InternalAlignment/"),
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(8),                            
00014                   nThetahits = cms.double(4), 
00015                   workingMode = cms.int32(2),
00016                   nMtxSection = cms.int32(0)
00017 
00018 )
00019 
00020