Skip to content

Commit 204b3f6

Browse files
committed
Making sure golden json is included
1 parent 8c5ed72 commit 204b3f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

DQMOffline/ParticleFlow/python/runBasic_cfg.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
###################################################################
5252
# Data certification GoldenJSON filtering
5353
###################################################################
54-
#goldenJSONPath="/eos/user/c/cmsdqm/www/CAF/certification/Collisions25/Cert_Collisions2025_391658_397294_Golden.json"
55-
goldenJSONPath=""
54+
goldenJSONPath="/eos/user/c/cmsdqm/www/CAF/certification/Collisions25/Cert_Collisions2025_391658_397294_Golden.json"
5655
if goldenJSONPath != "":
5756
import FWCore.PythonUtilities.LumiList as LumiList
5857
process.source.lumisToProcess = LumiList.LumiList(filename = goldenJSONPath).getVLuminosityBlockRange()

0 commit comments

Comments
 (0)