Changeset 4103 for trunk/MagicSoft/Mars/mtemp/mifae/macros
- Timestamp:
- 05/19/04 17:34:29 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/macros/plotOptimal.C
r4056 r4103 80 80 81 81 // second loop to fill the histograms 82 Float_t wopt,lopt,eopt; 82 83 while(ifun2 >> width) 83 84 { … … 88 89 89 90 cout << "Width: " << width << '\t' << "Length: " << length << '\t' << "Excess: " << excess << '\t' << "Significance: " << significance; 90 if(significance==smax) cout << " *****"; 91 if(significance==smax) 92 { 93 cout << " *****"; 94 wopt=width; 95 lopt=length; 96 eopt=excess; 97 } 98 91 99 cout << endl; 92 100 … … 99 107 sig->SetBinContent(binx+1,biny+1,significance+.00001); 100 108 } 109 cout << "Maximal significance: " << smax << " (excess=" << eopt << ") for width="<<wopt<<", length=" << lopt << endl; 101 110 102 111 // plot
Note:
See TracChangeset
for help on using the changeset viewer.