Fork me on GitHub

Changeset 415 in svn


Ignore:
Timestamp:
May 28, 2009, 12:36:49 AM (15 years ago)
Author:
Xavier Rouby
Message:

faute d'orthographe

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 \-----------------------------------------/
    16* Changes
    27   - ZDC implementation:
     
    813   - time resolution also for RP220,FP420
    914   - 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)
    1118
    1219 /-----------------------------------------\
  • trunk/Delphes.cpp

    r401 r415  
    206206  // data converters
    207207  cout <<"**                                                                 **"<<endl;
    208   cout <<"**        ####### Start convertion to TRoot format ########        **"<< endl;
     208  cout <<"**        ####### Start conversion to TRoot format ########        **"<< endl;
    209209 
    210210  if(line.length() == 1+line.find_last_of(".hep"))
     
    732732  if(DET->FLAG_lhco == 1){
    733733    cout <<"**                                                                 **"<<endl;
    734     cout <<"**        ############ Start LHCO convertion ############          **"<< endl;
     734    cout <<"**        ############ Start LHCO conversion ############          **"<< endl;
    735735   
    736736    //LHCOConverter *LHCO = new LHCOConverter(outputfilename,LogNameLHCO);
  • trunk/Examples/Convertors_Only.cpp

    r380 r415  
    169169  // data converters
    170170  cout <<"**                                                                 **"<<endl;
    171   cout <<"**        ####### Start convertion to TRoot format ########        **"<< endl;
     171  cout <<"**        ####### Start conversion to TRoot format ########        **"<< endl;
    172172
    173173  if(line.length() == 1+line.find_last_of(".hep"))
Note: See TracChangeset for help on using the changeset viewer.