Fork me on GitHub

Changeset 5cc021e in git


Ignore:
Timestamp:
May 19, 2021, 11:45:34 AM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
c438758
Parents:
2bb6079
Message:

removed trailing comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TimeOfFlight.cc

    r2bb6079 r5cc021e  
    164164        }
    165165
    166 
    167     //ti = ti - t_truth;
    168 
    169166    p = candidateMomentum.P();
    170167
     
    190187    candidate->InitialPosition.SetT(ti * 1.0E3 * c_light);
    191188
    192     // update particle mass based on TOF-based PID
    193     candidate->Momentum.SetVectM(candidateMomentum.Vect(), mass);
     189    // update particle mass based on TOF-based PID (commented for now, assume this calculation is done offline)
     190    //candidate->Momentum.SetVectM(candidateMomentum.Vect(), mass);
    194191
    195192    candidate->AddCandidate(mother);
Note: See TracChangeset for help on using the changeset viewer.