Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Overview

LCPhys is a Geant4 physics list written by Dennis Wright for simulation of events in ILC detectors.

LCPhys HomepageLCPhys Source Code Documentation (doxygen)

...

No Format

G4HadronElasticProcess* elasticProcess = new G4HadronElasticProcess();
G4LElastic* elasticModel = new G4LElastic();
elasticProcess->RegisterMe(elasticModel);
  • Bertini cascade model for p,n,pi+,pi- between 0 and 9.9 GeV

...

  • Low energy parameterized models between 9.5 and 25 GeV
    • The LEP models are defined for each type of particle. (see below)
  • Quark-Gluon String Model (QGSP) for p,n,pi+,pi-,K+,K-,K0L,K0S between 12 GeV and 100 TeV
    • G4TheoFSGenerator
      • G4GeneratorPrecompoundInterface - transport
        • G4PreCompoundModel - deexcitation
      • G4QGSModel - high energy generator
        • G4ExcitedStringDecay - fragmentation model
          • G4QGSMFragmentation - Quark-Gluon String model fragmentation

...