Fork me on GitHub

Changeset c18dca6 in git for modules


Ignore:
Timestamp:
Jul 9, 2020, 5:05:26 PM (4 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
master
Children:
3051ea17, 4e5ed02, 6f004b5
Parents:
942a705
Message:

added ACTS track covariance to internat Delphes candidates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackCovariance.cc

    r942a705 rc18dca6  
    114114    candidate->Momentum.SetVectM(track.GetObsP(), mass);
    115115    candidate->InitialPosition.SetXYZT(track.GetObsX().X(),track.GetObsX().Y(),track.GetObsX().Z(),candidatePosition.T());
     116   
     117    // save full ACTS friendly covariance matrix internally (6x6: D, z0, phi0, theta, q/p, time)
     118    candidate->TrackCovarianceACTS = track.GetCovACTS();
    116119
    117120    pt = candidate->Momentum.Pt();
     
    149152    candidate->TrackResolution = dp / p;
    150153
     154
    151155    candidate->AddCandidate(mother);
    152156
Note: See TracChangeset for help on using the changeset viewer.