ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/Geometry/SurfaceArrayCreator.hpp>
Public Member Functions | |
size_t | getBin (double x) const |
Public Attributes | |
BinningType | bType |
BinningValue | bValue |
size_t | nBins |
double | min |
double | max |
std::vector< double > | binEdges |
Definition at line 50 of file SurfaceArrayCreator.hpp.
View newest version in sPHENIX GitHub at line 50 of file SurfaceArrayCreator.hpp
|
inline |
Definition at line 58 of file SurfaceArrayCreator.hpp.
View newest version in sPHENIX GitHub at line 58 of file SurfaceArrayCreator.hpp
References binEdges, it, max, min, nBins, and w.
Referenced by Acts::SurfaceArrayCreator::surfaceArrayOnDisc().
std::vector<double> Acts::SurfaceArrayCreator::ProtoAxis::binEdges |
Definition at line 56 of file SurfaceArrayCreator.hpp.
View newest version in sPHENIX GitHub at line 56 of file SurfaceArrayCreator.hpp
Referenced by getBin(), and Acts::SurfaceArrayCreator::makeSurfaceGridLookup2D().
BinningType Acts::SurfaceArrayCreator::ProtoAxis::bType |
Definition at line 51 of file SurfaceArrayCreator.hpp.
View newest version in sPHENIX GitHub at line 51 of file SurfaceArrayCreator.hpp
Referenced by Acts::SurfaceArrayCreator::createEquidistantAxis(), Acts::SurfaceArrayCreator::createVariableAxis(), and Acts::SurfaceArrayCreator::makeSurfaceGridLookup2D().
BinningValue Acts::SurfaceArrayCreator::ProtoAxis::bValue |
Definition at line 52 of file SurfaceArrayCreator.hpp.
View newest version in sPHENIX GitHub at line 52 of file SurfaceArrayCreator.hpp
Referenced by Acts::SurfaceArrayCreator::createEquidistantAxis().
double Acts::SurfaceArrayCreator::ProtoAxis::max |
Definition at line 55 of file SurfaceArrayCreator.hpp.
View newest version in sPHENIX GitHub at line 55 of file SurfaceArrayCreator.hpp
Referenced by Acts::SurfaceArrayCreator::createEquidistantAxis(), getBin(), and Acts::SurfaceArrayCreator::makeSurfaceGridLookup2D().
double Acts::SurfaceArrayCreator::ProtoAxis::min |
Definition at line 54 of file SurfaceArrayCreator.hpp.
View newest version in sPHENIX GitHub at line 54 of file SurfaceArrayCreator.hpp
Referenced by Acts::SurfaceArrayCreator::createEquidistantAxis(), getBin(), and Acts::SurfaceArrayCreator::makeSurfaceGridLookup2D().
size_t Acts::SurfaceArrayCreator::ProtoAxis::nBins |
Definition at line 53 of file SurfaceArrayCreator.hpp.
View newest version in sPHENIX GitHub at line 53 of file SurfaceArrayCreator.hpp
Referenced by Acts::SurfaceArrayCreator::createEquidistantAxis(), getBin(), Acts::SurfaceArrayCreator::makeSurfaceGridLookup2D(), and Acts::SurfaceArrayCreator::surfaceArrayOnDisc().