Changeset 3263 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/23/04 00:50:16 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3262 r3263  
    1212     - fMaxNumEmpty changed from absolute number to relative number of
    1313       pixels
     14
     15
     16   * mcalib/MHGausEvents.h
     17
     18     - remove the "->" from the pointers which are initialized only
     19       in certain cases. The streamer did not work in case that
     20       MFGausFit was left at the NULL pointer.
    1421
    1522
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.h

    r3192 r3263  
    3131  Float_t  fEventFrequency;            // The event frequency in Hertz (to be set)
    3232 
    33   TF1     *fFGausFit;                  //-> Gauss fit for fHGausHist
    34   TF1     *fFExpFit;                   //-> Exponential fit for FHPowerProbability
     33  TF1     *fFGausFit;                  // Gauss fit for fHGausHist
     34  TF1     *fFExpFit;                   // Exponential fit for FHPowerProbability
    3535 
    36   TH1I    *fHPowerProbability;         //-> Fourier transform of fEvents projected on y-axis
    37  
    38   TArrayF *fPowerSpectrum;             //-> Fourier transform of fEvents
     36  TH1I    *fHPowerProbability;         // Fourier transform of fEvents projected on y-axis
     37  TArrayF *fPowerSpectrum;             // Fourier transform of fEvents
    3938
    40   TGraph  *fGraphEvents;               //!  TGraph to display the event array (will not be cloned!!)
    41   TGraph  *fGraphPowerSpectrum;        //!  TGraph to display the power spectrum array (will not be cloned!!)
     39  TGraph  *fGraphEvents;               //! TGraph to display the event array (will not be cloned!!)
     40  TGraph  *fGraphPowerSpectrum;        //! TGraph to display the power spectrum array (will not be cloned!!)
    4241
    4342  Float_t *CreateXaxis(Int_t n);       //   Create an x-axis for the TGraphs
Note: See TracChangeset for help on using the changeset viewer.