Changeset 2607 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 12/05/03 16:06:34 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mraw
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawCrateArray.cc
r1082 r2607 81 81 } 82 82 83 void MRawCrateArray::Print(Option_t *t) const 84 { 85 fArray->Print(); 86 } 87 83 88 void MRawCrateArray::SetSize(Int_t i) 84 89 { -
trunk/MagicSoft/Mars/mraw/MRawCrateArray.h
r1031 r2607 24 24 25 25 void Clear(Option_t *opt=NULL); 26 void Print(Option_t *t=NULL) const; 26 27 27 28 void SetSize(Int_t i);
Note:
See TracChangeset
for help on using the changeset viewer.