CGEM BOSS 6.6.5.i
BESIII Offline Software System
|
#include <DotsConnection.h>
Public Member Functions | |
bool | operator== (const trkCandi &rhs) const |
const trkCandi & | operator= (const trkCandi &rhs) |
Public Attributes | |
int | trkIdx |
int | isGood |
vector< int > | mdcHitIdx [43] |
vector< int > | mdcXDigiWireIdx |
vector< double > | mdcXDigiChi |
vector< int > | mdcXDigiFitted |
int | xLayerMin |
int | xLayerMax |
vector< int > | mdcV1DigiWireIdx |
vector< int > | mdcV2DigiWireIdx |
vector< int > | mdcVDigiWireIdx |
vector< double > | mdcVDigiChi |
vector< int > | mdcVDigiFitted |
vector< RecMdcHit > | RecMdcHitVec |
int | layerMin |
int | layerMax |
vector< int > | CgemXClusterID |
vector< int > | CgemVClusterID |
vector< double > | CgemXClusterChi |
vector< double > | CgemVClusterChi |
double | Smax |
double | chi2 |
double | a_helix [5] |
double | phi_inner |
double | phi_outer |
Definition at line 25 of file DotsConnection.h.
Definition at line 118 of file DotsConnection.h.
Definition at line 65 of file DotsConnection.h.
double trkCandi::a_helix[5] |
Definition at line 57 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<double> trkCandi::CgemVClusterChi |
Definition at line 53 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<int> trkCandi::CgemVClusterID |
Definition at line 51 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<double> trkCandi::CgemXClusterChi |
Definition at line 52 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<int> trkCandi::CgemXClusterID |
Definition at line 50 of file DotsConnection.h.
Referenced by operator=(), and operator==().
double trkCandi::chi2 |
Definition at line 56 of file DotsConnection.h.
Referenced by operator=(), and operator==().
int trkCandi::isGood |
Definition at line 28 of file DotsConnection.h.
Referenced by operator=(), and operator==().
int trkCandi::layerMax |
Definition at line 48 of file DotsConnection.h.
Referenced by operator=(), and operator==().
int trkCandi::layerMin |
Definition at line 47 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<int> trkCandi::mdcHitIdx[43] |
Definition at line 30 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<int> trkCandi::mdcV1DigiWireIdx |
Definition at line 39 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<int> trkCandi::mdcV2DigiWireIdx |
Definition at line 40 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<double> trkCandi::mdcVDigiChi |
Definition at line 42 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<int> trkCandi::mdcVDigiFitted |
Definition at line 43 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<int> trkCandi::mdcVDigiWireIdx |
Definition at line 41 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<double> trkCandi::mdcXDigiChi |
Definition at line 34 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<int> trkCandi::mdcXDigiFitted |
Definition at line 35 of file DotsConnection.h.
Referenced by operator=(), and operator==().
vector<int> trkCandi::mdcXDigiWireIdx |
Definition at line 33 of file DotsConnection.h.
Referenced by operator=(), and operator==().
double trkCandi::phi_inner |
Definition at line 59 of file DotsConnection.h.
Referenced by operator=().
double trkCandi::phi_outer |
Definition at line 60 of file DotsConnection.h.
Referenced by operator=().
vector<RecMdcHit> trkCandi::RecMdcHitVec |
Definition at line 45 of file DotsConnection.h.
Referenced by operator=().
double trkCandi::Smax |
Definition at line 55 of file DotsConnection.h.
Referenced by operator=(), and operator==().
int trkCandi::trkIdx |
Definition at line 27 of file DotsConnection.h.
Referenced by operator=(), and operator==().
int trkCandi::xLayerMax |
Definition at line 37 of file DotsConnection.h.
Referenced by operator=(), and operator==().
int trkCandi::xLayerMin |
Definition at line 36 of file DotsConnection.h.
Referenced by operator=(), and operator==().