Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DefaultHoughFunctions.hpp File Reference
+ Include dependency graph for DefaultHoughFunctions.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  std::is_error_code_enum< HoughError >
 

Namespaces

namespace  ActsExamples
 
namespace  ActsExamples::DefaultHoughFunctions
 

Typedefs

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

Enumerations

enum  HoughError { Failure = 1, SomethingElse }
 

Functions

std::error_code make_error_code (HoughError e)
 
ResultDouble ActsExamples::DefaultHoughFunctions::fieldCorrectionDefault (unsigned region, double y, double r)
 
ResultUnsigned ActsExamples::DefaultHoughFunctions::findLayerIDDefault (double r)
 
ResultBool ActsExamples::DefaultHoughFunctions::inSliceDefault (double z, unsigned layer, int slice)
 

Enumeration Type Documentation

enum HoughError
Enumerator:
Failure 
SomethingElse 

Definition at line 13 of file DefaultHoughFunctions.hpp.

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

Function Documentation

std::error_code make_error_code ( HoughError  e)

Definition at line 17 of file DefaultHoughFunctions.hpp.

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

References Acts::UnitConstants::e.