CMS 3D CMS Logo

MuonTimingExtractor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoMuon.TrackingTools.MuonSegmentMatcher_cff import *
00004 
00005 MuonTimingExtractorBlock = cms.PSet(
00006   timingParameters = cms.PSet(
00007     muonSegmentMatcher,
00008     ServiceParameters = cms.PSet(
00009         Propagators = cms.untracked.vstring('SteppingHelixPropagatorAny', 
00010             'PropagatorWithMaterial', 
00011             'PropagatorWithMaterialOpposite'),
00012         RPCLayers = cms.bool(True)
00013     ),
00014     DTsegments = cms.untracked.InputTag("dt4DSegments"),
00015     PruneCut = cms.double(1000.),
00016     HitsMin = cms.int32(3),
00017     UseSegmentT0 = cms.bool(False),
00018     debug = cms.bool(False),
00019   )
00020 )
00021 
00022 

Generated on Tue Jun 9 17:44:35 2009 for CMSSW by  doxygen 1.5.4