Skip to content

Commit

Permalink
Merge pull request #8375 from abdoulline/Cosmics_HCAL_custom_73X
Browse files Browse the repository at this point in the history
HCAL Cosmics reco configuration update
  • Loading branch information
cmsbuild committed Mar 20, 2015
2 parents bbe6cda + 69bc5d6 commit 1a7de68
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions RecoLocalCalo/Configuration/python/RecoLocalCalo_Cosmics_cff.py
Expand Up @@ -22,16 +22,17 @@
# sequence CaloLocalReco and CaloGlobalReco
#
calolocalreco = cms.Sequence(ecalLocalRecoSequence+hcalLocalRecoSequence)
hbheprereco.firstSample = 1
hbheprereco.samplesToAdd = 8
hbheprereco.puCorrMethod = 0
hbheprereco.firstSample = 0
hbheprereco.samplesToAdd = 10
hbheprereco.correctForTimeslew = False
hbheprereco.correctForPhaseContainment = False
horeco.firstSample = 1
horeco.samplesToAdd = 8
horeco.firstSample = 0
horeco.samplesToAdd = 10
horeco.correctForTimeslew = False
horeco.correctForPhaseContainment = False
hfreco.firstSample = 1
hfreco.samplesToAdd = 4
hfreco.firstSample = 0
hfreco.samplesToAdd = 10 ### min(10,size) in the algo
hfreco.correctForTimeslew = False
hfreco.correctForPhaseContainment = False
#--- special temporary DB-usage unsetting
Expand Down

0 comments on commit 1a7de68

Please sign in to comment.