Changeset 4323


Ignore:
Timestamp:
06/22/04 14:56:18 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4322 r4323  
    3737      the number of uncalibrated pixels below 50 again (which was not
    3838      the case in the last weeks).
     39
     40  * mcalib/MHGausEvents.h
     41    - make DrawEvents() public
    3942
    4043
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.h

    r4313 r4323  
    6464  Float_t *CreatePSDXaxis(Int_t n);    // Create an x-axis for the PSD TGraphs
    6565
    66   void DrawEvents();                                  // Draw graph of fEvents
    6766  void DrawPowerSpectrum(TVirtualPad &pad, Int_t i);  // Draw graph of fPowerSpectrum and fHPowerProbability
    6867
     
    8281  // Draws
    8382  virtual void Draw(Option_t *option="");         // Default Draw
     83  void DrawEvents();                                  // Draw graph of fEvents
    8484 
    8585  // Getters
Note: See TracChangeset for help on using the changeset viewer.