#include <RntStructs.h>
Public Member Functions | |
bool | accept () const |
HitMatchInfo ()=default | |
HitMatchInfo & | operator= (const HitMatchInfo &)=default |
Public Member Functions inherited from HitInfo | |
HitInfo () | |
HitInfo ()=default | |
HitInfo & | operator= (const HitInfo &)=default |
~HitInfo () | |
Public Attributes | |
float | chi2_true |
float | ddphi |
float | ddq |
bool | has_ic2list {false} |
int | hit_index |
mkfit::IdxChi2List | ic2list |
bool | match |
bool | presel |
bool | prop_ok |
RVec | trk_mom |
RVec | trk_pos |
Public Attributes inherited from HitInfo | |
int | hit_lbl |
float | hit_phi |
RVec | hit_pos |
float | hit_q |
float | hit_qbar |
float | hit_qhalflen |
Additional Inherited Members | |
Static Public Member Functions inherited from HitInfo | |
static std::string | getInfo (const DetId &id, const TrackerTopology *tTopo) |
static std::string | getInfo (const TrackingRecHit &recHit, const TrackerTopology *tTopo) |
static std::string | getInfo (const std::vector< const TrackingRecHit *> &recHits, const TrackerTopology *tTopo) |
static std::string | getInfo (const PSimHit &simHit, const TrackerTopology *tTopo) |
Definition at line 82 of file RntStructs.h.
|
default |
|
inline |
Definition at line 93 of file RntStructs.h.
References presel, and prop_ok.
Referenced by esMonitoring.FDJsonServer::handle_accept().
|
default |
float HitMatchInfo::chi2_true |
Definition at line 85 of file RntStructs.h.
float HitMatchInfo::ddphi |
Definition at line 84 of file RntStructs.h.
float HitMatchInfo::ddq |
Definition at line 84 of file RntStructs.h.
bool HitMatchInfo::has_ic2list {false} |
Definition at line 90 of file RntStructs.h.
int HitMatchInfo::hit_index |
Definition at line 86 of file RntStructs.h.
mkfit::IdxChi2List HitMatchInfo::ic2list |
Definition at line 91 of file RntStructs.h.
bool HitMatchInfo::match |
Definition at line 87 of file RntStructs.h.
bool HitMatchInfo::presel |
Definition at line 88 of file RntStructs.h.
Referenced by accept().
bool HitMatchInfo::prop_ok |
Definition at line 89 of file RntStructs.h.
Referenced by accept().
RVec HitMatchInfo::trk_mom |
Definition at line 83 of file RntStructs.h.
RVec HitMatchInfo::trk_pos |
Definition at line 83 of file RntStructs.h.