Fork me on GitHub

Ignore:
Timestamp:
Feb 22, 2022, 2:56:43 PM (3 years ago)
Author:
Franco BEDESCHI <bed@…>
Branches:
master
Children:
56fb0be
Parents:
5c03893
Message:

First hit calculation added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/TrackCovariance/ObsTrk.h

    r5c03893 r00b14d5  
    4646        TMatrixDSym fCovILC;                    // Covariance of track parameters in ILC format
    4747                                                                        // (d0, phi0, w, z0, tan(lambda))
     48        TVector3 fXfirst;                       // x,y,z of first track hit
    4849        //
    4950        // Service routines
     
    8990        TMatrixDSym GetCovMm()  { return fCov; }        // in mm
    9091        TMatrixDSym GetCovACTS(){ return fCovACTS; }
    91         TMatrixDSym GetCovILC(){ return fCovILC; }
    92         //
     92        TMatrixDSym GetCovILC() { return fCovILC; }
     93        // First hit
     94        TVector3 GetFirstHit()  { return fXfirst; }
    9395};
    9496
Note: See TracChangeset for help on using the changeset viewer.