Changeset 2625 for trunk


Ignore:
Timestamp:
12/08/03 15:32:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawFileRead.cc

    r2620 r2625  
    241241        const Double_t mhz = 9.375;                        // [1e6 ticks/s]
    242242        const Double_t t   = tm/mhz;                       // [us]
    243         cout << (ULong_t)t << endl;
     243        //cout << (ULong_t)t << endl;
    244244        const UInt_t ns    = (UInt_t)fmod(t*1e3, 1e6);
    245245        const UShort_t ms  = (UShort_t)fmod(t/1e3, 1e3);
Note: See TracChangeset for help on using the changeset viewer.