Package gda.px.util

Interface IDetDistToBeamXYConverter

All Superinterfaces:
Findable
All Known Implementing Classes:
DetDistToBeamXYConverter

public interface IDetDistToBeamXYConverter extends Findable
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getBeamXUsingMM(double detectorDistanceInMM)
     
    double
    getBeamYUsingMM(double detectorDistanceInMM)
     

    Methods inherited from interface gda.factory.Findable

    getName, setName
  • Method Details

    • getBeamXUsingMM

      double getBeamXUsingMM(double detectorDistanceInMM) throws Exception
      Throws:
      Exception
    • getBeamYUsingMM

      double getBeamYUsingMM(double detectorDistanceInMM) throws Exception
      Throws:
      Exception