![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Utilities/Result.hpp"
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) |
| enum HoughError |
Definition at line 13 of file DefaultHoughFunctions.hpp.
View newest version in sPHENIX GitHub at line 13 of file DefaultHoughFunctions.hpp
| 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.