Changeset 3741 for trunk/MagicSoft/Mars
- Timestamp:
- 04/14/04 20:08:09 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
r3677 r3741 76 76 // CreateGraphPowerSpectrum() and successive calls to the corresponding Getters. 77 77 // 78 // To see an example, have a look at: Draw() 79 // 78 80 ////////////////////////////////////////////////////////////////////////////// 79 81 #include "MHGausEvents.h" … … 831 833 // displays the projection of the fourier transform with the fit 832 834 // 835 // The following picture shows a typical outcome of call to Draw("fourierevents"): 836 // - The first plot shows the distribution of the values with the Gauss fit 837 // (which did not succeed, in this case, for obvious reasons) 838 // - The second plot shows the TGraph with the events vs. time 839 // - The third plot shows the fourier transform and a small peak at about 85 Hz. 840 // - The fourth plot shows the projection of the fourier components and an exponential 841 // fit, with the result that the observed deviation is still statistical with a 842 // probability of 0.5%. 843 // 844 //Begin_Html 845 /* 846 <img src="images/MHGausEventsDraw.gif"> 847 */ 848 //End_Html 849 // 833 850 void MHGausEvents::Draw(const Option_t *opt) 834 851 {
Note:
See TracChangeset
for help on using the changeset viewer.