Belle II Software development
|
Struct to hold variables for track clusters. More...
#include <PXDPerformanceStructs.h>
Public Member Functions | |
TrackCluster_t () | |
Default constructor. | |
RecoTrack * | setValues (const PXDIntercept &pxdIntercept, const std::string &recoTracksName="", const std::string &pxdTrackClustersName="PXDClustersFromTracks", const double &mass=Const::electronMass) |
Update values from a PXDIntercept. | |
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. | |
Struct to hold variables for track clusters.
Definition at line 85 of file PXDPerformanceStructs.h.
|
inline |
Default constructor.
Definition at line 87 of file PXDPerformanceStructs.h.
RecoTrack * setValues | ( | const PXDIntercept & | pxdIntercept, |
const std::string & | recoTracksName = "" , |
||
const std::string & | pxdTrackClustersName = "PXDClustersFromTracks" , |
||
const double & | mass = Const::electronMass |
||
) |
Update values from a PXDIntercept.
pxdIntercept | a PXDIntercept object. |
recoTracksName | Name of RecoTrack collection |
pxdTrackClustersName | Name of track matched PXDClusters |
mass | Mass of the impinging particle |
Definition at line 74 of file PXDPerformanceStructs.cc.
Cluster_t cluster |
Cluster associated to the track.
Definition at line 104 of file PXDPerformanceStructs.h.
float dU |
Residual (meas - prediction) in U.
Definition at line 102 of file PXDPerformanceStructs.h.
float dV |
Residual (meas - prediciton) in V.
Definition at line 103 of file PXDPerformanceStructs.h.
TrackPoint_t intersection |
The track-module intersection.
Definition at line 105 of file PXDPerformanceStructs.h.
bool usedInTrack |
True if the cluster is used in tracking.
Definition at line 101 of file PXDPerformanceStructs.h.