#include <fstream>
#include <iomanip>
#include <TROOT.h>
#include <TError.h>
#include "config.h"
#include "BCLog.h"
Go to the source code of this file.
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