Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-07-18 22:33:51

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 alcaHcalHEMuonFilter = cms.EDFilter('AlCaHcalHEMuonFilter',
0004   prescale = cms.int32(1),
0005   muonPtCut = cms.double(20),
0006   muonEtaCut = cms.double(1.305),
0007   hbheMuonLabel = cms.InputTag('alcaHcalHBHEMuonProducer', 'hbheMuon'),
0008   mightGet = cms.optional.untracked.vstring
0009 )