ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "Acts/EventData/Measurement.hpp"
#include "Acts/EventData/MeasurementHelpers.hpp"
#include "Acts/EventData/SourceLinkConcept.hpp"
#include "Acts/Utilities/ParameterDefinitions.hpp"
#include <optional>
Go to the source code of this file.
Classes | |
class | Acts::TrackState< source_link_t, parameters_t > |
Templated class to hold the track information on a surface along the trajectory. More... | |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
Typedefs | |
using | Acts::TrackStateType = std::bitset< TrackStateFlag::NumTrackStateFlags > |
Enumerations | |
enum | Acts::TrackStateFlag { Acts::MeasurementFlag = 0, Acts::ParameterFlag = 1, Acts::OutlierFlag = 2, Acts::HoleFlag = 3, Acts::MaterialFlag = 4, Acts::NumTrackStateFlags = 5 } |