![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Geometry/GeometryContext.hpp"#include "ActsExamples/DD4hepDetector/DD4hepDetector.hpp"#include "ActsExamples/DD4hepDetector/DD4hepGeometryService.hpp"#include "ActsExamples/DDG4/DDG4DetectorConstruction.hpp"#include "ActsExamples/Detector/DD4hepDetectorOptions.hpp"#include "ActsExamples/Framework/Sequencer.hpp"#include "ActsExamples/Geant4HepMC/EventRecording.hpp"#include "ActsExamples/Geometry/CommonGeometry.hpp"#include "ActsExamples/Io/Csv/CsvParticleReader.hpp"#include "ActsExamples/Io/HepMC3/HepMC3Writer.hpp"#include "ActsExamples/Options/CommonOptions.hpp"#include "ActsExamples/Options/CsvOptionsReader.hpp"#include "ActsExamples/Options/Geant4Options.hpp"#include "ActsExamples/Options/HepMC3Options.hpp"#include "ActsExamples/Utilities/Paths.hpp"#include <fstream>#include <string>#include <boost/program_options.hpp>
Include dependency graph for EventRecordingExample.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 30 of file EventRecordingExample.cpp.
View newest version in sPHENIX GitHub at line 30 of file EventRecordingExample.cpp
References ActsExamples::Sequencer::addAlgorithm(), ActsExamples::Options::addDD4hepOptions(), ActsExamples::Options::addGeant4Options(), ActsExamples::Options::addHepMC3WriterOptions(), ActsExamples::Options::addInputOptions(), ActsExamples::Options::addOutputOptions(), ActsExamples::Sequencer::addReader(), ActsExamples::Options::addSequencerOptions(), ActsExamples::Sequencer::addWriter(), ActsExamples::EventRecording::Config::inputParticles, telescope_simulation::logLevel, ActsExamples::Options::makeDefaultOptions(), testing::internal::move(), ActsExamples::Options::parse(), ActsExamples::Options::readCsvParticleReaderConfig(), ActsExamples::Options::readDD4hepConfig(), ActsExamples::Options::readHepMC3WriterOptions(), ActsExamples::Options::readLogLevel(), ActsExamples::Options::readSequencerConfig(), and ActsExamples::Sequencer::run().
Here is the call graph for this function: