#include <RntStructs.h>
Public Member Functions | |
bool | assignIdxChi2List (const mkfit::IdxChi2List &ic2l) |
CandInfo (const SimSeedInfo &s, const State &c) | |
CandInfo ()=default | |
void | nan_check () |
CandInfo & | operator= (const CandInfo &)=default |
void | reset_hits_match () |
Public Attributes | |
BinSearch | bsn |
BinSearch | bso |
float | dphi_first_match = -9999.0f |
float | dq_first_match = -9999.0f |
bool | has_nans = false |
std::vector< HitMatchInfo > | hmi |
int | n_all_hits = 0 |
int | n_hits_match = 0 |
int | n_hits_pass = 0 |
int | n_hits_pass_match = 0 |
int | ord_first_match = -1 |
PropState | ps_max |
PropState | ps_min |
State | s_ctr |
SimSeedInfo | ssi |
Definition at line 99 of file RntStructs.h.
|
inline |
Definition at line 111 of file RntStructs.h.
|
default |
|
inline |
Definition at line 120 of file RntStructs.h.
References mkfit::IdxChi2List::hitIdx, and hmi.
Referenced by mkfit::MkFinder::findCandidatesCloneEngine().
void CandInfo::nan_check | ( | ) |
Definition at line 43 of file RntStructs.cc.
References bsn, bso, has_nans, BinSearch::nan_check(), ps_max, and ps_min.
|
inline |
Definition at line 114 of file RntStructs.h.
References dphi_first_match, dq_first_match, n_all_hits, n_hits_match, n_hits_pass, n_hits_pass_match, and ord_first_match.
BinSearch CandInfo::bsn |
Definition at line 104 of file RntStructs.h.
Referenced by nan_check(), and mkfit::MkFinder::selectHitIndicesV2().
BinSearch CandInfo::bso |
Definition at line 103 of file RntStructs.h.
Referenced by nan_check(), and mkfit::MkFinder::selectHitIndices().
float CandInfo::dphi_first_match = -9999.0f |
Definition at line 108 of file RntStructs.h.
Referenced by reset_hits_match(), and mkfit::MkFinder::selectHitIndicesV2().
float CandInfo::dq_first_match = -9999.0f |
Definition at line 108 of file RntStructs.h.
Referenced by reset_hits_match(), and mkfit::MkFinder::selectHitIndicesV2().
bool CandInfo::has_nans = false |
Definition at line 109 of file RntStructs.h.
Referenced by nan_check().
std::vector<HitMatchInfo> CandInfo::hmi |
Definition at line 105 of file RntStructs.h.
Referenced by assignIdxChi2List(), and mkfit::MkFinder::selectHitIndicesV2().
int CandInfo::n_all_hits = 0 |
Definition at line 106 of file RntStructs.h.
Referenced by reset_hits_match(), and mkfit::MkFinder::selectHitIndicesV2().
int CandInfo::n_hits_match = 0 |
Definition at line 106 of file RntStructs.h.
Referenced by reset_hits_match(), and mkfit::MkFinder::selectHitIndicesV2().
int CandInfo::n_hits_pass = 0 |
Definition at line 106 of file RntStructs.h.
Referenced by reset_hits_match(), and mkfit::MkFinder::selectHitIndicesV2().
int CandInfo::n_hits_pass_match = 0 |
Definition at line 106 of file RntStructs.h.
Referenced by reset_hits_match(), and mkfit::MkFinder::selectHitIndicesV2().
int CandInfo::ord_first_match = -1 |
Definition at line 107 of file RntStructs.h.
Referenced by reset_hits_match(), and mkfit::MkFinder::selectHitIndicesV2().
PropState CandInfo::ps_max |
Definition at line 102 of file RntStructs.h.
Referenced by nan_check(), and mkfit::MkFinder::selectHitIndicesV2().
PropState CandInfo::ps_min |
Definition at line 102 of file RntStructs.h.
Referenced by nan_check(), and mkfit::MkFinder::selectHitIndicesV2().
State CandInfo::s_ctr |
Definition at line 101 of file RntStructs.h.
SimSeedInfo CandInfo::ssi |
Definition at line 100 of file RntStructs.h.