From 8e9c1bfca6bb5c95025653469c3c4bab1f97fb64 Mon Sep 17 00:00:00 2001
From: Markus Frank <markus.frank@cern.ch>
Date: Thu, 8 Aug 2013 16:19:02 +0000
Subject: [PATCH] Add Geant4VolumeManager to resolve volume ids of sensitive
 volumes.

---
 DDG4/include/DDG4/Geant4Primitives.h | 29 ++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 DDG4/include/DDG4/Geant4Primitives.h

diff --git a/DDG4/include/DDG4/Geant4Primitives.h b/DDG4/include/DDG4/Geant4Primitives.h
new file mode 100644
index 000000000..ae8199cbf
--- /dev/null
+++ b/DDG4/include/DDG4/Geant4Primitives.h
@@ -0,0 +1,29 @@
+// $Id: Geant4Primitives.h 603 2013-06-13 21:15:14Z markus.frank $
+//====================================================================
+//  AIDA Detector description implementation
+//--------------------------------------------------------------------
+//
+//  Author     : M.Frank
+//
+//====================================================================
+#ifndef DD4HEP_DDG4_GEANT4PRIMITIVES_H
+#define DD4HEP_DDG4_GEANT4PRIMITIVES_H
+
+// Framework include files
+#include "DD4hep/Primitives.h"
+
+/// Geant 4 forward declarations
+
+/*
+ *   DD4hep namespace declaration
+ */
+namespace DD4hep {
+
+  /*
+   *   Simulation namespace declaration
+   */
+  namespace Simulation {
+
+  }    // End namespace Simulation
+}      // End namespace DD4hep
+#endif // DD4HEP_DDG4_GEANT4PRIMITIVES_H
-- 
GitLab