From 738c2f88939a041fbc8b6b9cfa3c547b86bc6e42 Mon Sep 17 00:00:00 2001 From: shivesh Date: Sat, 25 Aug 2018 17:57:22 +0100 Subject: Add Cerenkov Processes --- include/G4BeamTestEMPhysics.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'include/G4BeamTestEMPhysics.h') diff --git a/include/G4BeamTestEMPhysics.h b/include/G4BeamTestEMPhysics.h index bf20b62..e7a88dd 100644 --- a/include/G4BeamTestEMPhysics.h +++ b/include/G4BeamTestEMPhysics.h @@ -11,6 +11,17 @@ #include #include +#include +#include +#include +#include +#include +#include + +#include +#include + + /** @class G4BeamTestEMPhysics @brief Electromagnetic physics. Used only if Geant4 version is earlier than 4.10. @@ -30,6 +41,7 @@ public: void ConstructParticle(); void ConstructProcess(); + void ConstructOp(); private: // Gamma physics @@ -47,6 +59,9 @@ private: G4eIonisation positronIonisation; G4eBremsstrahlung positronBremsStrahlung; G4eplusAnnihilation annihilation; + + // Cerenkov physics + G4Cerenkov cerenkov; }; #endif // G4TANKRESPONSE_G4BEAMTESTEMPHYSICS_H_INCLUDED -- cgit v1.2.3