#include <FindingFoos.h>
Public Member Functions | |
FindingFoos () | |
FindingFoos (void(*cch2_f)(const MPlexLS &, const MPlexLV &, const MPlexQI &, const MPlexHS &, const MPlexHV &, MPlexQF &, MPlexLV &, const int, const PropagationFlags, const bool), void(*updp_f)(const MPlexLS &, const MPlexLV &, MPlexQI &, const MPlexHS &, const MPlexHV &, MPlexLS &, MPlexLV &, const int, const PropagationFlags, const bool), void(MkBase::*p_f)(float, const int, const PropagationFlags)) | |
Static Public Member Functions | |
static const FindingFoos & | get_barrel_finding_foos () |
static const FindingFoos & | get_endcap_finding_foos () |
static const FindingFoos & | get_finding_foos (bool is_barrel) |
Public Attributes | |
void(* | m_compute_chi2_foo )(const MPlexLS &, const MPlexLV &, const MPlexQI &, const MPlexHS &, const MPlexHV &, MPlexQF &, MPlexLV &, const int, const PropagationFlags, const bool) |
void(MkBase::* | m_propagate_foo )(float, const int, const PropagationFlags) |
void(* | m_update_param_foo )(const MPlexLS &, const MPlexLV &, MPlexQI &, const MPlexHS &, const MPlexHV &, MPlexLS &, MPlexLV &, const int, const PropagationFlags, const bool) |
Definition at line 18 of file FindingFoos.h.
|
inline |
Definition at line 24 of file FindingFoos.h.
|
inline |
Definition at line 26 of file FindingFoos.h.
|
static |
Definition at line 15 of file FindingFoos.cc.
|
static |
Definition at line 16 of file FindingFoos.cc.
|
static |
Definition at line 18 of file FindingFoos.cc.
Referenced by mkfit::MkBuilder::find_tracks_in_layers(), mkfit::MkBuilder::findTracksBestHit(), mkfit::MkBuilder::findTracksStandard(), and mkfit::MkFinder::selectHitIndices().
void(* mkfit::FindingFoos::m_compute_chi2_foo) (const MPlexLS &, const MPlexLV &, const MPlexQI &, const MPlexHS &, const MPlexHV &, MPlexQF &, MPlexLV &, const int, const PropagationFlags, const bool) |
Definition at line 20 of file FindingFoos.h.
Referenced by mkfit::MkFinder::addBestHit(), mkfit::MkFinder::findCandidates(), mkfit::MkFinder::findCandidatesCloneEngine(), and mkfit::MkFinder::selectHitIndices().
void(MkBase::* mkfit::FindingFoos::m_propagate_foo) (float, const int, const PropagationFlags) |
Definition at line 22 of file FindingFoos.h.
Referenced by mkfit::MkBuilder::find_tracks_in_layers(), mkfit::MkBuilder::findTracksBestHit(), and mkfit::MkBuilder::findTracksStandard().
void(* mkfit::FindingFoos::m_update_param_foo) (const MPlexLS &, const MPlexLV &, MPlexQI &, const MPlexHS &, const MPlexHV &, MPlexLS &, MPlexLV &, const int, const PropagationFlags, const bool) |
Definition at line 21 of file FindingFoos.h.
Referenced by mkfit::MkFinder::addBestHit(), mkfit::MkFinder::findCandidates(), and mkfit::MkFinder::updateWithLastHit().