Skip to content

Commit

Permalink
Enable the 2D plots in the configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
pgianneios committed Jun 4, 2018
1 parent e2d2156 commit 267cca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DQM/L1TMonitor/python/L1TdeStage2CaloLayer2_cfi.py
Expand Up @@ -11,5 +11,5 @@
calol2EtSumCollectionData = cms.InputTag("caloStage2Digis", "EtSum"),
calol2EtSumCollectionEmul = cms.InputTag("valCaloStage2Layer2Digis"),
monitorDir = cms.untracked.string("L1TEMU/L1TStage2CaloLayer2/L1TdeStage2CaloLayer2"),
enable2DComp = cms.untracked.bool(False) # When true eta-phi comparison plots are also produced
enable2DComp = cms.untracked.bool(True) # When true eta-phi comparison plots are also produced
)
2 changes: 1 addition & 1 deletion DQM/L1TMonitor/python/L1TdeStage2uGMT_cff.py
Expand Up @@ -72,7 +72,7 @@
muonCollection2Title = cms.untracked.string("uGMT emulator"),
summaryTitle = cms.untracked.string("Summary of comparison between uGMT muons and uGMT emulator muons"),
verbose = cms.untracked.bool(False),
enable2DComp = cms.untracked.bool(False), # When true eta-phi comparison plots are also produced
enable2DComp = cms.untracked.bool(True), # When true eta-phi comparison plots are also produced
)

# compares the unpacked uGMT intermediate muon collection to the emulated uGMT intermediate muon collection
Expand Down

0 comments on commit 267cca7

Please sign in to comment.