Changeset 988 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 10/24/01 15:12:21 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mraw
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawCrateData.h
r654 r988 40 40 } 41 41 42 void Print(Option_t *t=NULL) ;42 void Print(Option_t *t=NULL) const; 43 43 44 44 void ReadEvt(istream& fin); -
trunk/MagicSoft/Mars/mraw/MRawEvtHeader.cc
r859 r988 178 178 // This member function prints all Data of one Event to *fLog. 179 179 // 180 void MRawEvtHeader::Print(Option_t *o) 180 void MRawEvtHeader::Print(Option_t *o) const 181 181 { 182 182 *fLog << "DAQEvtNr: " << dec << fDAQEvtNumber << " ("; -
trunk/MagicSoft/Mars/mraw/MRawEvtHeader.h
r766 r988 49 49 50 50 void Clear(Option_t * = NULL); 51 void Print(Option_t * = NULL) ;51 void Print(Option_t * = NULL) const; 52 52 53 53 void FillHeader(UInt_t, Float_t=0); -
trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc
r967 r988 123 123 // print run header information on *fLog 124 124 // 125 void MRawRunHeader::Print(Option_t *t) 125 void MRawRunHeader::Print(Option_t *t) const 126 126 { 127 127 *fLog << endl; -
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r782 r988 88 88 UShort_t GetNumPixel() const; 89 89 90 void Print(Option_t *t=NULL) ;90 void Print(Option_t *t=NULL) const; 91 91 92 92 void ReadEvt(istream& fin);
Note:
See TracChangeset
for help on using the changeset viewer.