Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootBFieldWriter.hpp>
Classes | |
struct | Config |
Public Types | |
enum | GridType |
Describes the axes definition of the grid of the magnetic field map. More... | |
Static Public Member Functions | |
static void | run (const Config &config, std::unique_ptr< const Acts::Logger > p_logger=Acts::getDefaultLogger("RootBFieldWriter", Acts::Logging::INFO)) |
Write down an interpolated magnetic field map. | |
Writes out the Acts::InterpolatedbFieldMap. Currently implemented for 'rz' and 'xyz' field maps.
Definition at line 40 of file RootBFieldWriter.hpp.
View newest version in sPHENIX GitHub at line 40 of file RootBFieldWriter.hpp
Describes the axes definition of the grid of the magnetic field map.
Definition at line 43 of file RootBFieldWriter.hpp.
View newest version in sPHENIX GitHub at line 43 of file RootBFieldWriter.hpp
|
static |
Write down an interpolated magnetic field map.
Definition at line 30 of file RootBFieldWriter.cpp.
View newest version in sPHENIX GitHub at line 30 of file RootBFieldWriter.cpp
References ACTS_INFO, ACTS_LOCAL_LOGGER, ACTS_VERBOSE, assert, ActsExamples::RootBFieldWriter::Config::bField, Acts::IntegrationTest::bField, Acts::IntegrationTest::Bz, ActsExamples::RootBFieldWriter::Config::fileMode, ActsExamples::RootBFieldWriter::Config::fileName, ActsExamples::RootBFieldWriter::Config::gridType, i, j, k, logger(), Acts::UnitConstants::m, maxR, maxZ, minR, Acts::UnitConstants::mm, testing::internal::move(), Acts::IntegrationTest::nBinsR, Acts::IntegrationTest::nBinsZ, Acts::VectorHelpers::perp(), position, physmon_track_finding_ttbar::r, ActsExamples::RootBFieldWriter::Config::rBins, ActsExamples::RootBFieldWriter::Config::rBounds, Acts::UnitConstants::T, ActsExamples::RootBFieldWriter::Config::treeName, Acts::Logging::VERBOSE, ambiguity_solver_full_chain::x, y, physmon_track_finding_ttbar::z, ActsExamples::RootBFieldWriter::Config::zBins, and ActsExamples::RootBFieldWriter::Config::zBounds.
Referenced by main().