CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonDTLocalMillepedeAlgorithmFit_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 MuonDTLocalMillepedeAlgorithm = cms.PSet(
4  algoName = cms.string('MuonDTLocalMillepedeAlgorithm'),
5  ntuplePath = cms.string("castor:/castor/cern.ch/user/s/scodella/InternalAlignment/"),
6  numberOfRootFiles = cms.int32(100),
7  ptMax = cms.double(99999.),
8  ptMin = cms.double(20.),
9  numberOfSigmasX = cms.double(3.),
10  numberOfSigmasDXDZ = cms.double(3.),
11  numberOfSigmasY = cms.double(3.),
12  numberOfSigmasDYDZ = cms.double(3.),
13  nPhihits = cms.double(8),
14  nThetahits = cms.double(4),
15  workingMode = cms.int32(2),
16  nMtxSection = cms.int32(0)
17 
18 )
19 
20