![]() |
|
|||
File indexing completed on 2024-04-06 12:23:31
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hltMuPFSumDRIsoValueCharged03 = cms.EDProducer("CandIsolatorFromDeposits", 0004 deposits = cms.VPSet( 0005 cms.PSet( 0006 src = cms.InputTag("ISODEPOSIT_COLLECTION"), # input collection of type reco::IsoDepositMap 0007 deltaR = cms.double(99999.), #cone size 0008 weight = cms.string('1'), 0009 vetos = cms.vstring('0.0001','Threshold(0.0)'), 0010 skipDefaultVeto = cms.bool(True), 0011 mode = cms.string('sum') 0012 ) 0013 ) 0014 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |