Changeset 7561 for trunk


Ignore:
Timestamp:
03/02/06 13:39:54 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7560 r7561  
    3737     - added
    3838
     39   * mpointing/MHSrcPosCam.h:
     40     - addedn non const getter for fHist
     41
    3942
    4043
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.h

    r7560 r7561  
    8383    void   DisplayOutliers(TH1D *hist) const;
    8484    void   FixDataCheckHist(TH1D *hist) const;
    85     Bool_t PulsePosCheck(const MParList &plist) const;
     85    Int_t PulsePosCheck(const MParList &plist) const;
    8686
    8787    Bool_t CheckEnvLocal();
  • trunk/MagicSoft/Mars/mpointing/MHSrcPosCam.h

    r7558 r7561  
    4646    // MHSrcPosCam
    4747    const TH2D &GetHist() const { return fHist; }
     48          TH2D &GetHist()       { return fHist; }
    4849
    4950    // TObject
Note: See TracChangeset for help on using the changeset viewer.