Changeset 18151
- Timestamp:
- 02/18/15 13:15:16 (10 years ago)
- Location:
- trunk/Mars/mdrs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mdrs/MDrsCalibrationTime.cc
r18148 r18151 31 31 32 32 #include <TH1.h> 33 #include <TGraph.h> 33 34 34 35 ClassImp(MDrsCalibrationTime); … … 47 48 48 49 return true; 50 } 51 52 void MDrsCalibrationTime::SetDelays(const TGraph &g) 53 { 54 fDelays.assign(g.GetY(), g.GetY()+g.GetN()); 49 55 } 50 56 -
trunk/Mars/mdrs/MDrsCalibrationTime.h
r18148 r18151 10 10 11 11 class TH1; 12 class TGraph; 12 13 13 14 class MDrsCalibrationTime : public MParContainer, public DrsCalibrateTime … … 36 37 37 38 bool SetDelays(const TH1 &cam); 39 void SetDelays(const TGraph &g); 38 40 39 41 double GetOffset(int hw, int spos, float tm) const
Note:
See TracChangeset
for help on using the changeset viewer.