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