Changeset 2625 for trunk/MagicSoft/Mars
- Timestamp:
- 12/08/03 15:32:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawFileRead.cc
r2620 r2625 241 241 const Double_t mhz = 9.375; // [1e6 ticks/s] 242 242 const Double_t t = tm/mhz; // [us] 243 cout << (ULong_t)t << endl;243 //cout << (ULong_t)t << endl; 244 244 const UInt_t ns = (UInt_t)fmod(t*1e3, 1e6); 245 245 const UShort_t ms = (UShort_t)fmod(t/1e3, 1e3);
Note:
See TracChangeset
for help on using the changeset viewer.