Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/TrackCovariance/SolGeom.h

    rebf40fd r4cc778e  
    66
    77// Class to create geometry for solenoid geometry
    8 // Simplified implementations with cylindrical and disk layers
    9 //
    10 // Author: F. Bedeschi, INFN - Pisa
    118
    129class SolGeom{
     
    4037  Double_t *fsgLayL; // Resolution Lower side (meters) - 0 = no measurement
    4138  Bool_t   *fflLay;  // measurement flag = T, scattering only = F
    42 //
    43 //
    44   Double_t fRmin;       // Radius of first barrel layer
    45   Double_t fZminPos;    // Z of first disk in positive direction
    46   Double_t fZminNeg;    // Z of first disk in negative direction
    47   void SetMinBoundaries();      // define inner box for fast simulation
    4839
    4940public:
     
    7061  Double_t lSgL(Int_t nlayer)      { return fsgLayL[nlayer]; }
    7162  Bool_t   isMeasure(Int_t nlayer) { return fflLay[nlayer]; }
    72   //
    73   // Define cylindrical box to use for fast simulation
    74   //
    75   Double_t GetRmin() { return fRmin; }
    76   Double_t GetZminPos() { return fZminPos; }
    77   Double_t GetZminNeg() { return fZminNeg; }
    7863};
    7964
Note: See TracChangeset for help on using the changeset viewer.