Releases: rest-for-physics/geant4lib
v1.2
-
Added
ionStep
process. Now we can include a step limit for specific ions using the parameterTRestGeant4Physics::fIonLimitStepList
, where we define the ions using themaxStepSize
at the activeVolume, for example including:<parameter name="ionLimitStepList" value="F20,Ne20" />
. See also example restG4/examples/06.IonRecoils. -
Changes at this repository will trigger the pipeline at LFNA/restG4 repository.
-
Starting to add support at
TRestGeant4Metadata
for GDML assemblies. -
energyDist
andangularDist
statements at<generator>
definition willSearchFile
at default REST paths. This way we just need to writefile="Muons.root"
and not the full path to the installation directory.
v1.1
-
Added new
TRestGeant4NeutronAnalysisProcess
. -
Re-added
restGeant4_ViewEvent
andrestGeant4_ViewGeometry
to launch event and geometry visualization macros. -
TRestGeant4::GetHits()
,TRestGeant4Event::GetNumberOfHits()
andTRestGeant4Track::GetNumberOfHits
now allows to define the volume id as argument to select the hits at the specific geometry volume we want to be returned. If not specified, a pointer to all hits will be returned. -
Added
G4EmStandardPhysics_option4
physics list. -
TRestGeant4Metadata
was updated to allow the definition ofmaxStepSize
parameter at eachactiveVolume
. The<storage
parameter allows also the definition parameter, so that if it is not defined in the volume it will be used as default. If no step limiter is defined, then no limit will be applied (Geant4 default will be used).