#include <stdio.h>#include <iostream>#include <time.h>#include "TRootanaEventLoop.hxx"#include "TV792Histogram.h"#include "TV1190Histogram.h"
Go to the source code of this file.
Classes | |
| class | Analyzer |
Defines | |
| #define | USE_V792 |
| #define | USE_V1190 |
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 123 of file ana.cxx.
References TRootanaEventLoop::ExecuteLoop(), and TRootanaEventLoop::Get().
00124 { 00125 00126 Analyzer::CreateSingleton<Analyzer>(); 00127 return Analyzer::Get().ExecuteLoop(argc, argv); 00128 00129 }

1.6.1