Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 992 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 992 Bytes

Validation suite for physics at JLab's regime

The idea is to collect target / beam conditions of our experiments and check particle rates / cross sections of what comes out.

The various setups are meant to be Geant4 standalone tests, to be added later in geant4-validation

Common sources for the geant4 extensible physics list

The template use the common sources for the geant4 extensible physics list. The default is FTFP_BERT. The option -p physList can be used to select alternative physics modules and constructors.

For example:

-p FTFP_BERT_EMX would replace the standard e.m. physics with G4EmStandardPhysics_option3

-p QGSP_BERT+G4OpticalPhysics would use QGSP_BERT and G4OpticalPhysics

-p QGSP_FTFP_BERT+G4RadioactiveDecayPhysics+G4OpticalPhysics would use QGSP_FTFP_BERT, G4RadioactiveDecayPhysics and G4OpticalPhysics

To print all geant4 available physics modules and constructors use the -pap option

Sources:

  • include/extPhysics.hh
  • src/extPhysics.cc