|
ACTS
Experiment-independent tracking
|
Functions | |
| static actsvg::svg::object | xy (const ProtoIndexedSurfaceGrid &pIndexGrid, const std::string &identification) |
| Convert into an ActsPlugins::Svg::object with an XY view. | |
| static actsvg::svg::object | xy (const ProtoSurface &pSurface, const std::string &identification) |
| Convert into an ActsPlugins::Svg::object with an x-y view. | |
| static actsvg::svg::object | zphi (const ProtoIndexedSurfaceGrid &pIndexGrid, const std::string &identification) |
| Fake zphi method, delegate to xy. | |
| static actsvg::svg::object | zphi (const ProtoSurface &pSurface, const std::string &identification) |
| Convert into an ActsPlugins::Svg::object with an z-phi view. | |
| static actsvg::svg::object | zr (const ProtoSurface &pSurface, const std::string &identification) |
| Convert into an ActsPlugins::Svg::object with an z-r view. | |
| static actsvg::svg::object | zrphi (const ProtoSurface &pSurface, const std::string &identification) |
| Convert into an ActsPlugins::Svg::object with an z-rphi view. | |
|
static |
Convert into an ActsPlugins::Svg::object with an XY view.
| pIndexGrid | is the proto object |
| identification | is the to be translated id_ for actsvg |
|
static |
Convert into an ActsPlugins::Svg::object with an x-y view.
| pSurface | is the proto object |
| identification | is the to be translated id_ for actsvg |
|
static |
Fake zphi method, delegate to xy.
| pIndexGrid | is the proto object |
| identification | is the to be translated id_ for actsvg |
|
static |
Convert into an ActsPlugins::Svg::object with an z-phi view.
| pSurface | is the proto object |
| identification | is the to be translated id_ for actsvg |
|
static |
Convert into an ActsPlugins::Svg::object with an z-r view.
| pSurface | is the proto object |
| identification | is the to be translated id_ for actsvg |
|
static |
Convert into an ActsPlugins::Svg::object with an z-rphi view.
| pSurface | is the proto object |
| identification | is the to be translated id_ for actsvg |