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 59b9408 commit 0acf6beCopy full SHA for 0acf6be
root/roofit/roofit/.rootrc
@@ -0,0 +1 @@
1
+RooFit.Banner: no
root/roofit/roofit/CMakeLists.txt
@@ -1,3 +1,4 @@
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/.rootrc ${CMAKE_CURRENT_BINARY_DIR} COPYONLY)
2
RB_ADD_GBENCHMARK(RoofitBinnedBenchmark
3
RooFitBinnedBenchmarks.cxx
4
LABEL long
@@ -7,3 +8,4 @@ RB_ADD_GBENCHMARK(RoofitUnBinnedBenchmark
7
8
RooFitUnBinnedBenchmarks.cxx
9
10
LIBRARIES Core Hist MathCore RIO RooFit RooStats RooFitCore HistFactory)
11
+
0 commit comments