Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
HoughMeasurementStruct (unsigned l, double p, double r, double thez, std::vector< Index > &i, HoughHitType t) | |
Public Attributes | |
unsigned | layer |
double | phi |
double | radius |
double | z |
std::vector< Index > | indices |
HoughHitType | type |
The measurements and SP are ugly to use, this is a convenience struct that contains the needed information
Definition at line 137 of file HoughTransformSeeder.hpp.
View newest version in sPHENIX GitHub at line 137 of file HoughTransformSeeder.hpp
|
inline |
Definition at line 144 of file HoughTransformSeeder.hpp.
View newest version in sPHENIX GitHub at line 144 of file HoughTransformSeeder.hpp
std::vector<Index> ActsExamples::HoughMeasurementStruct::indices |
Definition at line 142 of file HoughTransformSeeder.hpp.
View newest version in sPHENIX GitHub at line 142 of file HoughTransformSeeder.hpp
Referenced by ActsExamples::HoughTransformSeeder::execute().
unsigned ActsExamples::HoughMeasurementStruct::layer |
Definition at line 138 of file HoughTransformSeeder.hpp.
View newest version in sPHENIX GitHub at line 138 of file HoughTransformSeeder.hpp
Referenced by ActsExamples::HoughTransformSeeder::createLayerHoughHist(), and ActsExamples::HoughTransformSeeder::execute().
double ActsExamples::HoughMeasurementStruct::phi |
Definition at line 139 of file HoughTransformSeeder.hpp.
View newest version in sPHENIX GitHub at line 139 of file HoughTransformSeeder.hpp
Referenced by ActsExamples::HoughTransformSeeder::createLayerHoughHist().
double ActsExamples::HoughMeasurementStruct::radius |
Definition at line 140 of file HoughTransformSeeder.hpp.
View newest version in sPHENIX GitHub at line 140 of file HoughTransformSeeder.hpp
Referenced by ActsExamples::HoughTransformSeeder::createLayerHoughHist().
HoughHitType ActsExamples::HoughMeasurementStruct::type |
Definition at line 143 of file HoughTransformSeeder.hpp.
View newest version in sPHENIX GitHub at line 143 of file HoughTransformSeeder.hpp
Referenced by cpp.ast.Parameter::__str__(), and cpp.ast.VariableDeclaration::ToString().
double ActsExamples::HoughMeasurementStruct::z |
Definition at line 141 of file HoughTransformSeeder.hpp.
View newest version in sPHENIX GitHub at line 141 of file HoughTransformSeeder.hpp
Referenced by ActsExamples::HoughTransformSeeder::createLayerHoughHist().