#include <stdio.h>#include <iostream>#include "TRootanaDisplay.hxx"#include "TH1D.h"#include "TSimpleExampleCanvas.hxx"#include "TComplicatedExampleCanvas.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 98 of file display_example.cxx.
References TRootanaEventLoop::ExecuteLoop(), and TRootanaEventLoop::Get().
00099 { 00100 MyTestLoop::CreateSingleton<MyTestLoop>(); 00101 return MyTestLoop::Get().ExecuteLoop(argc, argv); 00102 }

1.6.1