00001 import FWCore.ParameterSet.Config as cms 00002 00003 VisMuon = cms.EDAnalyzer('VisMuon' , 00004 visMuonTag = cms.InputTag("GLBMuons") 00005 )