Ignore:
Timestamp:
01/18/09 14:45:10 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtHeader.h

    r8944 r9229  
    9292    UInt_t   GetPulserSlotPattern()  const;
    9393
    94     // Setter
     94    // Setter (ONLY for Monte Carlo purpose)
    9595    void FillHeader(UInt_t, Float_t=0);
    9696
    97     void  SetTriggerPattern( const UInt_t pattern )  {  fTrigPattern[0] = pattern; } // Only for MC!
    98     void  SetCalibrationPattern( const UInt_t pattern )  {  fTrigPattern[1] = pattern; } // Only for MC!
     97    void  SetTriggerPattern( const UInt_t pattern )  {  fTrigPattern[0] = pattern; }
     98    void  SetCalibrationPattern( const UInt_t pattern )  {  fTrigPattern[1] = pattern; }
     99    void  SetDAQEvtNumber(const UInt_t n) { fDAQEvtNumber = n; }
    99100
    100101    // TObject
Note: See TracChangeset for help on using the changeset viewer.