Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::DefaultHoughFunctions Namespace Reference

Typedefs

using ResultDouble = Acts::Result< double >
 
using ResultBool = Acts::Result< bool >
 
using ResultUnsigned = Acts::Result< unsigned >
 

Functions

ResultDouble fieldCorrectionDefault (unsigned region, double y, double r)
 
ResultUnsigned findLayerIDDefault (double r)
 
ResultBool inSliceDefault (double z, unsigned layer, int slice)
 

Typedef Documentation

Definition at line 30 of file DefaultHoughFunctions.hpp.

View newest version in sPHENIX GitHub at line 30 of file DefaultHoughFunctions.hpp

Definition at line 29 of file DefaultHoughFunctions.hpp.

View newest version in sPHENIX GitHub at line 29 of file DefaultHoughFunctions.hpp

Definition at line 31 of file DefaultHoughFunctions.hpp.

View newest version in sPHENIX GitHub at line 31 of file DefaultHoughFunctions.hpp

Function Documentation

ResultDouble ActsExamples::DefaultHoughFunctions::fieldCorrectionDefault ( unsigned  region,
double  y,
double  r 
)

Definition at line 33 of file DefaultHoughFunctions.hpp.

View newest version in sPHENIX GitHub at line 33 of file DefaultHoughFunctions.hpp

References physmon_track_finding_ttbar::r.

Referenced by ActsExamples::HoughTransformSeeder::HoughTransformSeeder(), and runHoughExample().

+ Here is the caller graph for this function:

ResultUnsigned ActsExamples::DefaultHoughFunctions::findLayerIDDefault ( double  r)

shouldn't be here, this won't be used

Definition at line 41 of file DefaultHoughFunctions.hpp.

View newest version in sPHENIX GitHub at line 41 of file DefaultHoughFunctions.hpp

Referenced by ActsExamples::HoughTransformSeeder::HoughTransformSeeder(), and runHoughExample().

+ Here is the caller graph for this function:

ResultBool ActsExamples::DefaultHoughFunctions::inSliceDefault ( double  z,
unsigned  layer,
int  slice 
)

Definition at line 69 of file DefaultHoughFunctions.hpp.

View newest version in sPHENIX GitHub at line 69 of file DefaultHoughFunctions.hpp

Referenced by ActsExamples::HoughTransformSeeder::HoughTransformSeeder(), and runHoughExample().

+ Here is the caller graph for this function: