Skip to content

Commit 710d537

Browse files
committed
Use the same 10k events repeated 80 times for wmass benchmark
As requested by Andrea Rizzi and Danilo Piparo in CMS.
1 parent d31feae commit 710d537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

root/tree/dataframe/wmass/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ if(rootbench-datafiles AND ROOT_root7_FOUND) # using ROOT_root7_FOUND as a proxy
2626
RB_ADD_PYTESTBENCHMARK(wmassAnalysis
2727
runSignalAnalysis.py
2828
LABEL long
29-
DOWNLOAD_DATAFILES wmass.root)
29+
DOWNLOAD_DATAFILES wmass_repeated_10k_events_800kevents.root)
3030
endif()

root/tree/dataframe/wmass/runSignalAnalysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def analysis(nthreads):
2424
ROOT.gSystem.Load('libSignalAnalysis.so')
2525

2626

27-
inputFile = os.path.join(os.environ["RB_DATASETDIR"], "wmass.root")
27+
inputFile = os.path.join(os.environ["RB_DATASETDIR"], "wmass_repeated_10k_events_800kevents.root")
2828

2929
p = RDFtree(outputDir = '.', inputFile = inputFile, outputFile="/dev/null")
3030
p.branch(nodeToStart = 'input', nodeToEnd = 'basicSelection', modules = [getLumiWeight(xsec=61526.7, inputFile=inputFile), ROOT.defineHarmonics(), basicSelection()])

0 commit comments

Comments
 (0)