Skip to content

Commit

Permalink
Update DQMStore_cfi.py
Browse files Browse the repository at this point in the history
Fix mistake
  • Loading branch information
jfernan2 authored Jul 7, 2021
1 parent 71acd9d commit cf3948a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMServices/Core/python/DQMStore_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(""),
Expand Down

0 comments on commit cf3948a

Please sign in to comment.