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

Last change on this file since 191 was 191, checked in by moretto, 11 years ago

Initial import of the project

File size: 466 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   //Analysis* pa = new Analysis;
27   //pa->Print();
28
29    theApp->Run();
30}
Note: See TracBrowser for help on using the repository browser.