Tsld004

  • In Geant4 each particle type has only one cut value in terms of range

    • (In Geant3 cut value is defined in kinetic energy)
  • Kinetic energy corresponding to the range cut is calculated for each material

  • These functions are implemented in G4ParticleWithCuts class

    • void SetCuts(G4double) set the cut value in range
    • G4double GetLengthCuts() get the cut value in range
    • G4double* GetEnergyCuts() get a array of energy cut values

Previous slide Next slide Back to first slide View graphic version