Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/TrackCovariance/TrkUtil.h

    rdf408d2 ra617744  
    2020        void SetBfield(Double_t Bz) { fBz = Bz; }
    2121        TVectorD XPtoPar(TVector3 x, TVector3 p, Double_t Q);
     22        TVector3 ParToX(TVectorD Par);
    2223        TVector3 ParToP(TVectorD Par);
     24        Double_t ParToQ(TVectorD Par);
    2325        //
    2426        // Conversion to ACTS parametrization
     
    4446        static Double_t cSpeed()
    4547        {
    46                 Double_t c = 2.99792458e8;      // speed of light m/sec
    47                 //return TMath::C()*1.0e-9;     // Incompatible with root5
    48                 return c*1.0e-9;                // Reduced speed of light       
     48                return TMath::C()*1.0e-9;       // Reduced speed of light
    4949        }
    5050        //
     
    5252        //
    5353        static TVectorD XPtoPar(TVector3 x, TVector3 p, Double_t Q, Double_t Bz);
    54         static TVector3 ParToX(TVectorD Par);                           // position of minimum distance from z axis
    55         static TVector3 ParToP(TVectorD Par, Double_t Bz);      // Get Momentum from track parameters
    56         static Double_t ParToQ(TVectorD Par);                           // Get track charge
    5754        //
    5855        // Conversion from meters to mm
Note: See TracChangeset for help on using the changeset viewer.