Ignore:
Timestamp:
04/03/07 21:09:02 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
2 edited

Legend:

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

    r7349 r8391  
    8080
    8181    // Functions to change the contained data
    82     void Scale(Double_t f) { fPixels->ForEach(MSignalPix, Scale)(f); }
     82    //void Scale(Double_t f) { fPixels->ForEach(MSignalPix, Scale)(f); }
    8383    Int_t CalcIslands(const MGeomCam &geom);
    8484
  • trunk/MagicSoft/Mars/msignal/MSignalPix.h

    r7876 r8391  
    5555    void    SetErrorPhot(Float_t f)       { MMath::ReducePrecision(f); fErrPhot = f; }
    5656    void    Set(Float_t np, Float_t ep)   { MMath::ReducePrecision(np); MMath::ReducePrecision(ep);  fPhot = np; fErrPhot = ep; }
    57     void    SetArrivalTime(Float_t tm)    { MMath::ReducePrecision(tm); fArrivalTime = tm; }
     57    void    SetArrivalTime(Float_t tm)    { fArrivalTime = tm; }
    5858
    59     void    AddNumPhotons(Float_t f)      { fPhot += f; }
    60     void    Scale(Float_t f)              { fPhot /= f; }
     59    //void    AddNumPhotons(Float_t f)      { fPhot += f; }
     60    //void    Scale(Float_t f)              { fPhot /= f; }
    6161
    6262    void    Print(Option_t *opt = NULL) const;
Note: See TracChangeset for help on using the changeset viewer.