Ignore:
Timestamp:
08/21/03 11:16:38 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/CT1Analysis.C

    r2301 r2309  
    7979        Double_t yedge[9] =
    8080                       {0.0, 17.5, 23.5, 29.5, 35.5, 42., 50., 60., 70.};
    81         TArrayD yed(9,yedge);
     81        //TArrayD yed(9,yedge);
     82        TArrayD yed;
     83        yed.Set(9,yedge);
    8284        binth->SetEdges(yed);
    8385        plist->AddToList(binth);
     
    232234    Bool_t JobB_SC_UP  = kTRUE;
    233235    Bool_t RMatrix     = kFALSE;  // read matrices from file 
    234     Bool_t WParSC      = kTRUE;  // do optimization and write supercuts
     236    Bool_t WParSC      = kFALSE;  // do optimization and write supercuts
    235237                                  // parameter values onto a file
    236238    Bool_t WSC         = kFALSE;  // update input root file ?
     
    17621764    Double_t alphamin = 30.0;
    17631765    Double_t alphamax = 90.0;
    1764     Int_t    degree   =    4;
     1766    Int_t    degree   =    2;
    17651767    Double_t significance = -99.0;
    17661768    Bool_t   drawpoly  = kTRUE;
Note: See TracChangeset for help on using the changeset viewer.