CMS 3D CMS Logo

GlobalMuonMatchAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Put here the modules you want the cfg file to use,
00004 # then include this file in your cfg file.
00005 # i.e. in MatchValidator.cfg replace 'module demo = MatchValidator {} '
00006 # with 'include "anlyzerDir/MatchValidator/data/MatchValidator.cfi" '.
00007 # (Remember that filenames are case sensitive.)
00008 globalMuonMatchAnalyzer = cms.EDAnalyzer("GlobalMuonMatchAnalyzer",
00009     muAssociator = cms.untracked.string('TrackAssociatorByPosition'),
00010     tkLabel = cms.untracked.InputTag("ctfWithMaterialTracks"),
00011     tkAssociator = cms.untracked.string('TrackAssociatorByHits'),
00012     tpLabel = cms.untracked.InputTag("cutsTPEffic"),
00013     muLabel = cms.untracked.InputTag("standAloneMuons","UpdatedAtVtx"),
00014     glbLabel = cms.untracked.InputTag("globalMuons"),
00015     out = cms.untracked.string('GlobalMatchValidator.root')
00016 )
00017 
00018 
00019 

Generated on Tue Jun 9 17:49:34 2009 for CMSSW by  doxygen 1.5.4