Changeset 2058 in Sophya for trunk/ArchTOIPipe/ProcWSophya/toi2map.h
- Timestamp:
- Jun 18, 2002, 2:21:09 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2map.h
r2012 r2058 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi2map.h,v 1.1 5 2002-05-16 20:39:53ansari Exp $7 // $Id: toi2map.h,v 1.16 2002-06-18 12:21:09 ansari Exp $ 8 8 9 9 #ifndef TOI2MAP_H … … 58 58 {mTypCoorMap = DecodeTypAstro(ctype);} 59 59 60 // Facteur de calibration 61 inline void SetCalibrationFactor(double fac = 1.) 62 { mCalibFactor = fac; } 63 inline double GetCalibrationFactor() 64 { return mCalibFactor; } 65 60 66 // Test on flag value ? if yes, BAD sample have flag matching mBadFlag 61 67 inline void SetTestFlag(bool tflg=false, uint_8 badflg=FlgToiAll) … … 81 87 double mActualYear; 82 88 89 double mCalibFactor; 83 90 bool mTFlag,mTMin,mTMax; 84 91 uint_8 mBadFlag;
Note:
See TracChangeset
for help on using the changeset viewer.