Index: /trunk/Mars/mraw/MRawRunHeader.h
===================================================================
--- /trunk/Mars/mraw/MRawRunHeader.h	(revision 19689)
+++ /trunk/Mars/mraw/MRawRunHeader.h	(revision 19690)
@@ -163,4 +163,5 @@
     UInt_t   GetScale() const { switch (fNumBytesPerSample) { case 1: return 0x1; case 2: return 0x100; case 4: return 0x1000000; } return 0; }
     UInt_t   GetMax() const { switch (fNumBytesPerSample) { case 1: return 0xff; case 2: return 0xffff; case 4: return 0xffffffff; } return 0; }
+    Byte_t   GetFadcResolution() const { return fFadcResolution; }
 
     const MArrayS &GetPixAssignment() const { return *fPixAssignment; }
