Ignore:
Timestamp:
03/13/00 09:27:12 (25 years ago)
Author:
harald
Message:
some small changes to get out the timestamp of the event.
File:
1 edited

Legend:

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

    r371 r374  
    1313  UInt_t        EvtNo     ;  // Number of Event
    1414
    15   ULong_t       TimeStamp ;  // Time of the Event
    16 
     15  ULong_t       fTimeStamp ;  // Time of the Event
     16 
    1717  UChar_t       EvtStatus ;  // Status of this event (DAQ, Pedestal, ..)
    1818 
     
    3535  void FillRandom( UInt_t, ULong_t, UShort_t   ) ;
    3636
    37   void FillHeader( UInt_t, ULong_t ) ;
     37  void FillHeader( UInt_t, ULong_t, UChar_t = 0 ) ;
    3838
    3939  void FillPixel(  UShort_t, Float_t * ) ;
     
    4444
    4545  TClonesArray *&GetPixelList() {
    46   //
    47   //   returns a Pointer to the pixel list
    48   //
    49   return  Pixels ;
    50 }
    51 
    52 
     46    //
     47    //   returns a Pointer to the pixel list
     48    //
     49    return  Pixels ;
     50  }
     51 
     52  ULong_t GetTimeStamp() {
     53    return fTimeStamp ;
     54  }
     55 
     56 
    5357/*    void AddPixel( UShort_t  ) ;  */
    5458
Note: See TracChangeset for help on using the changeset viewer.