EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
the step information for More...
#include <acts/blob/sPHENIX/Core/include/Acts/Propagator/detail/SteppingLogger.hpp>
Public Attributes | |
ConstrainedStep | stepSize = 0. |
Vector3D | position = Vector3D(0., 0., 0.) |
Vector3D | momentum = Vector3D(0., 0., 0.) |
std::shared_ptr< const Surface > | surface = nullptr |
const TrackingVolume * | volume = nullptr |
the step information for
Definition at line 27 of file SteppingLogger.hpp.
View newest version in sPHENIX GitHub at line 27 of file SteppingLogger.hpp
Definition at line 30 of file SteppingLogger.hpp.
View newest version in sPHENIX GitHub at line 30 of file SteppingLogger.hpp
Referenced by Acts::detail::SteppingLogger::operator()().
Definition at line 29 of file SteppingLogger.hpp.
View newest version in sPHENIX GitHub at line 29 of file SteppingLogger.hpp
Referenced by Acts::detail::SteppingLogger::operator()().
ConstrainedStep Acts::detail::Step::stepSize = 0. |
Definition at line 28 of file SteppingLogger.hpp.
View newest version in sPHENIX GitHub at line 28 of file SteppingLogger.hpp
Referenced by Acts::detail::SteppingLogger::operator()().
std::shared_ptr<const Surface> Acts::detail::Step::surface = nullptr |
Definition at line 31 of file SteppingLogger.hpp.
View newest version in sPHENIX GitHub at line 31 of file SteppingLogger.hpp
Referenced by Acts::detail::SteppingLogger::operator()().
const TrackingVolume* Acts::detail::Step::volume = nullptr |
Definition at line 32 of file SteppingLogger.hpp.
View newest version in sPHENIX GitHub at line 32 of file SteppingLogger.hpp
Referenced by Acts::detail::SteppingLogger::operator()().