LCOV - code coverage report
Current view: top level - TOF/TOFbase - AliTOFLTMADCData.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 3 3 100.0 %
Date: 2016-06-14 17:26:59 Functions: 3 3 100.0 %

          Line data    Source code
       1             : #ifndef ALITOFLTMADCDATA_H
       2             : #define ALITOFLTMADCDATA_H
       3             : 
       4             : /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
       5             :  * See cxx source for full Copyright notice                               */
       6             : 
       7             : /* $Id: AliTOFRawDataFormat.h 23881 2008-02-12 16:46:22Z decaro $ */
       8             : 
       9             : ///////////////////////////////////////////////////////////////
      10             : //                                                           //
      11             : //   This classes provide the TOF raw data bit fields.       //
      12             : //                                                           //
      13             : ///////////////////////////////////////////////////////////////
      14             : 
      15             : #include "TROOT.h"
      16             : 
      17             : class AliTOFLTMADCData
      18             : {
      19             :  public:
      20       23040 :   UInt_t GetADCValue1() const {return fADCValue1;};
      21       23040 :   UInt_t GetADCValue2() const {return fADCValue2;};
      22       23040 :   UInt_t GetADCValue3() const {return fADCValue3;};
      23             :   UInt_t GetMBZ() const {return fMBZ;};
      24             :  private:
      25             :   UInt_t fADCValue1: 10;
      26             :   UInt_t fADCValue2: 10;
      27             :   UInt_t fADCValue3: 10;
      28             :   UInt_t fMBZ:       2;
      29             : };
      30             : 
      31             : #endif

Generated by: LCOV version 1.11