Changeset 4828 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 09/02/04 14:32:50 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MArrivalTime.cc
r4577 r4828 91 91 fDataErr[i] = t; 92 92 } 93 93 94 void MArrivalTime::Print(Option_t *o) const 95 { 96 *fLog << all << GetDescriptor() << ":" << endl; 97 for (int i=0; i<fData.GetSize(); i++) 98 *fLog << fData[i] << " "; 99 *fLog << endl; 100 } 101 94 102 // -------------------------------------------------------------------------- 95 103 // -
trunk/MagicSoft/Mars/msignal/MArrivalTime.h
r4716 r4828 43 43 Double_t operator[](int i) const { return fData[i]; } 44 44 45 void Print(Option_t *o="") const; 46 45 47 // Do not do such things! It is highly dangerous to use two very similar operators 46 48 // to do completely different things! People won't recognize it...
Note:
See TracChangeset
for help on using the changeset viewer.