Ignore:
Timestamp:
03/07/05 17:52:42 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhcalib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc

    r6689 r6772  
    14111411     
    14121412      TPaveText *text = new TPaveText(sat? 0.1 : 0.35,0.7,sat ? 0.4 : 0.7,1.0);
    1413       text->SetTextSize(0.07);
     1413      text->SetTextSize(0.05);
    14141414      const TString line1 = Form("%s%s%s",inner ? "Outer" : "Inner",
    14151415                                 " Pixels ", sat ? "Low Gain" : "High Gain");
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.h

    r6682 r6772  
    5959  TObject *Clone(const char *name="") const;
    6060
     61  // Draw
     62  void   Draw(const Option_t *opt);       // *MENU*
     63
    6164  Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
    6265  void DrawPixelContent(Int_t idx) const;
  • trunk/MagicSoft/Mars/mhcalib/MHGausEvents.h

    r5569 r6772  
    7777  void Reset(); 
    7878
    79   void CreateFourierSpectrum();   
    80   void CreateGraphEvents();       
     79  void CreateFourierSpectrum();         
     80  void CreateGraphEvents();             
    8181  void CreateGraphPowerSpectrum();
    8282
    8383  // Draws
    84   void Draw(Option_t *option="");       
    85   void DrawEvents(Option_t *option="");
    86   void DrawPowerSpectrum(Option_t *option="");   
    87   void DrawPowerProjection(Option_t *option="");
     84  void Draw(Option_t *option="");                  // *MENU*
     85  void DrawEvents(Option_t *option="");              // *MENU*
     86  void DrawPowerSpectrum(Option_t *option="");         // *MENU*
     87  void DrawPowerProjection(Option_t *option="");       // *MENU*
    8888
    8989  // Fill
     
    9393 
    9494  // Fits
    95   Bool_t FitGaus(  Option_t *option="RQ0",
     95  Bool_t FitGaus(  Option_t *option="RQ0",         
    9696                   const Double_t xmin=0.,
    97                    const Double_t xmax=0.);   
     97                   const Double_t xmax=0.);           // *MENU*
    9898 
    9999  // Inits
     
    144144
    145145  // Prints
    146   void Print(const Option_t *o="") const;     
     146  void Print(const Option_t *o="") const;       // *MENU*
    147147 
    148148  // Setters
     
    164164
    165165  // Simulates
    166   void  SimulateGausEvents(const Float_t mean, const Float_t sigma, const Int_t nevts=4096);
     166  void  SimulateGausEvents(const Float_t mean, const Float_t sigma, const Int_t nevts=4096);     // *MENU*
    167167
    168168  ClassDef(MHGausEvents, 2) // Base class for events with Gaussian distributed values
Note: See TracChangeset for help on using the changeset viewer.