- Timestamp:
- 02/03/05 17:26:58 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6245 r6247 56 56 * mcalib/MCalibrationTestCam.cc 57 57 - initialize a missing array in InitAverageAreas 58 58 59 * mraw/MRawEvtHeader.h 60 - introduced Setter() of cal. pattern for Abelardo 59 61 60 62 -
trunk/MagicSoft/Mars/mraw/MRawEvtHeader.h
r6014 r6247 93 93 UInt_t GetPulserSlotPattern() const; 94 94 95 void SetCalibrationPattern( const UInt_t pattern ) { fTrigPattern[1] = pattern; } // Only for MC! 96 95 97 Int_t ReadEvt(istream& fin, UShort_t ver); 96 98 void SkipEvt(istream& fin, UShort_t ver);
Note:
See TracChangeset
for help on using the changeset viewer.