Package org.jlab.detector.geom.RICH
Class RICHPixel
java.lang.Object
org.jlab.detector.geom.RICH.RICHPixel
- Author:
- quasar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetPixelBox(int i) GetPixelCenter(int i) GetPixelCenter(Vector3d corner, int i) doubleGetXPixel(int i) starts from 1doubleGetYPixel(int i) starts from 1voidshow_Pixels(Vector3d ori)
-
Constructor Details
-
RICHPixel
public RICHPixel() -
RICHPixel
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 PMTrightversor- is the versor moving right to the PMT
-
-
Method Details
-
GetXPixel
public double GetXPixel(int i) starts from 1- Parameters:
i- the nr of pixel on x- Returns:
- the position of the pmt
-
GetYPixel
public double GetYPixel(int i) starts from 1- Parameters:
i- the nr of pixel on y- Returns:
- the position of the pmt
-
GetPixelCenter
-
GetPixelCenter
-
GetPixelBox
-
show_Pixels
-