]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/misc/AliL3AltroMemHandler.h
Coding conventions
[u/mrichter/AliRoot.git] / HLT / misc / AliL3AltroMemHandler.h
index 90f2d53f812bb411c45b9e499ae55c6bc2daa7ee..14e9940723c6a000902e40e6e8d818bb7f871fad 100644 (file)
@@ -31,23 +31,23 @@ class AliL3AltroMemHandler {
 
   private:
 
-   UShort_t altromem[ALTRO_SIZE];
-   UShort_t times_per_pad[1024];
-   UShort_t charges_per_pad[1024];
-
-   FILE *fInBinary;  //!
-   FILE *fOutBinary; //!
-   UShort_t lrow;
-   UChar_t lpad;
-   UShort_t rrow;  //read row
-   UChar_t rpad;   //read pad
-   UShort_t rtime; //read time
-   UShort_t counter;  //total counter
-   UShort_t tcounter; //time counter
-   UShort_t pcounter; //packet counter
-   UShort_t rcounter; //read counter
-   UShort_t scounter; //sequence counter
-   Bool_t flag; //Binary File?
+   UShort_t fAltroMem[ALTRO_SIZE]; // Altro memoru
+   UShort_t fTimesPerPad[1024]; // time samples per pad
+   UShort_t fChargesPerPad[1024]; // charges per pad
+
+   FILE *fInBinary;  //! // binary input file
+   FILE *fOutBinary; //! // binary output file
+   UShort_t fLRow;  //read row
+   UChar_t fLPad;   //read pad
+   UShort_t fRRow;  //read row
+   UChar_t fRPad;   //read pad
+   UShort_t fRTime; //read time
+   UShort_t fCounter;  //total counter
+   UShort_t fTCounter; //time counter
+   UShort_t fPCounter; //packet counter
+   UShort_t fRCounter; //read counter
+   UShort_t fSCounter; //sequence counter
+   Bool_t fFlag; //flag to indicate no return at the end of packet (binary)
 
    void Clear();
    void ClearRead();