Changeset 365 in svn
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r360 r365 1 1 2 /-----------------------------------------\ 3 | 7 May 2009: release Version1.6 | 4 \-----------------------------------------/ 2 5 * Changes relative to V.1.5: 3 6 - improved identification of input-data format (based on filename extension) 4 7 - bug found and corrected in the "side" variable of ZDC/RP220/FP420 5 - new converter to read HepMC events 8 - HepMC interface for input data 9 - new converter to read HepMC events 10 - new namespace TRootC 11 - HepMC 2.04.01 used 6 12 7 13 /-----------------------------------------\ 8 | 12 March 2009: release Version1.5 |14 | 12 March 2009: release Version1.5 | 9 15 \-----------------------------------------/ 10 16 -
trunk/Delphes.cpp
r358 r365 121 121 cout <<"** Delphes, a framework for the fast simulation **"<< endl; 122 122 cout <<"** of a generic collider experiment **"<< endl; 123 cout <<"** **"<< endl; 124 cout <<"** --- Version 1.4beta of Delphes --- **"<< endl; 125 cout <<"** Last date of change: 9 February 2009 **"<< endl; 123 cout <<"** arXiv:0903.2225v1 [hep-ph] **"<< endl; 124 cout <<"** **"<< endl; 125 cout <<"** --- Version 1.6 of Delphes --- **"<< endl; 126 cout <<"** Last date of change: 7 May 2009 **"<< endl; 126 127 cout <<"** **"<< endl; 127 128 cout <<"** **"<< endl; -
trunk/VERSION
r335 r365 1 1. 51 1.6
Note:
See TracChangeset
for help on using the changeset viewer.