Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:45:11

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 cscRechitClusterProducer = cms.EDProducer('CSCrechitClusterProducer',
0004   nRechitMin = cms.int32(50),
0005   rParam = cms.double(0.4),
0006   nStationThres = cms.int32(10),
0007   recHitLabel = cms.InputTag('csc2DRecHits'),
0008   mightGet = cms.optional.untracked.vstring
0009 )