Class RICHPixel

java.lang.Object
org.jlab.detector.geom.RICH.RICHPixel

public class RICHPixel extends Object
Author:
quasar
  • Constructor Details Link icon

    • RICHPixel Link icon

      public RICHPixel()
    • RICHPixel Link icon

      public RICHPixel(Vector3d corner, Vector3d downversor, Vector3d rightversor)
      Constructor of the PMT position with respect the PMT corner
      Parameters:
      corner - is the top right vertex of PMT (vertex 3)
      downversor - is the versor moving down the PMT
      rightversor - is the versor moving right to the PMT
  • Method Details Link icon

    • GetXPixel Link icon

      public double GetXPixel(int i)
      starts from 1
      Parameters:
      i - the nr of pixel on x
      Returns:
      the position of the pmt
    • GetYPixel Link icon

      public double GetYPixel(int i)
      starts from 1
      Parameters:
      i - the nr of pixel on y
      Returns:
      the position of the pmt
    • GetPixelCenter Link icon

      public Vector3d GetPixelCenter(Vector3d corner, int i)
    • GetPixelCenter Link icon

      public Vector3d GetPixelCenter(int i)
    • GetPixelBox Link icon

      public G4Box GetPixelBox(int i)
    • show_Pixels Link icon

      public void show_Pixels(Vector3d ori)