#include "BLCommand.hh"
#include "BLParam.hh"
Classes | |
class | BLCMDoutput |
class BLCMDoutput redirects stdout and stderr to a file. More... | |
Functions | |
void | startupPrint (bool continuing) |
Variables | |
BLCMDoutput | defineOutput |
void startupPrint | ( | bool | continuing | ) |
Referenced by BLCMDoutput::command(), and main().
00045 { 00046 printf("*************************************************************\n"); 00047 printf(" g4beamline version: %s (%s)\n",G4BLVERSION,G4BLDATE); 00048 printf(" Copyright : Tom Roberts, Muons, Inc.\n"); 00049 printf(" License : Gnu Public License\n"); 00050 printf(" WWW : http://g4beamline.muonsinc.com"); 00051 if(!continuing) 00052 printf("\n*************************************************************\n\n"); 00053 fflush(stdout); // for checking the program started up 00054 }