Changeset 5583 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 12/12/04 05:25:45 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MPointingPosCalc.cc
r5571 r5583 130 130 Int_t MPointingPosCalc::Process() 131 131 { 132 if (!fReport )132 if (!fReport && fRunType == MRawRunHeader::kRTData) 133 133 { 134 *fLog << warn << "WARNING - MPointingPos ::Process was called BEFORE the first" << endl;134 *fLog << warn << "WARNING - MPointingPosCalc::Process was called BEFORE the first" << endl; 135 135 *fLog << " data event was read (means ReInit was executed!" << endl; 136 136 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.