Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:06:03

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltParticleFlowSoftKiller = cms.EDProducer("SoftKillerProducer",
0004     PFCandidates = cms.InputTag("particleFlowTmp"),
0005     Rho_EtaMax = cms.double(5.0),
0006     rParam = cms.double(0.4)
0007 )