Ignore:
Timestamp:
05/25/05 16:18:11 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTime.h

    r5734 r7091  
    3131  MExtractTime(const char *name=NULL, const char *title=NULL);
    3232
    33   void Print(Option_t *o) const;
     33  void Print(Option_t *o) const; //*MENU*
    3434
    3535  void SetNameTimeCam   ( const char *name=fgNameTimeCam.Data()) { fNameTimeCam = name; }
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h

    r6117 r7091  
    4040  Byte_t GetLoGainSwitch      () const { return fLoGainSwitch;     }
    4141
    42   void Print(Option_t *o="") const;
     42  void Print(Option_t *o="") const; //*MENU*
    4343 
    4444  void SetLoGainStartShift( const Float_t f=fgLoGainStartShift ) { fLoGainStartShift = f + fOffsetLoGain;  }
  • trunk/MagicSoft/Mars/msignal/MExtractor.h

    r7043 r7091  
    8989  Float_t GetNumLoGainSamples() const { return fNumLoGainSamples; }
    9090  Float_t GetOffsetLoGain()     const { return fOffsetLoGain;     }
     91  Float_t GetResolutionPerPheHiGain() const { return fResolutionPerPheHiGain; }
     92  Float_t GetResolutionPerPheLoGain() const { return fResolutionPerPheLoGain; }
    9193
    9294  Bool_t  IsNoiseCalculation () const { return fNoiseCalculation; }
     
    112114    }
    113115
    114   void Print(Option_t *o="") const;
     116  void Print(Option_t *o="") const; //*MENU*
    115117
    116118  ClassDef(MExtractor, 6) // Signal Extractor Base Class
Note: See TracChangeset for help on using the changeset viewer.