Fork me on GitHub

Changeset 455 in svn for trunk


Ignore:
Timestamp:
Jul 9, 2009, 4:16:35 PM (15 years ago)
Author:
Xavier Rouby
Message:

put the inputfiles in the Logfile

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r450 r455  
    11
    22* Changes relative to V.1.7b
    3    - LHE files where not processed correctly (empty Analysis/Trigger trees). Now LHEFParticle derives from TRootC::GenParticle as it should.
     3   - LHE files where not processed correctly (empty Analysis/Trigger trees).
     4     Now LHEFParticle derives from TRootC::GenParticle as it should.
     5   - additional data in the logfile : all names of used input files
     6     (input event files, detector card, trigger card, beam files, particle table)
    47
    58 /-----------------------------------------\
  • trunk/interface/SmearUtil.h

    r454 r455  
    273273  void BinEtaPhi(const float phi, const float eta, float& iPhi, float& iEta);
    274274
     275  void setNames(const string& list, const string& det, const string& trig);
    275276};
    276277
Note: See TracChangeset for help on using the changeset viewer.