Belle II Software  release-05-02-19
TrackCluster_t Struct Reference
Collaboration diagram for TrackCluster_t:

Public Member Functions

 TrackCluster_t ()
 Default constructor.
 
RecoTracksetValues (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.
 

Detailed Description

Definition at line 93 of file PXDPerformanceStructs.h.

Member Function Documentation

◆ setValues()

RecoTrack * setValues ( const PXDIntercept pxdIntercept,
const std::string  recoTracksName = "",
const std::string  pxdTrackClustersName = "PXDClustersFromTracks" 
)

Update values from a PXDIntercept.

Parameters
pxdIntercepta PXDIntercept object.
recoTracksNameName of RecoTrack collection
pxdTrackClustersNameName of track matched PXDClusters
Returns
the pointer of the related RecoTrack object.

Definition at line 80 of file PXDPerformanceStructs.cc.


The documentation for this struct was generated from the following files: