Newer
Older
Markus Frank
committed
#==========================================================================
# AIDA Detector description implementation for LCD
#--------------------------------------------------------------------------
# Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
Markus Frank
committed
# All rights reserved.
#
# For the licensing terms see $DD4hepINSTALL/LICENSE.
# For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
#
#==========================================================================
dd4hep_package(UtilityApps
USES DDSegmentation DDCore
[ROOT REQUIRED COMPONENTS Geom]
)
#-----------------------------------------------------------------------------------
dd4hep_add_executable( geoDisplay src/display.cpp )
#-----------------------------------------------------------------------------------
dd4hep_add_executable( geoConverter src/converter.cpp )
#-----------------------------------------------------------------------------------
dd4hep_add_executable( geoPluginRun src/plugin_runner.cpp )
#-----------------------------------------------------------------------------------
dd4hep_add_executable( print_materials src/print_materials.cpp USES DDRec )
#-----------------------------------------------------------------------------------
dd4hep_add_executable( materialScan src/materialScan.cpp USES DDRec )
#-----------------------------------------------------------------------------------
#dd4hep_add_executable( pydd4hep
# USES [ROOT REQUIRED COMPONENTS PyROOT]
# OPTIONAL [PYTHON REQUIRED SOURCES src/dd4hep_python.cpp])
#-----------------------------------------------------------------------------------
dd4hep_add_executable( dumpdetector
USES DDRec
OPTIONAL [GEANT4 REQUIRED SOURCES src/dumpdetector.cpp])
#-----------------------------------------------------------------------------------
dd4hep_add_executable(test_surfaces
OPTIONAL [LCIO REQUIRED SOURCES src/test_surfaces.cpp])
#-----------------------------------------------------------------------------------
Marko Petric
committed
dd4hep_add_dictionary( G__eve
LINKDEF src/LinkDef.h )
#-----------------------------------------------------------------------------------
if ( ${DD4HEP_USE_LCIO} )
Marko Petric
committed
dd4hep_add_dictionary( G__eve1
SOURCES src/EvNavHandler.h
LINKDEF src/LinkDef.h )
USES [ROOT REQUIRED COMPONENTS Eve Gui Graf3d Rgl]
Marko Petric
committed
GENERATED G__eve1.cxx
#-----------------------------------------------------------------------------------
Marko Petric
committed
dd4hep_add_executable( teveDisplay
USES [ROOT REQUIRED COMPONENTS Eve Gui Graf3d Rgl] DDRec
Marko Petric
committed
GENERATED G__eve.cxx
SOURCES src/teve_display.cpp src/next_event_dummy.cpp