Fork me on GitHub

Changeset d248604 in git for modules/TreeWriter.cc


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

set correct time measurement error in tracks and pfcandidates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    r6216fb2 rd248604  
    413413    entry->Z = initialPosition.Z();
    414414    entry->T = initialPosition.T() * 1.0E-3 / c_light;
     415    entry->ErrorT =candidate-> ErrorT * 1.0E-3 / c_light;
    415416
    416417    entry->Particle = particle;
     
    568569    entry->Z = initialPosition.Z();
    569570    entry->T = initialPosition.T() * 1.0E-3 / c_light;
     571    entry->ErrorT = candidate-> ErrorT * 1.0E-3 / c_light;
    570572
    571573    entry->VertexIndex = candidate->ClusterIndex;
Note: See TracChangeset for help on using the changeset viewer.