Fork me on GitHub

Changeset 474 in svn for trunk


Ignore:
Timestamp:
Jul 13, 2009, 5:26:34 PM (15 years ago)
Author:
Xavier Rouby
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Delphes.cpp

    r469 r474  
    165165  cout <<"**                                                                 **"<< endl;
    166166  DET->ReadParticleDataGroupTable();
    167  // DET->PDGtable.print();
     167  //DET->PDGtable.print();
    168168 
    169169  //Trigger information
     
    763763  globalwatch.Stop();
    764764  time_report(globalwatch,loopwatch,triggerwatch,frogwatch,lhcowatch,DET->FLAG_frog,DET->FLAG_trigger,DET->FLAG_lhco,LogName,allEntries);
    765  
     765
     766  cout << left << setw(16) << "**        " << ""
     767       << left << setw(51) <<  get_time_date() << "**" << endl;
     768
    766769  cout <<"**                                                                 **"<< endl;
    767770  cout <<"**                        Exiting Delphes ...                      **"<< endl;
Note: See TracChangeset for help on using the changeset viewer.