diff --git a/DDCore/include/DD4hep/BitField64.h b/DDCore/include/DD4hep/BitField64.h new file mode 100644 index 0000000000000000000000000000000000000000..dafaa83bf240522533cbabeb545850c1db23ff00 --- /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 */