4 MuonMillepedeAlgorithm = cms.PSet(
5 algoName = cms.string(
'MuonMillepedeAlgorithm'),
6 CollectionFile = cms.string(
'Resultado.root'),
7 isCollectionJob = cms.bool(
False),
8 collectionPath = cms.string(
"./job"),
9 collectionNumber = cms.int32(2),
10 outputCollName = cms.string(
"FinalResult.root"),
11 ptCut = cms.double(10.0),
12 chi2nCut = cms.double(5.0)