From 37afe84bab665845eb0bf2c532f82a63ff8d3064 Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Thu, 20 Oct 2016 13:20:06 +0200
Subject: [PATCH] Add wrapper to DDSegmentation/BitField64.h.

---
 DDCore/include/DD4hep/BitField64.h | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 DDCore/include/DD4hep/BitField64.h

diff --git a/DDCore/include/DD4hep/BitField64.h b/DDCore/include/DD4hep/BitField64.h
new file mode 100644
index 000000000..dafaa83bf
--- /dev/null
+++ b/DDCore/include/DD4hep/BitField64.h
@@ -0,0 +1,30 @@
+//==========================================================================
+//  AIDA Detector description implementation for LCD
+//--------------------------------------------------------------------------
+// Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
+// All rights reserved.
+//
+// For the licensing terms see $DD4hepINSTALL/LICENSE.
+// For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
+//
+// Author     : M.Frank
+//
+//==========================================================================
+#ifndef DD4HEP_GEOMETRY_BITFIELD64_H
+#define DD4HEP_GEOMETRY_BITFIELD64_H
+
+// Framework include files
+#include "DDSegmentation/BitField64.h"
+
+/// Namespace for the AIDA detector description toolkit
+namespace DD4hep {
+
+  /// Namespace for the geometry part of the AIDA detector description toolkit
+  namespace Geometry {
+
+    using DDSegmentation::BitField64;
+    using DDSegmentation::BitFieldValue;
+
+  }       /* End namespace Geometry           */
+}         /* End namespace DD4hep             */
+#endif    /* DD4HEP_GEOMETRY_BITFIELD64_H     */
-- 
GitLab