We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5ed72 commit 204b3f6Copy full SHA for 204b3f6
DQMOffline/ParticleFlow/python/runBasic_cfg.py
@@ -51,8 +51,7 @@
51
###################################################################
52
# Data certification GoldenJSON filtering
53
54
-#goldenJSONPath="/eos/user/c/cmsdqm/www/CAF/certification/Collisions25/Cert_Collisions2025_391658_397294_Golden.json"
55
-goldenJSONPath=""
+goldenJSONPath="/eos/user/c/cmsdqm/www/CAF/certification/Collisions25/Cert_Collisions2025_391658_397294_Golden.json"
56
if goldenJSONPath != "":
57
import FWCore.PythonUtilities.LumiList as LumiList
58
process.source.lumisToProcess = LumiList.LumiList(filename = goldenJSONPath).getVLuminosityBlockRange()
0 commit comments