Ignore:
Timestamp:
Jul 15, 2013, 2:08:33 PM (11 years ago)
Author:
moretto
Message:

changes from biktem r:3032

File:
1 edited

Legend:

Unmodified
Added
Removed
  • esaf_lal/branches/camille/packages/simulation/detector/G4Detector/G4fresnellens/include/FresnelSurface.h

    r16 r184  
    2121
    2222    void setSmoothedEdges(double rad);
    23     double PointOnSurf(double x) { AbstractMethod(); return kInfinity; }
     23    double PointOnSurf(double x);
    2424    double DistanceToSurf(const G4ThreeVector& p, const G4ThreeVector& v){ AbstractMethod(); return kInfinity; }
    2525    double DistanceToSurf(const G4ThreeVector& p, const G4ThreeVector& v, FSIntersectedSegment*){ AbstractMethod(); return kInfinity; }
     
    4747    int     GetNTeeth()     { return theToothN-1; }
    4848    std::vector<SSurface*>& GetTeeth() { return fSurfaces; }
     49   
    4950protected:
    5051    #ifdef USE_ROOT
     
    5354    void FillArray(int n, double* rho, double* z);
    5455    void FillArray(const std::vector<SSurface*>& surf);
     56    int FindTooth( double rho );
    5557
    5658    /// Surfaces
Note: See TracChangeset for help on using the changeset viewer.