![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Propagator/MaterialInteractor.hpp"#include "Acts/Utilities/Definitions.hpp"#include "Acts/Utilities/Logger.hpp"#include "ActsExamples/Framework/BareAlgorithm.hpp"#include "ActsExamples/Framework/ProcessCode.hpp"#include "ActsExamples/Geant4/PrimaryGeneratorAction.hpp"#include <memory>#include <mutex>#include <string>#include "G4VUserDetectorConstruction.hh"
Include dependency graph for GeantinoRecording.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| exception | ActsExamples::GeantinoRecording |
| struct | ActsExamples::GeantinoRecording::Config |
Namespaces | |
| namespace | ActsExamples |
Typedefs | |
| using | ActsExamples::RecordedMaterial = Acts::MaterialInteractor::result_type |
| Using some short hands for Recorded Material. | |
| using | ActsExamples::RecordedMaterialTrack = std::pair< std::pair< Acts::Vector3D, Acts::Vector3D >, RecordedMaterial > |
| A material track with start position and momentum and recorded material. | |