#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().
00046 { 00047 printf("*************************************************************\n"); 00048 printf(" g4beamline version: %s (%s)\n",G4BLVERSION,G4BLDATE); 00049 printf(" Copyright : Tom Roberts, Muons, Inc.\n"); 00050 printf(" License : Gnu Public License\n"); 00051 printf(" WWW : http://g4beamline.muonsinc.com"); 00052 if(!continuing) 00053 printf("\n*************************************************************\n\n"); 00054 fflush(stdout); // for checking the program started up 00055 }