source: JEM-EUSO/equalization_gain/branches/analclass-Sylvie/src/PlotScurvesAllMain.cc @ 196

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

add the developpment branch of the class to avoid pertrubation on the main Plost Scurve function, this is only developpement

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.