Changeset 415 in svn
- Timestamp:
- May 28, 2009, 12:36:49 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r400 r415 1 * Changes relative to V.1.8 2 - small typos in "cout" removed 3 /-----------------------------------------\ 4 | 22 May 2009: release Version1.7 | 5 \-----------------------------------------/ 1 6 * Changes 2 7 - ZDC implementation: … … 8 13 - time resolution also for RP220,FP420 9 14 - CaloIsolation ready for muons (defined as in lhco standards) 10 - update of Hector version to Hector_1_5_2 15 - update of Hector version to Hector_1_5_2 16 New leaves in some branches! these root files are not compatible with 17 older realises (i.e. with executables of older releases) 11 18 12 19 /-----------------------------------------\ -
trunk/Delphes.cpp
r401 r415 206 206 // data converters 207 207 cout <<"** **"<<endl; 208 cout <<"** ####### Start conver tion to TRoot format ######## **"<< endl;208 cout <<"** ####### Start conversion to TRoot format ######## **"<< endl; 209 209 210 210 if(line.length() == 1+line.find_last_of(".hep")) … … 732 732 if(DET->FLAG_lhco == 1){ 733 733 cout <<"** **"<<endl; 734 cout <<"** ############ Start LHCO conver tion ############ **"<< endl;734 cout <<"** ############ Start LHCO conversion ############ **"<< endl; 735 735 736 736 //LHCOConverter *LHCO = new LHCOConverter(outputfilename,LogNameLHCO); -
trunk/Examples/Convertors_Only.cpp
r380 r415 169 169 // data converters 170 170 cout <<"** **"<<endl; 171 cout <<"** ####### Start conver tion to TRoot format ######## **"<< endl;171 cout <<"** ####### Start conversion to TRoot format ######## **"<< endl; 172 172 173 173 if(line.length() == 1+line.find_last_of(".hep"))
Note:
See TracChangeset
for help on using the changeset viewer.