3 |
#include <log4cxx/propertyconfigurator.h> |
#include <log4cxx/propertyconfigurator.h> |
4 |
#include "EventReader.h" |
#include "EventReader.h" |
5 |
#include <time.h> |
#include <time.h> |
6 |
|
#include <TROOT.h> |
7 |
#include "../event/yodaversion.h" |
#include "../event/yodaversion.h" |
8 |
extern "C" { |
extern "C" { |
9 |
#include <dirent.h> |
#include <dirent.h> |
68 |
|
|
69 |
if (!strcmp(argv[1], "-version")){ |
if (!strcmp(argv[1], "-version")){ |
70 |
printf(" Version %i \n",GetYODAver()); |
printf(" Version %i \n",GetYODAver()); |
71 |
// cout << "$Name: $ $Revision: 6.5 $" << "\n"; |
// cout << "$Name: $ $Revision: 6.7 $" << "\n"; |
72 |
exit(1); |
exit(1); |
73 |
} |
} |
74 |
|
|