Changes in external/TrackCovariance/SolGeom.h [ebf40fd:4cc778e] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/TrackCovariance/SolGeom.h
rebf40fd r4cc778e 6 6 7 7 // Class to create geometry for solenoid geometry 8 // Simplified implementations with cylindrical and disk layers9 //10 // Author: F. Bedeschi, INFN - Pisa11 8 12 9 class SolGeom{ … … 40 37 Double_t *fsgLayL; // Resolution Lower side (meters) - 0 = no measurement 41 38 Bool_t *fflLay; // measurement flag = T, scattering only = F 42 //43 //44 Double_t fRmin; // Radius of first barrel layer45 Double_t fZminPos; // Z of first disk in positive direction46 Double_t fZminNeg; // Z of first disk in negative direction47 void SetMinBoundaries(); // define inner box for fast simulation48 39 49 40 public: … … 70 61 Double_t lSgL(Int_t nlayer) { return fsgLayL[nlayer]; } 71 62 Bool_t isMeasure(Int_t nlayer) { return fflLay[nlayer]; } 72 //73 // Define cylindrical box to use for fast simulation74 //75 Double_t GetRmin() { return fRmin; }76 Double_t GetZminPos() { return fZminPos; }77 Double_t GetZminNeg() { return fZminNeg; }78 63 }; 79 64
Note:
See TracChangeset
for help on using the changeset viewer.