Changeset 6247 for trunk


Ignore:
Timestamp:
02/03/05 17:26:58 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6245 r6247  
    5656   * mcalib/MCalibrationTestCam.cc
    5757     - initialize a missing array in InitAverageAreas
    58 
     58 
     59   * mraw/MRawEvtHeader.h
     60     - introduced Setter() of cal. pattern for Abelardo
    5961
    6062
  • trunk/MagicSoft/Mars/mraw/MRawEvtHeader.h

    r6014 r6247  
    9393    UInt_t     GetPulserSlotPattern()  const;
    9494
     95    void       SetCalibrationPattern( const UInt_t pattern )  {  fTrigPattern[1] = pattern; } // Only for MC!
     96
    9597    Int_t ReadEvt(istream& fin, UShort_t ver);
    9698    void  SkipEvt(istream& fin, UShort_t ver);
Note: See TracChangeset for help on using the changeset viewer.