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/MRawEvt.h

    r306 r371  
    1111
    1212 private:
    13   UInt_t        uiEvtNo     ;  // Number of Event
     13  UInt_t        EvtNo     ;  // Number of Event
    1414
    15   ULong_t       ulTimeStamp ;  // Time of the Event
     15  ULong_t       TimeStamp ;  // Time of the Event
    1616
    17   UChar_t       ucEvtStatus ;  // Status of this event (DAQ, Pedestal, ..)
     17  UChar_t       EvtStatus ;  // Status of this event (DAQ, Pedestal, ..)
    1818 
    19   UShort_t      usTrig1st   ;  // Number of 1st level tiggers between 2 events
     19  UShort_t      Trig1st   ;  // Number of 1st level tiggers between 2 events
    2020
    21   UShort_t      usMultPixel ;  // Multiplicity of the Pixels in this event   
     21  UShort_t      MultPixel ;  // Multiplicity of the Pixels in this event   
    2222
    23   TClonesArray  *taPixels   ;  // list of the events
     23  TClonesArray  *Pixels   ;  // list of the events
    2424
    2525 public:
     
    4747  //   returns a Pointer to the pixel list
    4848  //
    49   return  taPixels ;
     49  return  Pixels ;
    5050}
    5151
Note: See TracChangeset for help on using the changeset viewer.