Skip to content
Snippets Groups Projects
Commit 37afe84b authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Add wrapper to DDSegmentation/BitField64.h.

parent b434e4d1
No related branches found
No related tags found
No related merge requests found
//==========================================================================
// 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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment