Fork me on GitHub

Changeset 825beb7 in git for modules


Ignore:
Timestamp:
Mar 1, 2021, 4:05:00 PM (4 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
c9e7466
Parents:
40e890c
Message:

removed comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackCovariance.cc

    r40e890c r825beb7  
    109109  {
    110110
    111     // converting to meters
    112     //const TLorentzVector &candidatePosition = candidate->InitialPosition*1e-03;
    113     //const TLorentzVector &candidateMomentum = candidate->Momentum;
    114 
    115111    particle = static_cast<Candidate *>(candidate->GetCandidates()->At(0));
    116112
     113    // converting to meters
    117114    const TLorentzVector &candidatePosition = particle->Position*1e-03;
    118115    const TLorentzVector &candidateMomentum = particle->Momentum;
Note: See TracChangeset for help on using the changeset viewer.