Changeset 246 in svn
- Timestamp:
- Feb 5, 2009, 2:16:25 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Delphes.cpp
r228 r246 227 227 } 228 228 else { 229 c out<< left << setw(4) <<"** "<<""229 cerr << left << setw(4) <<"** "<<"" 230 230 << left << setw(63) << line.c_str() <<"" 231 231 << right << setw(2) <<"**"<<endl; 232 c out <<"** File format not identified -- Exiting...**"<< endl;232 cerr <<"** ERROR: File format not identified -- Exiting... **"<< endl; 233 233 cout <<"** **"<< endl; 234 234 cout <<"*********************************************************************"<< endl; -
trunk/src/FrogUtil.cc
r219 r246 117 117 FROG_Events* frog_events = new FROG_Events(); 118 118 if(nEntryFrog > allEntries) { 119 cout<<"nEntry to display by FROG greater than number of available events... "<<endl;119 cerr <<"** ERROR: number of entries to display > available events **"<< endl; 120 120 nEntryFrog = allEntries; 121 121 } -
trunk/src/LHEFConverter.cc
r245 r246 103 103 << right << setw(19) <<"for input **"<<""<<endl; 104 104 continue; 105 } 105 106 else checking_the_file.close(); 106 107
Note:
See TracChangeset
for help on using the changeset viewer.