Functions | Variables

BCLog.cxx File Reference

#include <fstream>
#include <TROOT.h>
#include <TError.h>
#include "config.h"
#include "BCLog.h"

Go to the source code of this file.

Functions

int printBATUponLoading ()

Variables

static int tmpvarPrint = printBATUponLoading()

Function Documentation

int printBATUponLoading (  ) 

Definition at line 169 of file BCLog.cxx.

{
   std::cout <<
      " +------------------------------\n"
      " |\n"
      " |     Running with BAT\n"
      " |      Version " << VERSION << "\n"
      " |\n"
      " | http://www.mppmu.mpg.de/bat\n"
      " +------------------------------\n";
   return 0;
}


Variable Documentation

int tmpvarPrint = printBATUponLoading() [static]

Definition at line 182 of file BCLog.cxx.