Changeset 65776c0 in git for external/TrackCovariance/TrkUtil.h
- Timestamp:
- May 6, 2021, 10:39:31 AM (4 years ago)
- Branches:
- master
- Children:
- 781af69
- Parents:
- 7fbde86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/TrackCovariance/TrkUtil.h
r7fbde86 r65776c0 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); … … 53 54 Double_t c = 2.99792458e8; // speed of light m/sec 54 55 //return TMath::C()*1.0e-9; // Incompatible with root5 55 return c*1.0e-9; // Reduced speed of light 56 return c*1.0e-9; // Reduced speed of light 56 57 } 57 58 // … … 70 71 // Cluster counting in gas 71 72 // 72 void SetBfield(Double_t Bz) ;73 // Define gas volume (units = meters) 73 void SetBfield(Double_t Bz) { fBz = Bz; } 74 // Define gas volume (units = meters) 74 75 void SetDchBoundaries(Double_t Rmin, Double_t Rmax, Double_t Zmin, Double_t Zmax); 75 76 // Gas mixture selection
Note:
See TracChangeset
for help on using the changeset viewer.