Changeset 3295
- Timestamp:
- 02/25/04 07:15:11 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3292 r3295 57 57 * mcalib/MHGausEvents.[h,cc] 58 58 - add possibility to set fit ranges in call to FitGaus 59 - make function CreateXaxis protected 59 60 60 61 -
trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
r3286 r3295 35 35 TGraph *fGraphPowerSpectrum; //! TGraph to display the power spectrum array (will not be cloned!!) 36 36 37 Float_t *CreateXaxis(Int_t n); // Create an x-axis for the TGraphs38 39 37 Double_t fMean; // Mean of the Gauss fit 40 38 Double_t fSigma; // Sigma of the Gauss fit … … 67 65 void DrawPowerSpectrum(TVirtualPad &pad, Int_t i); // Draw a graph of the array fPowerSpectrum and the hist fHPowerProbability 68 66 67 Float_t *CreateXaxis(Int_t n); // Create an x-axis for the TGraphs 68 69 69 public: 70 70
Note:
See TracChangeset
for help on using the changeset viewer.