Skip to content

Commit

Permalink
default values for new parameters introduced with PR 5255
Browse files Browse the repository at this point in the history
  • Loading branch information
jpavel committed Sep 24, 2014
1 parent 93a1170 commit e426c96
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# Select which collections to use for isolation. You can select one or both
ApplyDiscriminationByECALIsolation = cms.bool(True), # use PFGammas when isolating
ApplyDiscriminationByTrackerIsolation = cms.bool(True), # use PFChargedHadr when isolating
ApplyDiscriminationByWeightedECALIsolation = cms.bool(False), #do not use pileup weighting of neutral deposits by default

applyOccupancyCut = cms.bool(True), # apply a cut on number of isolation objects
maximumOccupancy = cms.uint32(0), # no tracks > 1 GeV or gammas > 1.5 GeV allowed
Expand Down Expand Up @@ -50,5 +51,8 @@
applyRhoCorrection = cms.bool(False),
rhoProducer = cms.InputTag("fixedGridRhoFastjetAll"),
rhoConeSize = cms.double(0.5),
rhoUEOffsetCorrection = cms.double(1.0)
rhoUEOffsetCorrection = cms.double(1.0),
UseAllPFCandsForWeights = cms.bool(False),
verbosity = cms.int32(0)

)

0 comments on commit e426c96

Please sign in to comment.