source: JEM-EUSO/equalization_gain/trunk/src/PlotScurvesAllMain.cc @ 202

Last change on this file since 202 was 202, checked in by dagoret, 11 years ago

class Analysis put debug

File size: 701 bytes
Line 
1#include <TRint.h>
2
3#include "TSystem.h"
4#include "TROOT.h"
5#include <TRint.h>
6#include <TString.h>
7
8
9
10#include "PlotScurvesAllMain.h"
11#include "PlotScurvesAll-diffFit.h"
12
13
14 
15extern void InitGui();//initializer for GUI needed for interactive interface
16
17int main(int argc,char** argv)
18{
19   
20   TRint *theApp=new TRint("ROOT-PlotScurvesAll",&argc,argv);
21   
22   //Help();
23   
24   PlotScurve();
25
26   // to debug
27   //Analysis* pa = new Analysis;
28   //pa->PlotScurve();
29
30    theApp->Run();
31}
32
33//-------------------------------------------------------------------------------------------------
34// Configure (x)emacs for this file ...
35// Local Variables:
36// mode: c++
37// compile-command: "(make;) "
38// End:
Note: See TracBrowser for help on using the repository browser.