LDMX Software
MagneticFieldContext.h
1#pragma once
2
3#include <Acts/MagneticField/MagneticFieldContext.hpp>
4
6
7namespace tracking::geo {
8
10class MagneticFieldContextProvider;
11
30 public:
32 static const std::string NAME;
41 const Acts::MagneticFieldContext& get() const;
42
43 private:
54
64 Acts::MagneticFieldContext magnetic_field_context_;
65};
66
67} // namespace tracking::geo
Base class for conditions information like pedestals, gains, electronics maps, etc.
Base class for all conditions objects, very simple.
The context for a specific geometry.
Acts::MagneticFieldContext magnetic_field_context_
the actual geometry context we are wrapping
const Acts::MagneticFieldContext & get() const
get a reference to the actual geometry context ACTS object
MagneticFieldContext()
This constructor is where parameters would be passed into the MagneticField context from the provider...
static const std::string NAME
Conditions object name.
Visualization.