Ignore:
Timestamp:
11/21/02 16:20:21 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc

    r1600 r1664  
    160160            *fLog << "in this case you may get less photons than you would expect." << endl;
    161161        }
     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        }
    162169    }
    163170
Note: See TracChangeset for help on using the changeset viewer.