Functions | Variables

BCLog.cxx File Reference

#include <fstream>
#include <iomanip>
#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 170 of file BCLog.cxx.

{
   std::cout << "\n"
      "+--------------------------------------------------------------+\n"
      "| BAT " << std::left << std::setw(56) << VERSION          << " |\n"
      "|                                                              |\n"
      "| Copyright (C) 2007-2012, Daniel Kollar and Kevin Kroeninger, |\n"
      "| all rights reserved.                                         |\n"
      "| For the licensing terms see doc/COPYING                      |\n"
      "| For documentation see http://www.mppmu.mpg.de/bat            |\n"
      "+--------------------------------------------------------------+\n\n";
   return 0;
}


Variable Documentation

int tmpvarPrint = printBATUponLoading() [static]

Definition at line 184 of file BCLog.cxx.