![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
TrackCluster_t () | |
Default constructor. | |
RecoTrack * | setValues (const PXDIntercept &pxdIntercept, const std::string recoTracksName="", const std::string pxdTrackClustersName="PXDClustersFromTracks") |
Update values from a PXDIntercept. More... | |
Public Attributes | |
bool | usedInTrack |
True if the cluster is used in tracking. | |
float | dU |
Residual (meas - prediction) in U. | |
float | dV |
Residual (meas - prediciton) in V. | |
Cluster_t | cluster |
Cluster associated to the track. | |
TrackPoint_t | intersection |
The track-module intersection. | |
Definition at line 93 of file PXDPerformanceStructs.h.
RecoTrack * setValues | ( | const PXDIntercept & | pxdIntercept, |
const std::string | recoTracksName = "" , |
||
const std::string | pxdTrackClustersName = "PXDClustersFromTracks" |
||
) |
Update values from a PXDIntercept.
pxdIntercept | a PXDIntercept object. |
recoTracksName | Name of RecoTrack collection |
pxdTrackClustersName | Name of track matched PXDClusters |
Definition at line 80 of file PXDPerformanceStructs.cc.