Skip to content

Commit

Permalink
Merge pull request #19059 from mtosi/fixPixelDQM
Browse files Browse the repository at this point in the history
fix pixel DQM
  • Loading branch information
davidlange6 authored Jun 1, 2017
2 parents f059e5d + 3a6e245 commit 4dc23d8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from DQM.SiPixelPhase1Common.HistogramManager_cfi import *
OverlayCurvesForTiming.enabled = False #switch to overlay digi/clusters curves for timing scan
PerModule.enabled = False
PerLadder.enabled = False
PerLayer2D.enabled = True # 2D maps/profiles of layers
PerLayer1D.enabled = True # normal histos per layer
#PerModule.enabled = False
#PerLadder.enabled = False
#PerLayer2D.enabled = True # 2D maps/profiles of layers
#PerLayer1D.enabled = True # normal histos per layer

hltSiPixelPhase1Geometry = SiPixelPhase1Geometry.clone()
hltSiPixelPhase1Geometry.max_lumisection = 2500
Expand Down

0 comments on commit 4dc23d8

Please sign in to comment.