![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/htree/HoughTree.h>
Public Member Functions | |
| HoughDimension (const char *name, double min, double max) | |
| const char * | GetName () const |
| double | GetMin () const |
| double | GetMax () const |
Private Attributes | |
| char * | mName |
| double | mMin |
| double | mMax |
Definition at line 20 of file HoughTree.h.
View newest version in sPHENIX GitHub at line 20 of file HoughTree.h
|
inline |
Definition at line 22 of file HoughTree.h.
View newest version in sPHENIX GitHub at line 22 of file HoughTree.h
References mMax, mMin, mName, and printf().
Here is the call graph for this function:
|
inline |
Definition at line 35 of file HoughTree.h.
View newest version in sPHENIX GitHub at line 35 of file HoughTree.h
Referenced by ResolutionLevel::ResolutionLevel().
Here is the caller graph for this function:
|
inline |
Definition at line 34 of file HoughTree.h.
View newest version in sPHENIX GitHub at line 34 of file HoughTree.h
References mMin.
Referenced by FwdTrackFinder::ResetVtxNode(), ResolutionLevel::ResolutionLevel(), and FwdHoughTree::SetupKalmanFilter().
Here is the caller graph for this function:
|
inline |
Definition at line 33 of file HoughTree.h.
View newest version in sPHENIX GitHub at line 33 of file HoughTree.h
References mName.
|
private |
Definition at line 42 of file HoughTree.h.
View newest version in sPHENIX GitHub at line 42 of file HoughTree.h
Referenced by HoughDimension().
|
private |
Definition at line 42 of file HoughTree.h.
View newest version in sPHENIX GitHub at line 42 of file HoughTree.h
Referenced by GetMin(), and HoughDimension().
|
private |
Definition at line 35 of file HoughTree.h.
View newest version in sPHENIX GitHub at line 35 of file HoughTree.h
Referenced by GetName(), and HoughDimension().