- Timestamp:
- 08/21/03 11:16:38 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/CT1Analysis.C
r2301 r2309 79 79 Double_t yedge[9] = 80 80 {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); 82 84 binth->SetEdges(yed); 83 85 plist->AddToList(binth); … … 232 234 Bool_t JobB_SC_UP = kTRUE; 233 235 Bool_t RMatrix = kFALSE; // read matrices from file 234 Bool_t WParSC = k TRUE; // do optimization and write supercuts236 Bool_t WParSC = kFALSE; // do optimization and write supercuts 235 237 // parameter values onto a file 236 238 Bool_t WSC = kFALSE; // update input root file ? … … 1762 1764 Double_t alphamin = 30.0; 1763 1765 Double_t alphamax = 90.0; 1764 Int_t degree = 4;1766 Int_t degree = 2; 1765 1767 Double_t significance = -99.0; 1766 1768 Bool_t drawpoly = kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.