Analysis Software
Documentation for sPHENIX simulation software
|
#include <prototype/blob/master/offline/packages/MvtxPrototype1/MvtxStandaloneTracking.h>
Public Attributes | |
std::vector< TrkrCluster * > | ClusterList |
std::vector< double > | dx |
std::vector< double > | dz |
double | m_xy |
double | b_xy |
double | chi2_xy |
double | m_zy |
double | b_zy |
double | chi2_zy |
Definition at line 18 of file MvtxStandaloneTracking.h.
View newest version in sPHENIX GitHub at line 18 of file MvtxStandaloneTracking.h
double MvtxStandaloneTracking::MvtxTrack::b_xy |
Definition at line 24 of file MvtxStandaloneTracking.h.
View newest version in sPHENIX GitHub at line 24 of file MvtxStandaloneTracking.h
Referenced by MvtxStandaloneTracking::TrackFitXY().
double MvtxStandaloneTracking::MvtxTrack::b_zy |
Definition at line 27 of file MvtxStandaloneTracking.h.
View newest version in sPHENIX GitHub at line 27 of file MvtxStandaloneTracking.h
Referenced by MvtxStandaloneTracking::TrackFitZY().
double MvtxStandaloneTracking::MvtxTrack::chi2_xy |
Definition at line 25 of file MvtxStandaloneTracking.h.
View newest version in sPHENIX GitHub at line 25 of file MvtxStandaloneTracking.h
Referenced by MvtxStandaloneTracking::TrackFitXY().
double MvtxStandaloneTracking::MvtxTrack::chi2_zy |
Definition at line 28 of file MvtxStandaloneTracking.h.
View newest version in sPHENIX GitHub at line 28 of file MvtxStandaloneTracking.h
Referenced by MvtxStandaloneTracking::TrackFitZY().
std::vector< TrkrCluster * > MvtxStandaloneTracking::MvtxTrack::ClusterList |
Definition at line 20 of file MvtxStandaloneTracking.h.
View newest version in sPHENIX GitHub at line 20 of file MvtxStandaloneTracking.h
Referenced by MvtxStandaloneTracking::AssociateClusters(), MvtxStandaloneTracking::TrackFitXY(), and MvtxStandaloneTracking::TrackFitZY().
std::vector< double > MvtxStandaloneTracking::MvtxTrack::dx |
Definition at line 21 of file MvtxStandaloneTracking.h.
View newest version in sPHENIX GitHub at line 21 of file MvtxStandaloneTracking.h
Referenced by MvtxStandaloneTracking::TrackFitXY().
std::vector< double > MvtxStandaloneTracking::MvtxTrack::dz |
Definition at line 22 of file MvtxStandaloneTracking.h.
View newest version in sPHENIX GitHub at line 22 of file MvtxStandaloneTracking.h
Referenced by MvtxStandaloneTracking::TrackFitZY().
double MvtxStandaloneTracking::MvtxTrack::m_xy |
Definition at line 23 of file MvtxStandaloneTracking.h.
View newest version in sPHENIX GitHub at line 23 of file MvtxStandaloneTracking.h
Referenced by MvtxStandaloneTracking::TrackFitXY().
double MvtxStandaloneTracking::MvtxTrack::m_zy |
Definition at line 26 of file MvtxStandaloneTracking.h.
View newest version in sPHENIX GitHub at line 26 of file MvtxStandaloneTracking.h
Referenced by MvtxStandaloneTracking::TrackFitZY().