EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
Functions | |
int | processGeometry (int argc, char *argv[], ActsExamples::IBaseDetector &detector) |
method to process a geometry | |
int processGeometry | ( | int | argc, |
char * | argv[], | ||
ActsExamples::IBaseDetector & | detector | ||
) |
method to process a geometry
detector | The detector descriptor instance |
Decorate the context
The name of the output file
Definition at line 30 of file GeometryExampleBase.cpp.
View newest version in sPHENIX GitHub at line 30 of file GeometryExampleBase.cpp
References ActsExamples::Options::addCsvWriterOptions(), ActsExamples::Options::addGeometryOptions(), ActsExamples::Options::addMaterialOptions(), ActsExamples::Options::addObjWriterOptions(), ActsExamples::IBaseDetector::addOptions(), ActsExamples::Options::addOutputOptions(), ActsExamples::Options::addSequencerOptions(), ActsExamples::Geometry::build(), ActsExamples::Sequencer::Config::events, ActsExamples::RootMaterialWriter::Config::fileName, Acts::getDefaultLogger(), Acts::Logging::INFO, ActsExamples::Options::makeDefaultOptions(), nEvents, ActsExamples::CsvTrackingGeometryWriter::Config::outputDir, ActsExamples::Options::parse(), ActsExamples::Options::readLogLevel(), ActsExamples::Options::readObjTrackingGeometryWriterConfig(), ActsExamples::Options::readSequencerConfig(), SUCCESS, Acts::Test::tGeometry, nlohmann::to_string(), ActsExamples::CsvTrackingGeometryWriter::Config::trackingGeometry, ActsExamples::RootMaterialWriter::write(), and ActsExamples::CsvTrackingGeometryWriter::Config::writePerEvent.
Referenced by main().