From ad0c307a98a890c034c0f595bb73471283985226 Mon Sep 17 00:00:00 2001
From: Yessica Dominguez <yessicadomin@gmail.com>
Date: Tue, 6 Jun 2023 20:55:18 +0000
Subject: [PATCH] Upload New File

---
 CODE/physics.hh | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 CODE/physics.hh

diff --git a/CODE/physics.hh b/CODE/physics.hh
new file mode 100644
index 0000000..d721c06
--- /dev/null
+++ b/CODE/physics.hh
@@ -0,0 +1,18 @@
+#ifndef PHYSICS_HH
+#define PHYSICS_HH
+
+#include "G4VModularPhysicsList.hh"
+#include "G4EmStandardPhysics.hh"
+#include "G4OpticalPhysics.hh"
+#include "G4RadioactiveDecayPhysics.hh"
+#include "G4DecayPhysics.hh"
+
+class MyPhysicsList : public G4VModularPhysicsList
+{
+public:
+    MyPhysicsList();
+    ~MyPhysicsList();
+};
+
+#endif
+
-- 
GitLab