You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The input to run_range_text depends on runtype, defined above
75
80
# Usage: era for HI, HI pp ref, year for normal pp
76
-
# run_range_text takes care of taking only released runs when year as input
81
+
# run_range_text takes care of taking only released runs when year as input
77
82
rec["abstract"] = {}
78
83
rec["abstract"]["description"] = (
79
-
"<p>This file describes which luminosity sections in which runs are considered good and should be processed"+muon_desc+".</p><p>This list covers "+collision_text+
80
-
" taken in "+year+"."+run_range_text(run_range_input)+"</p>"
81
-
)
84
+
"<p>This file describes which luminosity sections in which runs are considered good and should be processed"
"<p>Add the following lines in the configuration file for a cmsRun job: <br /> <pre> import FWCore.ParameterSet.Config as cms</pre><pre> import FWCore.PythonUtilities.LumiList as LumiList</pre><pre> goodJSON = '"+filename+"'</pre><pre> myLumis = LumiList.LumiList(filename = goodJSON).getCMSSWString().split(',') </pre></p><p> Add the file path if needed in the file name.</p><p> Add the following statements after the <code>process.source</code> input file definition: <br /><pre> process.source.lumisToProcess = cms.untracked.VLuminosityBlockRange()</pre><pre> process.source.lumisToProcess.extend(myLumis)</pre></p><p>Note that the two last statements must be placed after the <code>process.source</code> statement defining the input files.</p>"
135
-
)
151
+
"<p>Add the following lines in the configuration file for a cmsRun job: <br /> <pre> import FWCore.ParameterSet.Config as cms</pre><pre> import FWCore.PythonUtilities.LumiList as LumiList</pre><pre> goodJSON = '"
152
+
+filename
153
+
+"'</pre><pre> myLumis = LumiList.LumiList(filename = goodJSON).getCMSSWString().split(',') </pre></p><p> Add the file path if needed in the file name.</p><p> Add the following statements after the <code>process.source</code> input file definition: <br /><pre> process.source.lumisToProcess = cms.untracked.VLuminosityBlockRange()</pre><pre> process.source.lumisToProcess.extend(myLumis)</pre></p><p>Note that the two last statements must be placed after the <code>process.source</code> statement defining the input files.</p>"
0 commit comments