Belle II Software development
|
Beamtest ARICH Geometry Tracking Class. More...
#include <ARICHBtestGeometryPar.h>
Public Member Functions | |
ARICHTracking () | |
Default Constructor. | |
~ARICHTracking () | |
Default destructor. | |
void | Print () |
Debug printouts. | |
Public Attributes | |
int | tdc [4] |
TDC of the 4 cathode signals. | |
int | atdc |
TDC of the anode signal. | |
float | slp [2] |
Calibration constants of the MWPC ( ) - slopes for x an y direction. | |
float | offset [2] |
Calibration constants of the MWPC - offsets for x an y direction. | |
int | cutll [2] |
Cuts on the tdc sums - lower levels. | |
int | cutul [2] |
Cuts on the tdc sums - upper levels. | |
float | pos [3] |
MWPC chamber position. | |
int | diff [2] |
TDC difference. | |
int | sum [2] |
TDC sum. | |
int | status [2] |
Status of the position determination. | |
double | reco [3] |
Reconstructed position of the hit. | |
Beamtest ARICH Geometry Tracking Class.
Contains the parameters of the 4 MWPCs used for tracking
Definition at line 26 of file ARICHBtestGeometryPar.h.
|
inline |
Default Constructor.
Definition at line 29 of file ARICHBtestGeometryPar.h.
|
inline |
|
inline |
Debug printouts.
Definition at line 73 of file ARICHBtestGeometryPar.h.
int atdc |
TDC of the anode signal.
Definition at line 52 of file ARICHBtestGeometryPar.h.
int cutll[2] |
Cuts on the tdc sums - lower levels.
Definition at line 58 of file ARICHBtestGeometryPar.h.
int cutul[2] |
Cuts on the tdc sums - upper levels.
Definition at line 60 of file ARICHBtestGeometryPar.h.
int diff[2] |
TDC difference.
Definition at line 65 of file ARICHBtestGeometryPar.h.
float offset[2] |
Calibration constants of the MWPC - offsets for x an y direction.
Definition at line 56 of file ARICHBtestGeometryPar.h.
float pos[3] |
MWPC chamber position.
Definition at line 62 of file ARICHBtestGeometryPar.h.
double reco[3] |
Reconstructed position of the hit.
Definition at line 71 of file ARICHBtestGeometryPar.h.
float slp[2] |
Calibration constants of the MWPC ( ) - slopes for x an y direction.
Definition at line 54 of file ARICHBtestGeometryPar.h.
int status[2] |
Status of the position determination.
Definition at line 69 of file ARICHBtestGeometryPar.h.
int sum[2] |
TDC sum.
Definition at line 67 of file ARICHBtestGeometryPar.h.
int tdc[4] |
TDC of the 4 cathode signals.
Definition at line 50 of file ARICHBtestGeometryPar.h.