Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HCAL Cosmics reco configuration update for 74X #8376

Merged
merged 1 commit into from Mar 18, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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