CMS 3D CMS Logo

ZeroFieldGlobalMuonBuilder_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ZeroFieldGlobalMuonBuilder = cms.EDFilter("ZeroFieldGlobalMuonBuilder",
00004     minTrackerHits = cms.int32(0),
00005     minPdot = cms.double(0.99),
00006     minMuonHits = cms.int32(0),
00007     minDdotP = cms.double(0.99),
00008     inputMuon = cms.InputTag("cosmicMuons"),
00009     inputTracker = cms.InputTag("cosmictrackfinderP5"),
00010     debuggingHistograms = cms.untracked.bool(False)
00011 )
00012 
00013 

Generated on Tue Jun 9 17:24:01 2009 for CMSSW by  doxygen 1.5.4