4 import FWCore.ParameterSet.Config
as cms
9 MillePedeAlignmentAlgorithm = cms.PSet(
10 algoName = cms.string(
'MillePedeAlignmentAlgorithm'),
11 mode = cms.untracked.string(
'full'),
12 fileDir = cms.untracked.string(
''),
15 binaryFile = cms.string(
'milleBinary.dat'),
17 treeFile = cms.string(
'treeFile.root'),
20 mergeBinaryFiles = cms.vstring(),
21 mergeTreeFiles = cms.vstring(),
23 monitorFile = cms.untracked.string(
'millePedeMonitor.root'),
25 runAtPCL = cms.bool(
False),
26 ignoreFirstIOVCheck = cms.untracked.bool(
False),
27 ignoreHitsWithoutGlobalDerivatives = cms.bool(
False),
31 skipGlobalPositionRcdCheck = cms.bool(
False),
38 pedeLabeler = cms.PSet(
46 pedeSteerer = cms.PSet(
47 fileDir = cms.untracked.string(
''),
48 steerFile = cms.string(
'pedeSteer'),
49 steerFileDebug = cms.untracked.bool(
False),
55 pedeCommand = cms.untracked.string(
'pede'),
57 parameterSign = cms.untracked.int32(1),
58 pedeDump = cms.untracked.string(
'pede.dump'),
59 method = cms.string(
'sparseMINRES 6 0.8'),
60 options = cms.vstring(
'entries 50',
64 'outlierdownweighting 5',
'dwfractioncut 0.2'),
70 Presigmas = cms.VPSet(),
71 minHieraConstrCoeff = cms.double(1.e-10),
72 minHieraParPerConstr = cms.uint32(2),
73 constrPrecision = cms.uint32(10),
75 additionalSteerFiles = cms.vstring(),
79 constraints = cms.VPSet()
82 pedeReader = cms.PSet(
83 readFile = cms.string(
'millepede.res'),
86 fileDir = cms.untracked.string(
'')
92 pedeReaderInputs = cms.VPSet(),
94 TrajectoryFactory = BrokenLinesTrajectoryFactory,
97 minNumHits = cms.uint32(7),
98 max2Dcorrelation = cms.double(0.05),
99 doubleBinary = cms.bool(
False),
102 surveyPixelBarrel = cms.PSet(
103 doSurvey = cms.bool(
False),
104 infile = cms.FileInPath(
"Alignment/SurveyAnalysis/data/BPix_Survey_info_raw.txt"),
105 doOutputOnStdout = cms.bool(
False),
107 doToySurvey = cms.bool(
False),
108 toySurveyFile = cms.untracked.string(
'toySurveyInfo.txt'),
109 toySurveySeed = cms.uint32(12),
110 toySurveyParameters = cms.VPSet(
112 cms.PSet(name = cms.string(
'a0'), mean = cms.double(1800.), sigma = cms.double(150.)),
113 cms.PSet(name = cms.string(
'a1'), mean = cms.double(2600.), sigma = cms.double(200.)),
115 cms.PSet(name = cms.string(
'scale'), mean = cms.double(1150.), sigma = cms.double(50.)),
117 cms.PSet(name = cms.string(
'phi'), mean = cms.double(0.), sigma = cms.double(0.0025)),
119 cms.PSet(name = cms.string(
'u'), mean = cms.double(0.), sigma = cms.double(0.175)),
120 cms.PSet(name = cms.string('v'), mean = cms.double(0.), sigma = cms.double(0.175))
125 MillePedeFileReader = cms.PSet(MillePedeFileReader),