|
using | recob::tracking::Coord_t = Double32_t |
|
using | recob::tracking::Point_t = ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< Coord_t >, ROOT::Math::GlobalCoordinateSystemTag > |
| Type for representation of position in physical 3D space. See recob::tracking::Coord_t for more details on the actual type used. More...
|
|
using | recob::tracking::Vector_t = ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< Coord_t >, ROOT::Math::GlobalCoordinateSystemTag > |
| Type for representation of momenta in 3D space. See recob::tracking::Coord_t for more details on the actual type used. More...
|
|
using | recob::tracking::Positions_t = std::vector< Point_t > |
| Type of trajectory point list. More...
|
|
using | recob::tracking::Momenta_t = std::vector< Vector_t > |
| Type of momentum list. More...
|
|
using | recob::tracking::Rotation_t = ROOT::Math::Rotation3D |
| Type for representation of space rotations. More...
|
|
|
using | recob::tracking::SMatrixSym22 = ROOT::Math::SMatrix< Double32_t, 2, 2, ROOT::Math::MatRepSym< Double32_t, 2 > > |
|
using | recob::tracking::SMatrixSym33 = ROOT::Math::SMatrix< Double32_t, 3, 3, ROOT::Math::MatRepSym< Double32_t, 3 > > |
|
using | recob::tracking::SMatrixSym55 = ROOT::Math::SMatrix< Double32_t, 5, 5, ROOT::Math::MatRepSym< Double32_t, 5 > > |
|
using | recob::tracking::SMatrixSym66 = ROOT::Math::SMatrix< Double32_t, 6, 6, ROOT::Math::MatRepSym< Double32_t, 6 > > |
|
using | recob::tracking::SMatrix65 = ROOT::Math::SMatrix< Double32_t, 6, 5 > |
|
using | recob::tracking::SMatrix56 = ROOT::Math::SMatrix< Double32_t, 5, 6 > |
|
using | recob::tracking::SMatrix55 = ROOT::Math::SMatrix< Double32_t, 5, 5 > |
|
using | recob::tracking::SMatrix66 = ROOT::Math::SMatrix< Double32_t, 6, 6 > |
|
using | recob::tracking::SVector6 = ROOT::Math::SVector< Double32_t, 6 > |
|
using | recob::tracking::SVector5 = ROOT::Math::SVector< Double32_t, 5 > |
|
using | recob::tracking::SVector3 = ROOT::Math::SVector< Double32_t, 3 > |
|
using | recob::tracking::SVector2 = ROOT::Math::SVector< Double32_t, 2 > |
|