Skip to content

Commit

Permalink
Merge pull request #22749 from abdoulline/M0_default_AlCa_NZS_Cosmics
Browse files Browse the repository at this point in the history
Bring back M0 as default for HCAL AlCa/NSZ/Cosmics
  • Loading branch information
cmsbuild authored Mar 28, 2018
2 parents 234348c + 8b52109 commit 7420370
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
tsFromDB = cms.bool(False),
dropZSmarkedPassed = cms.bool(False),
algorithm = dict(
useMahi = cms.bool(False),
useM2 = cms.bool(False),
useM3 = cms.bool(False)
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
tsFromDB = cms.bool(False),
dropZSmarkedPassed = cms.bool(False),
algorithm = dict(
useMahi = cms.bool(False),
useM2 = cms.bool(False),
useM3 = cms.bool(False)
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
tsFromDB = cms.bool(False),
dropZSmarkedPassed = cms.bool(False),
algorithm = dict(
useMahi = cms.bool(False),
useM2 = cms.bool(False),
useM3 = cms.bool(False)
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def hbheCosmic(module):
tsFromDB = cms.bool(False),
recoParamsFromDB = cms.bool(False),
algorithm = dict(
useMahi = cms.bool(False),
useM2 = cms.bool(False),
useM3 = cms.bool(False),
firstSampleShift = cms.int32(-1000),
Expand Down
1 change: 1 addition & 0 deletions RecoLocalCalo/Configuration/python/hcalLocalRecoNZS_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
hbherecoMB = RecoLocalCalo.HcalRecProducers.HBHEPhase1Reconstructor_cfi.hbheprereco.clone(
dropZSmarkedPassed = cms.bool(False),
algorithm = dict(
useMahi = cms.bool(False),
useM2 = cms.bool(False),
useM3 = cms.bool(False)
),
Expand Down

0 comments on commit 7420370

Please sign in to comment.