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

Namespace re-organisation

parent 62469e55
Branches
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ option(DD4HEP_USE_GEANT4 "Enable the simulation part based on Geant4" OFF)
option(DD4HEP_USE_GEAR "Build gear wrapper for backward compatibility" OFF)
option(DD4HEP_USE_LCIO "Build lcio extensions" OFF)
option(BUILD_TESTING "Enable and build tests" ON)
option(DD4HEP_USE_CXX14 "Build dd4hep using c++14" OFF)
option(DD4HEP_USE_CXX14 "Build DD4hep using c++14" OFF)
option(CMAKE_MACOSX_RPATH "Build with rpath on macos" ON)
#
#-----------------------------------------------------------------------------------------------------
......@@ -59,7 +59,7 @@ message ( STATUS "ROOT_VERSION: ${ROOT_VERSION}" )
dd4hep_set_compiler_flags()
add_subdirectory ( GaudiPluginService)
#---dd4hep functions and macros -------------------------------------------------------
#---DD4hep functions and macros -------------------------------------------------------
include(DD4hep)
include(DD4hepMacros)
......@@ -138,7 +138,7 @@ OPTION( INSTALL_DOC "Set to OFF to skip build/install Documentation" OFF )
IF( INSTALL_DOC )
INSTALL( CODE "EXECUTE_PROCESS( COMMAND ${CMAKE_BUILD_TOOL} doc)" )
include ( GlobalSVNRevision )
include ( dd4hepDoxygen )
include ( DD4hepDoxygen )
ENDIF()
#---Configuration-------------------------------------------------------------------
......
......@@ -4,10 +4,10 @@
## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING()
## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "dd4hep")
set(CTEST_PROJECT_NAME "DD4hep")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "aidasoft.desy.de")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=dd4hep")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=DD4hep")
set(CTEST_DROP_SITE_CDASH TRUE)
......@@ -10,8 +10,8 @@
// Author : M.Frank
//
//==========================================================================
#ifndef dd4hep_DETECTOR_DETFACTORYHELPER_H
#define dd4hep_DETECTOR_DETFACTORYHELPER_H
#ifndef DD4HEP_DETECTOR_DETFACTORYHELPER_H
#define DD4HEP_DETECTOR_DETFACTORYHELPER_H
/** Obsolete header. Better use XML/Helper.h instead ! */
......
......@@ -10,8 +10,8 @@
// Author : M.Frank
//
//==========================================================================
#ifndef dd4hep_GEOMETRY_READOUT_H
#define dd4hep_GEOMETRY_READOUT_H
#ifndef DD4HEP_GEOMETRY_READOUT_H
#define DD4HEP_GEOMETRY_READOUT_H
// Framework include files
#include "DD4hep/Handle.h"
......
......@@ -11,8 +11,8 @@
//
//==========================================================================
#ifndef dd4hep_GEOMETRY_VOLUMEMANAGER_H
#define dd4hep_GEOMETRY_VOLUMEMANAGER_H
#ifndef DD4HEP_GEOMETRY_VOLUMEMANAGER_H
#define DD4HEP_GEOMETRY_VOLUMEMANAGER_H
// Framework include files
#include "DD4hep/Volumes.h"
......
......@@ -11,8 +11,8 @@
//
//==========================================================================
#ifndef dd4hep_XML_XMLUTILITIES_H
#define dd4hep_XML_XMLUTILITIES_H
#ifndef DD4HEP_XML_XMLUTILITIES_H
#define DD4HEP_XML_XMLUTILITIES_H
// Framework include files
#include "XML/Conversions.h"
......
......@@ -11,8 +11,8 @@
//
//==========================================================================
#ifndef dd4hep_DetectorGEOIMP_H
#define dd4hep_DetectorGEOIMP_H
#ifndef DD4HEP_DetectorGEOIMP_H
#define DD4HEP_DetectorGEOIMP_H
// Framework include files
#include "DD4hep/DetectorData.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment