Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
Functions | |
int | materialValidationExample (int argc, char *argv[], ActsExamples::IBaseDetector &detector) |
The material validation example, it runs a propagation and then writes out the material information. | |
int materialValidationExample | ( | int | argc, |
char * | argv[], | ||
ActsExamples::IBaseDetector & | detector | ||
) |
The material validation example, it runs a propagation and then writes out the material information.
argc | the number of arguments of the call |
atgv | the argument list |
detector | the detector instance |
Definition at line 133 of file MaterialValidationBase.cpp.
View newest version in sPHENIX GitHub at line 133 of file MaterialValidationBase.cpp
References ActsExamples::Sequencer::addContextDecorator(), ActsExamples::Options::addGeometryOptions(), ActsExamples::Options::addMagneticFieldOptions(), ActsExamples::Options::addMaterialOptions(), ActsExamples::IBaseDetector::addOptions(), ActsExamples::Options::addOutputOptions(), ActsExamples::Options::addPropagationOptions(), ActsExamples::Options::addRandomNumbersOptions(), ActsExamples::Options::addSequencerOptions(), ActsExamples::Sequencer::addWriter(), Acts::IntegrationTest::bField, ActsExamples::Geometry::build(), ActsExamples::RootMaterialTrackWriter::Config::collection, ActsExamples::RootMaterialTrackWriter::Config::filePath, Acts::Test::geometry, ActsExamples::joinPaths(), telescope_simulation::logLevel, ActsExamples::Options::makeDefaultOptions(), outputDir, ActsExamples::Options::parse(), ActsExamples::Options::readLogLevel(), ActsExamples::Options::readMagneticField(), ActsExamples::Options::readRandomNumbersConfig(), ActsExamples::Options::readSequencerConfig(), ActsExamples::Sequencer::run(), ActsExamples::Options::setupMagneticFieldServices(), ActsExamples::RootMaterialTrackWriter::Config::storeSurface, and ActsExamples::RootMaterialTrackWriter::Config::storeVolume.
Referenced by main().