Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-07-09 05:00:16

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltBarrelLayerClustersEB = cms.EDProducer('BarrelLayerClusterProducer',
0004   recHits = cms.InputTag("hltParticleFlowRecHitECALUnseeded"),
0005   plugin = cms.PSet(
0006     outlierDeltaFactor = cms.double(2.7 * 0.0175),
0007     kappa = cms.double(1),
0008     maxLayerIndex = cms.int32(0),
0009     deltac = cms.double(1.8 * 0.0175),
0010     fractionCutoff = cms.double(0.0),
0011     doSharing = cms.bool(False),
0012     type = cms.string('EBCLUE')
0013   )
0014 )