Skip to content

Commit

Permalink
new thresholds for gathering and seeding in PF in EE, and deactivatio…
Browse files Browse the repository at this point in the history
…n of SRatPF in EB and EE
  • Loading branch information
amassiro committed Jan 12, 2018
1 parent 9a78242 commit 6678cc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -38,8 +38,8 @@
algoName = cms.string("LocalMaximumSeedFinder"),
thresholdsByDetector = cms.VPSet(
cms.PSet( detector = cms.string("ECAL_ENDCAP"),
seedingThreshold = cms.double(0.6),
seedingThresholdPt = cms.double(0.15)
seedingThreshold = cms.double(0.50),
seedingThresholdPt = cms.double(0.50)
),
cms.PSet( detector = cms.string("ECAL_BARREL"),
seedingThreshold = cms.double(0.23),
Expand All @@ -58,8 +58,8 @@
gatheringThresholdPt = cms.double(0.0)
),
cms.PSet( detector = cms.string("ECAL_ENDCAP"),
gatheringThreshold = cms.double(0.3),
gatheringThresholdPt = cms.double(0.0)
gatheringThreshold = cms.double(0.50),
gatheringThresholdPt = cms.double(0.50)
)
),
useCornerCells = cms.bool(True)
Expand Down
Expand Up @@ -19,8 +19,8 @@
srFlags = cms.InputTag("ecalDigis"),
qualityTests = cms.VPSet(
cms.PSet(
name = cms.string("PFRecHitQTestECALMultiThreshold"),
thresholds = particle_flow_zero_suppression_ECAL.thresholds
name = cms.string("PFRecHitQTestThreshold"),
threshold = cms.double(0.08)
),
cms.PSet(
name = cms.string("PFRecHitQTestECAL"),
Expand All @@ -37,8 +37,8 @@
srFlags = cms.InputTag("ecalDigis"),
qualityTests = cms.VPSet(
cms.PSet(
name = cms.string("PFRecHitQTestECALMultiThreshold"),
thresholds = particle_flow_zero_suppression_ECAL.thresholds
name = cms.string("PFRecHitQTestThreshold"),
threshold = cms.double(0.3)
),
cms.PSet(
name = cms.string("PFRecHitQTestECAL"),
Expand Down

0 comments on commit 6678cc2

Please sign in to comment.