ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/program_options.hpp>
#include <string>
#include "ACTFW/Framework/Sequencer.hpp"
#include "ACTFW/Options/CommonOptions.hpp"
#include "ACTFW/Plugins/BField/BFieldOptions.hpp"
#include "Acts/Utilities/Helpers.hpp"
#include "BFieldWritingBase.hpp"
Go to the source code of this file.
Classes | |
struct | always_false< T > |
Functions | |
int | main (int argc, char *argv[]) |
The main executable
Creates an InterpolatedBFieldMap from a txt or csv file and writes out the grid points and values of the map into root format. The Field can then be displayed using the root script printBField.cpp
Definition at line 29 of file BFieldExample.cpp.
View newest version in sPHENIX GitHub at line 29 of file BFieldExample.cpp
References FW::Options::addBFieldOptions(), Acts::IntegrationTest::bField, incremental_prev_tag::desc, FW::Options::makeDefaultOptions(), FW::Options::parse(), and FW::Options::readBField().