diff --git a/DDG4/include/DDG4/Geant4Primitives.h b/DDG4/include/DDG4/Geant4Primitives.h new file mode 100644 index 0000000000000000000000000000000000000000..ae8199cbfda4f53af6b9c95db5d01440e2e5c68a --- /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