Skip to content

Commit

Permalink
fix PU binning
Browse files Browse the repository at this point in the history
  • Loading branch information
mtosi committed Oct 21, 2016
1 parent 3253cf4 commit d9a4b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DQM/TrackingMonitor/python/TrackingMonitor_cfi.py
Expand Up @@ -381,9 +381,9 @@

# PU monitoring
# Nunmber of Good Primary Vertices
GoodPVtxBin = cms.int32(100),
GoodPVtxBin = cms.int32(200),
GoodPVtxMin = cms.double( 0.),
GoodPVtxMax = cms.double(100.),
GoodPVtxMax = cms.double(200.),

LUMIBin = cms.int32 ( 4000 ),
LUMIMin = cms.double( 0.),
Expand Down

0 comments on commit d9a4b03

Please sign in to comment.