diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-20 17:26:02 +0000 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-20 17:26:02 +0000 |
| commit | d0533d03d0c85f2f993f1793a6b9ea2af3391207 (patch) | |
| tree | 682c2fefe2d113319f21c07bded00fed5245e19b /include/G4BeamTestEMPhysics.h | |
| parent | 738c2f88939a041fbc8b6b9cfa3c547b86bc6e42 (diff) | |
| download | G4BeamTest-d0533d03d0c85f2f993f1793a6b9ea2af3391207.tar.gz G4BeamTest-d0533d03d0c85f2f993f1793a6b9ea2af3391207.zip | |
Tue 20 Nov 17:26:02 GMT 2018
Diffstat (limited to 'include/G4BeamTestEMPhysics.h')
| -rw-r--r-- | include/G4BeamTestEMPhysics.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/G4BeamTestEMPhysics.h b/include/G4BeamTestEMPhysics.h index e7a88dd..bf20b62 100644 --- a/include/G4BeamTestEMPhysics.h +++ b/include/G4BeamTestEMPhysics.h @@ -11,17 +11,6 @@ #include <G4eBremsstrahlung.hh> #include <G4eplusAnnihilation.hh> -#include <G4Cerenkov.hh> -#include <G4Scintillation.hh> -#include <G4OpAbsorption.hh> -#include <G4OpRayleigh.hh> -#include <G4OpMieHG.hh> -#include <G4OpBoundaryProcess.hh> - -#include <G4LossTableManager.hh> -#include <G4EmSaturation.hh> - - /** @class G4BeamTestEMPhysics @brief Electromagnetic physics. Used only if Geant4 version is earlier than 4.10. @@ -41,7 +30,6 @@ public: void ConstructParticle(); void ConstructProcess(); - void ConstructOp(); private: // Gamma physics @@ -59,9 +47,6 @@ private: G4eIonisation positronIonisation; G4eBremsstrahlung positronBremsStrahlung; G4eplusAnnihilation annihilation; - - // Cerenkov physics - G4Cerenkov cerenkov; }; #endif // G4TANKRESPONSE_G4BEAMTESTEMPHYSICS_H_INCLUDED |
