#include <stdio.h>
#include <iostream>
#include <time.h>
#include "TRootanaEventLoop.hxx"
#include "TAnaManager.hxx"
Go to the source code of this file.
Classes | |
class | Analyzer |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 67 of file ana.cxx.
References TRootanaEventLoop::ExecuteLoop(), and TRootanaEventLoop::Get().
00068 { 00069 00070 Analyzer::CreateSingleton<Analyzer>(); 00071 return Analyzer::Get().ExecuteLoop(argc, argv); 00072 00073 }