Skip to content

Commit

Permalink
Increased max RBX to 72
Browse files Browse the repository at this point in the history
  • Loading branch information
FHead committed Sep 10, 2014
1 parent 0da5609 commit 11d6443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoMET/METProducers/python/hcalnoiseinfoproducer_cfi.py
Expand Up @@ -101,7 +101,7 @@
# maximum number of RBXs to fill
# if you want to record all RBXs above some energy threshold,
# change maxProblemRBXs to 999 and pMinE (above) to the threshold you want
maxProblemRBXs = cms.int32(20),
maxProblemRBXs = cms.int32(72),

# parameters for calculating summary variables
maxCaloTowerIEta = cms.int32(20),
Expand Down

0 comments on commit 11d6443

Please sign in to comment.