#include <stdio.h>#include <iostream>#include <time.h>#include <vector>#include "TRootanaEventLoop.hxx"#include "TFile.h"#include "TTree.h"#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 146 of file midas2root.cxx.
References TRootanaEventLoop::ExecuteLoop(), and TRootanaEventLoop::Get().
00147 { 00148 00149 Analyzer::CreateSingleton<Analyzer>(); 00150 return Analyzer::Get().ExecuteLoop(argc, argv); 00151 00152 }

1.6.1