Ignore:
Timestamp:
02/18/15 13:15:16 (10 years ago)
Author:
tbretz
Message:
Added SetDelays(const TGraph&)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mdrs/MDrsCalibrationTime.h

    r18148 r18151  
    1010
    1111class TH1;
     12class TGraph;
    1213
    1314class MDrsCalibrationTime : public MParContainer, public DrsCalibrateTime
     
    3637
    3738    bool SetDelays(const TH1 &cam);
     39    void SetDelays(const TGraph &g);
    3840
    3941    double GetOffset(int hw, int spos, float tm) const
Note: See TracChangeset for help on using the changeset viewer.