#include <stdio.h>#include <iostream>#include "TRootanaDisplay.hxx"#include "TH1D.h"#include "TV792Data.hxx"#include "TFancyHistogramCanvas.hxx"#include "TV792Histogram.h"#include "TV1190Histogram.h"
Go to the source code of this file.
Classes | |
| class | MyTestLoop |
Defines | |
| #define | USE_V792 |
| #define | USE_V1190 |
Functions | |
| int | main (int argc, char *argv[]) |
| #define USE_V1190 |
Definition at line 11 of file anaDisplay.cxx.
| #define USE_V792 |
Definition at line 10 of file anaDisplay.cxx.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 81 of file anaDisplay.cxx.
References TRootanaEventLoop::ExecuteLoop(), and TRootanaEventLoop::Get().
00082 { 00083 MyTestLoop::CreateSingleton<MyTestLoop>(); 00084 return MyTestLoop::Get().ExecuteLoop(argc, argv); 00085 }

1.6.1