CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Alignment/MuonAlignmentAlgorithms/python/MuonMillepedeAlgorithm_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # parameters for MuonMillepedeeAlgorithm
00004 MuonMillepedeAlgorithm = cms.PSet(
00005     algoName = cms.string('MuonMillepedeAlgorithm'),
00006     CollectionFile = cms.string('Resultado.root'), 
00007     isCollectionJob = cms.bool(False),
00008     collectionPath = cms.string("./job"),
00009     collectionNumber = cms.int32(2),
00010     outputCollName = cms.string("FinalResult.root"),
00011     ptCut = cms.double(10.0),
00012     chi2nCut = cms.double(5.0)
00013 )
00014