Ignore:
Timestamp:
04/14/04 20:08:09 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc

    r3677 r3741  
    7676//       CreateGraphPowerSpectrum() and successive calls to the corresponding Getters.
    7777//
     78// To see an example, have a look at: Draw()
     79//
    7880//////////////////////////////////////////////////////////////////////////////
    7981#include "MHGausEvents.h"
     
    831833//            displays the projection of the fourier transform with the fit
    832834//
     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//
    833850void MHGausEvents::Draw(const Option_t *opt)
    834851{
Note: See TracChangeset for help on using the changeset viewer.