Skip to content

Commit

Permalink
Merge pull request cms-sw#5562 from jpavel/tau_720p6_addingDefaultConfig
Browse files Browse the repository at this point in the history
RecoTauTag/RecoTau -- Default python values for new parameters introduced with PR 5255 (73x version)
  • Loading branch information
nclopezo committed Sep 26, 2014
2 parents 4612994 + e426c96 commit 88b1ca4
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 88b1ca4

Please sign in to comment.