ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <Acts/Geometry/GeometryContext.hpp>
#include <Acts/Geometry/TrackingGeometry.hpp>
#include <boost/program_options.hpp>
#include "ACTFW/DD4hepDetector/DD4hepDetectorOptions.hpp"
#include "ACTFW/DD4hepDetector/DD4hepGeometryService.hpp"
#include "ACTFW/Framework/RandomNumbers.hpp"
#include "ACTFW/Framework/Sequencer.hpp"
#include "ACTFW/Io/Root/RootMaterialTrackWriter.hpp"
#include "ACTFW/Io/Root/RootSimHitWriter.hpp"
#include "ACTFW/MaterialMapping/GeantinoRecording.hpp"
#include "ACTFW/Options/CommonOptions.hpp"
#include "ACTFW/Plugins/DD4hepG4/DD4hepToG4Svc.hpp"
#include "ACTFW/Utilities/Paths.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Definition at line 26 of file GeantinoRecordingExample.cpp.
View newest version in sPHENIX GitHub at line 26 of file GeantinoRecordingExample.cpp
References FW::Sequencer::addAlgorithm(), FW::Options::addDD4hepOptions(), FW::Options::addOutputOptions(), FW::Options::addSequencerOptions(), FW::Sequencer::addWriter(), FW::RootMaterialTrackWriter::Config::collection, FW::DD4hepG4::DD4hepToG4Svc::Config::dd4hepService, incremental_prev_tag::desc, FW::RootMaterialTrackWriter::Config::filePath, FW::GeantinoRecording::Config::geant4Service, Acts::Test::geoContext, Acts::Logging::INFO, FW::joinPaths(), FW::Options::makeDefaultOptions(), FW::Options::parse(), FW::RootMaterialTrackWriter::Config::prePostStep, FW::Options::readSequencerConfig(), FW::RootMaterialTrackWriter::Config::recalculateTotals, FW::Sequencer::run(), and Acts::Test::tGeometry.