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 alcaHBHEMuonProducer = cms.EDProducer('AlCaHBHEMuonProducer',
0004   BeamSpotLabel = cms.InputTag('offlineBeamSpot'),
0005   VertexLabel = cms.InputTag('offlinePrimaryVertices'),
0006   EBRecHitLabel = cms.InputTag('ecalRecHit', 'EcalRecHitsEB'),
0007   EERecHitLabel = cms.InputTag('ecalRecHit', 'EcalRecHitsEE'),
0008   HBHERecHitLabel = cms.InputTag('hbhereco'),
0009   MuonLabel = cms.InputTag('muons'),
0010   MinimumMuonP = cms.double(5),
0011   mightGet = cms.optional.untracked.vstring
0012 )