ana.cxx File Reference

#include <stdio.h>
#include <iostream>
#include <time.h>
#include "TRootanaEventLoop.hxx"
#include "TAnaManager.hxx"
Include dependency graph for ana.cxx:

Go to the source code of this file.

Classes

class  Analyzer

Functions

int main (int argc, char *argv[])

Function Documentation

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 }

Here is the call graph for this function:


Generated on 12 Feb 2016 for ROOT Analyzer by  doxygen 1.6.1