Changeset 19690 for trunk/Mars/mraw


Ignore:
Timestamp:
09/27/19 16:41:25 (5 years ago)
Author:
tbretz
Message:
Allow MWriteFitsFile to access the fadc resolution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mraw/MRawRunHeader.h

    r17065 r19690  
    163163    UInt_t   GetScale() const { switch (fNumBytesPerSample) { case 1: return 0x1; case 2: return 0x100; case 4: return 0x1000000; } return 0; }
    164164    UInt_t   GetMax() const { switch (fNumBytesPerSample) { case 1: return 0xff; case 2: return 0xffff; case 4: return 0xffffffff; } return 0; }
     165    Byte_t   GetFadcResolution() const { return fFadcResolution; }
    165166
    166167    const MArrayS &GetPixAssignment() const { return *fPixAssignment; }
Note: See TracChangeset for help on using the changeset viewer.