Skip to content

Commit

Permalink
Merge pull request #42128 from syuvivida/master
Browse files Browse the repository at this point in the history
Online DQM: add an input argument outputBaseDir in pbsource_cfi.py (to fit with the new hltd version)
  • Loading branch information
cmsbuild authored Jul 7, 2023
2 parents 130ca30 + 5cedebe commit 7d4e6d2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DQM/Integration/python/config/inputsource_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@
VarParsing.VarParsing.varType.string,
"Unique run key from RCMS for Frontier")

# Parameter for output directory of the event display clients
# Parameter for output directory of the event display clients
# visualization-live and visualization-live-secondInstance
# this additional input argument was added in the hltd framework
# only for the visualization clients
# Note, the other clients do not use this input parameter

options.register('outputBaseDir',
'/fff/BU0/output',
Expand Down
13 changes: 13 additions & 0 deletions DQM/Integration/python/config/pbsource_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,19 @@
VarParsing.VarParsing.varType.string,
"Unique run key from RCMS for Frontier")

# Parameter for output directory of the event display clients
# visualization-live and visualization-live-secondInstance
# this additional input argument was added in the hltd framework
# only for the visualization clients
# Note, the other clients do not use this input parameter

options.register('outputBaseDir',
'/fff/BU0/output',
VarParsing.VarParsing.multiplicity.singleton,
VarParsing.VarParsing.varType.string,
"Directory where the visualization output files will appear.")


options.parseArguments()

# Fix to allow scram to compile
Expand Down

0 comments on commit 7d4e6d2

Please sign in to comment.