EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HoughDimension Class Reference

#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
 

Detailed Description

Definition at line 20 of file HoughTree.h.

View newest version in sPHENIX GitHub at line 20 of file HoughTree.h

Constructor & Destructor Documentation

HoughDimension::HoughDimension ( const char *  name,
double  min,
double  max 
)
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:

Member Function Documentation

double HoughDimension::GetMax ( ) const
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:

double HoughDimension::GetMin ( ) const
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:

const char* HoughDimension::GetName ( ) const
inline

Definition at line 33 of file HoughTree.h.

View newest version in sPHENIX GitHub at line 33 of file HoughTree.h

References mName.

Member Data Documentation

double HoughDimension::mMax
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().

double HoughDimension::mMin
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().

char* HoughDimension::mName
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().


The documentation for this class was generated from the following file: