G4CaloTransportTool class
#include <G4CaloTransportTool.h>
A tool which transports particles through the Geant4 geometry.
Contents
Constructors, destructors, conversion operators
Public functions
- void initializePropagator()
- auto transport(const G4Track& G4InputTrack) -> std::vector< G4FieldTrack >
- void setUseSimplifiedGeo(bool useSimplifiedGeo)
- Turn on/off the use of simplified geometry.
- void setSimplifiedWorldLogName(const std::string& simplifiedWorldLogName)
- Set the name of the logical volume for the simplified world.
- void setTransportLimitVolume(const std::string& transportLimitVolume)
- Set the name of the volume until which to transport the particle.
- void setMaxSteps(unsigned int maxSteps)
- Set the maximum number of steps allowed in particle transport.