![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <Acts/Geometry/TrackingGeometry.hpp>#include <Acts/MagneticField/ConstantBField.hpp>#include <Acts/MagneticField/InterpolatedBFieldMap.hpp>#include <Acts/MagneticField/SharedBField.hpp>#include <Acts/Propagator/EigenStepper.hpp>#include <Acts/Propagator/Navigator.hpp>#include <Acts/Propagator/Propagator.hpp>#include <Acts/Propagator/StraightLineStepper.hpp>#include <boost/program_options.hpp>#include <memory>#include "ACTFW/Detector/IBaseDetector.hpp"#include "ACTFW/Framework/RandomNumbers.hpp"#include "ACTFW/Framework/Sequencer.hpp"#include "ACTFW/Geometry/CommonGeometry.hpp"#include "ACTFW/Io/Root/RootMaterialTrackWriter.hpp"#include "ACTFW/Options/CommonOptions.hpp"#include "ACTFW/Plugins/BField/BFieldOptions.hpp"#include "ACTFW/Plugins/BField/ScalableBField.hpp"#include "ACTFW/Propagation/PropagationAlgorithm.hpp"#include "ACTFW/Propagation/PropagationOptions.hpp"#include "ACTFW/Utilities/Paths.hpp"
Include dependency graph for MaterialValidationBase.cpp:Go to the source code of this file.
Functions | |
| int | materialValidationExample (int argc, char *argv[], FW::IBaseDetector &detector) |
| The material validation example, it runs a propagation and then writes out the material information. | |
| int materialValidationExample | ( | int | argc, |
| char * | argv[], | ||
| FW::IBaseDetector & | detector | ||
| ) |
The material validation example, it runs a propagation and then writes out the material information.
| argc | the number of argumetns of the call |
| atgv | the argument list |
| detector | the detector instance |
Definition at line 114 of file MaterialValidationBase.cpp.
View newest version in sPHENIX GitHub at line 114 of file MaterialValidationBase.cpp
References FW::Options::addBFieldOptions(), FW::Options::addGeometryOptions(), FW::Options::addMaterialOptions(), FW::IBaseDetector::addOptions(), FW::Options::addOutputOptions(), FW::Options::addPropagationOptions(), FW::Options::addRandomNumbersOptions(), FW::Options::addSequencerOptions(), FW::Sequencer::addWriter(), Acts::IntegrationTest::bField, FW::Geometry::build(), FW::RootMaterialTrackWriter::Config::collection, incremental_prev_tag::desc, FW::RootMaterialTrackWriter::Config::filePath, FW::joinPaths(), FW::Options::makeDefaultOptions(), FW::Options::parse(), FW::Options::readBField(), FW::Options::readLogLevel(), FW::Options::readRandomNumbersConfig(), FW::Options::readSequencerConfig(), FW::Sequencer::run(), and FW::RootMaterialTrackWriter::Config::storesurface.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: