00001 #include "RooFit.h"
00002
00003 #include "Rtypes.h"
00004 #include "Rtypes.h"
00005 #include "Riostream.h"
00006
00007
00008
00009
00010
00011
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() ;