![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "ActsExamples/Detector/IBaseDetector.hpp"#include "ActsExamples/Framework/AlgorithmContext.hpp"#include "ActsExamples/Framework/IContextDecorator.hpp"#include "ActsExamples/Framework/WhiteBoard.hpp"#include "ActsExamples/Geometry/CommonGeometry.hpp"#include "ActsExamples/Io/Csv/CsvOptionsWriter.hpp"#include "ActsExamples/Io/Csv/CsvTrackingGeometryWriter.hpp"#include "ActsExamples/Io/Root/RootMaterialWriter.hpp"#include "ActsExamples/Options/CommonOptions.hpp"#include "ActsExamples/Plugins/Json/JsonMaterialWriter.hpp"#include "ActsExamples/Plugins/Obj/ObjTrackingGeometryWriter.hpp"#include "ActsExamples/Plugins/Obj/ObjWriterOptions.hpp"#include "ActsExamples/Utilities/Options.hpp"#include "ActsExamples/Utilities/Paths.hpp"#include <Acts/Geometry/GeometryContext.hpp>#include <Acts/Geometry/TrackingGeometry.hpp>#include <memory>#include <string>#include <vector>
Include dependency graph for GeometryExampleBase.cpp:Go to the source code of this file.
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().
Here is the call graph for this function:
Here is the caller graph for this function: