Fork me on GitHub

Changeset 365 in svn for trunk


Ignore:
Timestamp:
May 7, 2009, 3:56:56 PM (15 years ago)
Author:
Xavier Rouby
Message:

update V1.6

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r360 r365  
    11
     2 /-----------------------------------------\
     3| 7 May 2009: release Version1.6            |
     4 \-----------------------------------------/
    25 * Changes relative to V.1.5:
    36    - improved identification of input-data format (based on filename extension)
    47    - 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
    612
    713 /-----------------------------------------\
    8 | 12 March 2009: release Version1.5        |
     14| 12 March 2009: release Version1.5         |
    915 \-----------------------------------------/
    1016
  • trunk/Delphes.cpp

    r358 r365  
    121121  cout <<"**           Delphes, a framework for the fast simulation          **"<< endl;
    122122  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;
    126127  cout <<"**                                                                 **"<< endl;
    127128  cout <<"**                                                                 **"<< endl;
  • trunk/VERSION

    r335 r365  
    1 1.5
     11.6
Note: See TracChangeset for help on using the changeset viewer.