Ignore:
Timestamp:
02/21/00 14:52:28 (25 years ago)
Author:
harald
Message:
Changed the namespace for all the members. To be more readable all the
prefixes to tell the type of variables are removed. This is a topic only
of the class and is not really interesting for the outside world.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MRawPixel.h

    r306 r371  
    1313 private:
    1414
    15   UShort_t     usPixelId     ;           //  Identification of PixelNumber and gain branch
     15  UShort_t     PixelId     ;           //  Identification of PixelNumber and gain branch
    1616
    17   UChar_t      ucPixelStatus ;           //  The Status of the pixel
     17  UChar_t      PixelStatus ;           //  The Status of the pixel
    1818
    19   UChar_t      aucFadc[ FADC_SLICES ]  ; // The values of fadc-slices.
     19  UChar_t      Fadc[ FADC_SLICES ]  ; // The values of fadc-slices.
    2020
    2121 public:
Note: See TracChangeset for help on using the changeset viewer.