Changeset 3008 for trunk/MagicSoft/Simulation/Detector/StarResponse
- Timestamp:
- 02/03/04 12:10:08 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.cxx
r2975 r3008 318 318 319 319 if ( ! datei ) { 320 cout << " E rror: Can't open the file " << filename320 cout << " ERROR: Can't open the file " << filename 321 321 << endl ; 322 322 exit (230) ; … … 381 381 382 382 if ( ! datei ) { 383 cout << " E rror: Can't open the file " << filename383 cout << " ERROR: Can't open the file " << filename 384 384 << 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" 386 388 << endl; 387 389 exit (230) ; … … 395 397 396 398 if(Int_t(read_version)!=Int_t(current_version)){ 397 cout<<" E rror: You are trying to read database VERSION "<<399 cout<<" ERROR: You are trying to read database VERSION "<< 398 400 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 "<< 400 402 current_version<<endl; 403 cout<<" See the NSB database section in the Camera How to Use note." 404 <<endl; 401 405 exit (230); 402 406 }
Note:
See TracChangeset
for help on using the changeset viewer.