Changeset 53f4746 in git for external/TrackCovariance/TrkUtil.h
- Timestamp:
- Apr 30, 2021, 4:30:36 PM (4 years ago)
- Branches:
- master
- Children:
- a47edcc
- Parents:
- 952bbbc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/TrackCovariance/TrkUtil.h
r952bbbc r53f4746 25 25 // Service routines 26 26 // 27 void SetB(Double_t Bz){ fBz = Bz; } 27 28 TVectorD XPtoPar(TVector3 x, TVector3 p, Double_t Q); 28 29 TVector3 ParToP(TVectorD Par); … … 70 71 // Cluster counting in gas 71 72 // 72 void SetBfield(Double_t Bz) ;73 void SetBfield(Double_t Bz){ fBz = Bz; } 73 74 // Define gas volume (units = meters) 74 75 void SetDchBoundaries(Double_t Rmin, Double_t Rmax, Double_t Zmin, Double_t Zmax);
Note:
See TracChangeset
for help on using the changeset viewer.