Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/TrackCovariance/VertexFit.h

    r7bca620 rb750b0a  
    3636        // Results
    3737        Bool_t fVtxDone;                        // Flag vertex fit completed
    38         Double_t fRstart;                       // Starting value of vertex radius (0 = none)
     38        Double_t fRold;                         // Current value of vertex radius
    3939        TVectorD fXv;                           // Found vertex
    4040        TMatrixDSym fcovXv;                     // Vertex covariance
     
    8383        // Handle tracks/constraints
    8484        void AddVtxConstraint(TVectorD xv, TMatrixDSym cov);    // Add gaussian vertex constraint
    85         void AddTrk(TVectorD *par, TMatrixDSym *Cov);           // Add track to input list
    86         void RemoveTrk(Int_t iTrk);                             // Remove iTrk track
    87         void SetStartR(Double_t R) { fRstart = R; };            // Set starting radius
     85        void AddTrk(TVectorD *par, TMatrixDSym *Cov);                           // Add track to input list
     86        void RemoveTrk(Int_t iTrk);                                                             // Remove iTrk track
    8887        //
    8988};
Note: See TracChangeset for help on using the changeset viewer.