![]() |
Belle II Software
release-05-02-19
|
Struct to hold variables for intersection points. More...
#include <PXDPerformanceStructs.h>
Public Member Functions | |
TrackPoint_t () | |
Default constructor. | |
RecoTrack * | setValues (const PXDIntercept &pxdIntercept, const std::string recoTracksName="") |
Update values from a PXDCluster. More... | |
Public Attributes | |
float | x |
Global position in x. | |
float | y |
Global position in y. | |
float | z |
Global position in z. | |
float | tol |
The variables below are included here as they can be calculated w.o. More... | |
float | chargeMPV |
Expected charge in ADU. | |
Struct to hold variables for intersection points.
Definition at line 69 of file PXDPerformanceStructs.h.
RecoTrack * setValues | ( | const PXDIntercept & | pxdIntercept, |
const std::string | recoTracksName = "" |
||
) |
Update values from a PXDCluster.
pxdIntercept | a PXDIntercept object. |
recoTracksName | Name of RecoTrack collection |
Definition at line 42 of file PXDPerformanceStructs.cc.
float tol |
The variables below are included here as they can be calculated w.o.
having a track cluster. cos(incident angle) = thickness/path length.
Definition at line 89 of file PXDPerformanceStructs.h.