Ignore:
Timestamp:
Sep 27, 2013, 1:23:30 PM (11 years ago)
Author:
dagoret
Message:

working class analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • equalization_gain/branches/analclass-Sylvie/src/PlotScurvesAllMain.cc

    r196 r204  
    2020   TRint *theApp=new TRint("ROOT-PlotScurvesAll",&argc,argv);
    2121   
    22    Help();
    2322   
    24    PlotScurve();
     23   // SDC (27/09/2013) :: Old fashion of calling the function directly
     24   //PlotScurve();
    2525
    26    //Analysis* pa = new Analysis;
    27    //pa->Print();
     26   // SDC (27/09/2013) :: class analysis working now
     27   Analysis* ana = new Analysis;
     28
     29   ana->Help();
     30   ana->Menu();
     31   ana->PlotScurve();
    2832
    2933    theApp->Run();
    3034}
     35
     36//-------------------------------------------------------------------------------------------------
     37// Configure (x)emacs for this file ...
     38// Local Variables:
     39// mode: c++
     40// compile-command: "(make;) "
     41// End:
Note: See TracChangeset for help on using the changeset viewer.