Skip to content

Instantly share code, notes, and snippets.

@alexpearce
Created February 5, 2015 10:07
Show Gist options
  • Save alexpearce/64c88705d31f44eab7f3 to your computer and use it in GitHub Desktop.
Save alexpearce/64c88705d31f44eab7f3 to your computer and use it in GitHub Desktop.
Shut up, RooFit
diff --git a/roofit/roofitcore/src/RooBanner.cxx b/roofit/roofitcore/src/RooBanner.cxx
index 89c0338..8cc41b9 100644
--- a/roofit/roofitcore/src/RooBanner.cxx
+++ b/roofit/roofitcore/src/RooBanner.cxx
@@ -10,6 +10,7 @@
// END_HTML
//
+#define __ROOFIT_NOBANNER
using namespace std;
const char* VTAG="3.60" ;
@alexpearce
Copy link
Author

You should be able to achieve the same results by passing the -D__ROOFIT_NOBANNER flag to CMake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment