Changeset 3008


Ignore:
Timestamp:
02/03/04 12:10:08 (21 years ago)
Author:
blanch
Message:
Added some ERROR print out information
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.cxx

    r2975 r3008  
    318318 
    319319  if ( ! datei ) {
    320     cout << " Error: Can't open the file " << filename
     320    cout << " ERROR: Can't open the file " << filename
    321321         << endl ;
    322322    exit (230) ;
     
    381381 
    382382  if ( ! datei ) {
    383     cout << " Error: Can't open the file " << filename
     383    cout << " ERROR: Can't open the file " << filename
    384384         << endl ;
    385     cout<<  " The database for the NSB may be too small"
     385    cout<<  "        The database for the NSB may be too small. "
     386        <<  endl;
     387    cout<<  "        See the How to Use of the Camera simulation for more information"
    386388        <<  endl;
    387389    exit (230) ;
     
    395397
    396398  if(Int_t(read_version)!=Int_t(current_version)){
    397     cout<<" Error: You are trying to read database VERSION "<<
     399    cout<<" ERROR: You are trying to read database VERSION "<<
    398400      read_version<<endl;
    399     cout<<" You must generate a database for the current VERSION "<<
     401    cout<<"        You must generate a database for the current VERSION "<<
    400402      current_version<<endl;
     403    cout<<"        See the NSB database section in the Camera How to Use note."
     404        <<endl;
    401405    exit (230);
    402406  }
Note: See TracChangeset for help on using the changeset viewer.