FACT++  1.0
static void StartUpMessage ( )
static

Definition at line 27 of file telesto.cc.

References gLog.

Referenced by main().

28 {
29  gLog << all << endl;
30 
31  // 1 2 3 4 5 6
32  // 123456789012345678901234567890123456789012345678901234567890
33  gLog << "========================================================" << endl;
34  gLog << " Telesto - COSY" << endl;
35  gLog << " Telesto - Telescope TPoint organizer" << endl;
36  gLog << " Compiled with ROOT v" << ROOT_RELEASE << " on <" << __DATE__ << ">" << endl;
37  gLog << "========================================================" << endl;
38  gLog << endl;
39 }
#define gLog
Definition: fits.h:36

+ Here is the caller graph for this function: