#include <RntStructs.h>
Public Member Functions | |
CandInfo (const SimSeedInfo &s, const State &c) | |
CandInfo ()=default | |
void | nan_check () |
CandInfo & | operator= (const CandInfo &)=default |
Public Attributes | |
BinSearch | bsn |
BinSearch | bso |
bool | has_nans = false |
PropState | ps_max |
PropState | ps_min |
State | s_ctr |
SimSeedInfo | ssi |
Definition at line 74 of file RntStructs.h.
|
inline |
Definition at line 82 of file RntStructs.h.
|
default |
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.
BinSearch CandInfo::bsn |
Definition at line 79 of file RntStructs.h.
Referenced by nan_check(), and mkfit::MkFinder::selectHitIndicesV2().
BinSearch CandInfo::bso |
Definition at line 78 of file RntStructs.h.
Referenced by nan_check(), and mkfit::MkFinder::selectHitIndices().
bool CandInfo::has_nans = false |
Definition at line 80 of file RntStructs.h.
Referenced by nan_check().
PropState CandInfo::ps_max |
Definition at line 77 of file RntStructs.h.
Referenced by nan_check(), and mkfit::MkFinder::selectHitIndicesV2().
PropState CandInfo::ps_min |
Definition at line 77 of file RntStructs.h.
Referenced by nan_check(), and mkfit::MkFinder::selectHitIndicesV2().
State CandInfo::s_ctr |
Definition at line 76 of file RntStructs.h.
SimSeedInfo CandInfo::ssi |
Definition at line 75 of file RntStructs.h.