Fork me on GitHub

Changeset 04e2040 in git for modules/TimeSmearing.cc


Ignore:
Timestamp:
May 17, 2021, 5:18:37 PM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
a7bd051
Parents:
a52e99e
Message:

remove trailing chars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TimeSmearing.cc

    ra52e99e r04e2040  
    102102  fItTrackInputArray->Reset();
    103103  while((candidate = static_cast<Candidate *>(fItTrackInputArray->Next())))
    104   {    // converting to meters
    105 
     104  {
     105    // converting to meters
    106106    const TLorentzVector &candidateFinalPosition = candidate->Position;
    107107    const TLorentzVector &candidateMomentum = candidate->Momentum;
    108108
    109109    tf = candidateFinalPosition.T() * 1.0E-3 / c_light;
     110
    110111    eta = candidateMomentum.Eta();
    111112    energy = candidateMomentum.E();
Note: See TracChangeset for help on using the changeset viewer.