Changeset 3765 for trunk/MagicSoft/Mars
- Timestamp:
- 04/16/04 13:51:50 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargePix.cc
r3639 r3765 217 217 // "": displays the fHGausHist and the fHAbsTime 218 218 // "all": executes additionally MHGausEvents::Draw(), with options 219 // 220 // The following picture shows a typical outcome of call to Draw("all"): 221 // One the left side: 222 // - The distribution of the values with the Gauss fit are shown (points connected 223 // with each other). The line is green, thus the Gauss fit has a probability higher 224 // than 0.5%. 225 // - The distribution of the positions of the maximum (abs. arrival times) 226 // is displayed. Most of the events have an arrival time of slice 7 (==hardware:8) 227 // 228 // On the right side: 229 // - The first plot shows the distribution of the values with the Gauss fit 230 // with error bars 231 // - The second plot shows the TGraph with the events vs. time 232 // - The third plot shows the fourier transform and a peak at 100 Hz. 233 // - The fourth plot shows the projection of the fourier components and an exponential 234 // fit, with the result that the observed deviation is not statistical, but signficant with a 235 // probability smaller than 0.5%. 236 // 237 //Begin_Html 238 /* 239 <img src="images/MHCalibrationChargePixDraw.gif"> 240 */ 241 //End_Html 219 242 // 220 243 void MHCalibrationChargePix::Draw(const Option_t *opt)
Note:
See TracChangeset
for help on using the changeset viewer.