Changeset 1669
- Timestamp:
- 11/25/02 11:28:57 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHEffOnTime.cc
r1668 r1669 159 159 // GetQuantiles doesn't seem to be available in root 3.01/06 160 160 Double_t xq[2] = { min, max }; 161 h.GetQuantiles(2, yq, xq);161 ((TH1&)h).GetQuantiles(2, yq, xq); 162 162 #endif 163 163 } -
trunk/MagicSoft/Mars/mhist/MHGamma.cc
r1668 r1669 74 74 } 75 75 76 TObject *MHGamma::DrawClone(Option_t *opt ="") const76 TObject *MHGamma::DrawClone(Option_t *opt) const 77 77 { 78 78 DrawClone1(); … … 102 102 canvtitle += titlez+" "; 103 103 */ 104 canvtitle += "for \'gamma\' sample";104 canvtitle += "for 'gamma' sample"; 105 105 106 106 TCanvas &c = *MakeDefCanvas("Alpha", canvtitle);
Note:
See TracChangeset
for help on using the changeset viewer.