RooBanner.cxx

Go to the documentation of this file.
00001 #include "RooFit.h"
00002 
00003 #include "Rtypes.h"
00004 #include "Rtypes.h"
00005 #include "Riostream.h"
00006 
00007 //////////////////////////////////////////////////////////////////////////////
00008 // 
00009 // BEGIN_HTML
00010 // Print banner message when RooFit library is loaded
00011 // END_HTML
00012 //
00013 
00014 const char* VTAG="3.14" ;
00015 
00016 Int_t doBanner()
00017 
00018 {
00019 #ifndef __ROOFIT_NOBANNER
00020   cout << endl
00021   << "\033[1mRooFit v" << VTAG << " -- Developed by Wouter Verkerke and David Kirkby\033[0m " << endl 
00022               << "                Copyright (C) 2000-2010 NIKHEF, University of California & Stanford University" << endl 
00023               << "                All rights reserved, please read http://roofit.sourceforge.net/license.txt" << endl << endl ;
00024 #endif
00025   return 0 ;
00026 }
00027 
00028 static Int_t dummy = doBanner() ;

Generated on Tue Jul 5 15:06:04 2011 for ROOT_528-00b_version by  doxygen 1.5.1