From cf3948a6d56994a7a9e0086667e7866215c8c78d Mon Sep 17 00:00:00 2001 From: jfernan2 Date: Wed, 7 Jul 2021 13:20:51 +0200 Subject: [PATCH] Update DQMStore_cfi.py Fix mistake --- DQMServices/Core/python/DQMStore_cfi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DQMServices/Core/python/DQMStore_cfi.py b/DQMServices/Core/python/DQMStore_cfi.py index 2f6ba78fca30b..5650ea1f0ac36 100644 --- a/DQMServices/Core/python/DQMStore_cfi.py +++ b/DQMServices/Core/python/DQMStore_cfi.py @@ -5,7 +5,7 @@ verbose = cms.untracked.int32(0), # similar to LSBasedMode but for offline. Explicitly sets LumiFLag on all # MEs/modules that allow it (canSaveByLumi) - saveByLumi = cms.untracked.bool(True), + saveByLumi = cms.untracked.bool(False), #Following list has no effect if saveByLumi is False MEsToSave = cms.untracked.vstring(nanoDQMIO_perLSoutput.MEsToSave), trackME = cms.untracked.string(""),