Changeset 1664 for trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc
- Timestamp:
- 11/21/02 16:20:21 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc
r1600 r1664 160 160 *fLog << "in this case you may get less photons than you would expect." << endl; 161 161 } 162 if (mcheader->GetCamVersion==50) 163 { 164 *fLog << warn << "Warning - You are using a file created with Camera 0.5." << endl; 165 *fLog << "In this camera version some events have undefined Impact-Values" << endl; 166 *fLog << "(MMcEvt::fImpact) Please don't use it for MC studies using the" << endl; 167 *fLog << "impact parameter." << endl; 168 } 162 169 } 163 170
Note:
See TracChangeset
for help on using the changeset viewer.