EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/program_options.hpp>
#include "ActsExamples/Framework/RandomNumbers.hpp"
#include "ActsExamples/Framework/Sequencer.hpp"
#include "ActsExamples/Geant4/Geant4Options.hpp"
#include "ActsExamples/Geant4/GeantinoRecording.hpp"
#include "ActsExamples/Io/Root/RootMaterialTrackWriter.hpp"
#include "ActsExamples/Io/Root/RootSimHitWriter.hpp"
#include "ActsExamples/Options/CommonOptions.hpp"
#include "ActsExamples/Utilities/Paths.hpp"
#include "G4VUserDetectorConstruction.hh"
Go to the source code of this file.
Functions | |
int | runGeantinoRecording (const boost::program_options::variables_map &vm, std::unique_ptr< G4VUserDetectorConstruction > g4detector) |
method to process a geometry | |
|
inline |
method to process a geometry
detector | The detector descriptor instance |
Definition at line 27 of file GeantinoRecordingBase.hpp.
View newest version in sPHENIX GitHub at line 27 of file GeantinoRecordingBase.hpp
References ActsExamples::Sequencer::addAlgorithm(), ActsExamples::Sequencer::addWriter(), ActsExamples::RootMaterialTrackWriter::Config::collection, ActsExamples::ensureWritableDirectory(), ActsExamples::RootMaterialTrackWriter::Config::filePath, ActsExamples::joinPaths(), ActsExamples::RootMaterialTrackWriter::Config::prePostStep, ActsExamples::Options::readGeantinoRecordingConfig(), ActsExamples::Options::readLogLevel(), ActsExamples::Options::readSequencerConfig(), ActsExamples::RootMaterialTrackWriter::Config::recalculateTotals, and ActsExamples::Sequencer::run().
Referenced by main().