Fork me on GitHub

Ignore:
Timestamp:
May 1, 2021, 2:15:02 PM (4 years ago)
Author:
Franco BEDESCHI <bed@…>
Branches:
master
Children:
46d3442
Parents:
53f4746
Message:

Fixed issue with backward generated tracks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/TrackCovariance/TrkUtil.h

    r53f4746 ra47edcc  
    2525        // Service routines
    2626        //
    27         void SetB(Double_t Bz){ fBz = Bz; }
     27        void SetB(Double_t Bz) { fBz = Bz; }
    2828        TVectorD XPtoPar(TVector3 x, TVector3 p, Double_t Q);
    2929        TVector3 ParToP(TVectorD Par);
     
    5454                Double_t c = 2.99792458e8;      // speed of light m/sec
    5555                //return TMath::C()*1.0e-9;     // Incompatible with root5
    56                 return c*1.0e-9;                // Reduced speed of light
     56                return c*1.0e-9;                // Reduced speed of light       
    5757        }
    5858        //
     
    7171        // Cluster counting in gas
    7272        //
    73         void SetBfield(Double_t Bz){ fBz = Bz; }
    74         // Define gas volume (units = meters)
     73        void SetBfield(Double_t Bz) { fBz = Bz; }
     74        // Define gas volume (units = meters) 
    7575        void SetDchBoundaries(Double_t Rmin, Double_t Rmax, Double_t Zmin, Double_t Zmax);
    7676        // Gas mixture selection
Note: See TracChangeset for help on using the changeset viewer.