Fork me on GitHub

Changeset db316cd in git for modules/TimeSmearing.cc


Ignore:
Timestamp:
May 24, 2021, 3:31:22 PM (3 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
master
Children:
7e6c201, b03c0d0, f76741a
Parents:
f8e61b2 (diff), fa0b54e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/delphes/delphes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TimeSmearing.cc

    rf8e61b2 rdb316cd  
    103103  while((candidate = static_cast<Candidate *>(fItTrackInputArray->Next())))
    104104  {
    105     // converting to meters
     105
    106106    const TLorentzVector &candidateFinalPosition = candidate->Position;
    107107    const TLorentzVector &candidateMomentum = candidate->Momentum;
Note: See TracChangeset for help on using the changeset viewer.