CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 MuonMillepedeTrackRefitter = cms.EDProducer("MuonMillepedeTrackRefitter",
00004     MuonCollectionTag = cms.InputTag("cosmicMuons"),
00005     TrackerTrackCollectionTag = cms.InputTag("cosmicMuonsTracker"),
00006     SATrackCollectionTag = cms.InputTag("cosmicMuonsStandAlone"),
00007     PropagatorSourceOpposite = cms.string('SmartPropagatorOpposite'),
00008     PropagatorSourceAlong = cms.string('SmartPropagator'),
00009     #PropagatorSourceOpposite = cms.string('SmartPropagatorAny'),
00010     #PropagatorSourceAlong = cms.string('SmartPropagatorAny'),
00011     SelectorOfFirstPoint = cms.int32(1),
00012     SegmentToTrackAssociatorParameters = cms.PSet(
00013       segmentsDT = cms.InputTag("dt4DSegments"),
00014       segmentsCSC = cms.InputTag("cscSegments")
00015     )
00016 )
00017 
00018