19#ifndef BDSTERMINATORUSERLIMITS_H
20#define BDSTERMINATORUSERLIMITS_H
22#include "G4UserLimits.hh"
45 G4double utrakMax = std::numeric_limits<double>::max(),
46 G4double utimeMax = std::numeric_limits<double>::max(),
47 G4double uekinMin = 0.,
48 G4double urangMin = 0.);
51 G4double ustepMax = std::numeric_limits<double>::max(),
52 G4double utrakMax = std::numeric_limits<double>::max(),
53 G4double utimeMax = std::numeric_limits<double>::max(),
54 G4double uekinMin = 0.,
55 G4double urangMin = 0.);
Dynamic user limits for a volume that changed based on the parameter turnstaken in BDSGlobalConstants...
virtual G4double GetUserMinEkine(const G4Track &)
G4double keeprunningEK
Minimum energy particle must have to keep going.
G4double stoprunningEK
Same, so everything < DBL_MAX so everything stopped.