Belle II Software  release-08-01-10
TrackCluster_t Struct Reference

Struct to hold variables for track clusters. More...

#include <PXDPerformanceStructs.h>

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", const double &mass=Const::electronMass)
 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

Struct to hold variables for track clusters.

Definition at line 86 of file PXDPerformanceStructs.h.

Member Function Documentation

◆ setValues()

RecoTrack * setValues ( const PXDIntercept pxdIntercept,
const std::string &  recoTracksName = "",
const std::string &  pxdTrackClustersName = "PXDClustersFromTracks",
const double &  mass = Const::electronMass 
)

Update values from a PXDIntercept.

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

Definition at line 74 of file PXDPerformanceStructs.cc.


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