Fork me on GitHub

Changeset c438758 in git for modules


Ignore:
Timestamp:
May 19, 2021, 11:46:07 AM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
fa0b54e
Parents:
5cc021e
Message:

do not set mass based on TOF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TimeSmearing.cc

    r5cc021e rc438758  
    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.