ana.cxx File Reference

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

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[])

Define Documentation

#define USE_V1190

Definition at line 13 of file ana.cxx.

#define USE_V792

Definition at line 12 of file ana.cxx.


Function Documentation

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 }

Here is the call graph for this function:


Generated on 5 May 2014 for ROOT Analyzer by  doxygen 1.6.1