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