Changeset 4103
- Timestamp:
- 05/19/04 17:34:29 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/Changelog
r4100 r4103 19 19 -*-*- END OF LINE -*-*- 20 20 21 2004/05/18 Javier Rico 22 * macros/plotOptimal.C 23 - dump value of maximal significance and cuts 24 21 25 2004/05/18 Javier Rico 22 26 * library/MSrcPlace.[cc,h], library/MSrcRotate.[cc,h], -
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.