Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Seeding/Seed.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Utilities/Logger.hpp"
#include <array>
#include <cmath>
#include <iostream>
#include <iterator>
#include <optional>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
Functions | |
template<typename spacepoint_iterator_t > | |
std::optional< BoundVector > | Acts::estimateTrackParamsFromSeed (spacepoint_iterator_t spBegin, spacepoint_iterator_t spEnd, const Logger &logger=getDummyLogger()) |
template<typename spacepoint_iterator_t > | |
std::optional< BoundVector > | Acts::estimateTrackParamsFromSeed (const GeometryContext &gctx, spacepoint_iterator_t spBegin, spacepoint_iterator_t spEnd, const Surface &surface, const Vector3 &bField, ActsScalar bFieldMin, const Acts::Logger &logger=getDummyLogger(), ActsScalar mass=139.57018 *UnitConstants::MeV) |