#include <stdio.h>
#include <iostream>
#include "TRootanaDisplay.hxx"
#include "TH1D.h"
#include "TV792Data.hxx"
#include "TFancyHistogramCanvas.hxx"
#include "TAnaManager.hxx"
Go to the source code of this file.
Classes | |
class | MyTestLoop |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 84 of file anaDisplay.cxx.
References TRootanaEventLoop::ExecuteLoop(), and TRootanaEventLoop::Get().
00085 { 00086 MyTestLoop::CreateSingleton<MyTestLoop>(); 00087 return MyTestLoop::Get().ExecuteLoop(argc, argv); 00088 }