Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/doc/usermanuals/DDG4/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002         SET(LATEX_OUTPUT_PATH ${CMAKE_BINARY_DIR}/DDG4Manual)
0003         ADD_LATEX_DOCUMENT(
0004                 DDG4Manual.tex
0005                 IMAGE_DIRS
0006                 figs
0007                 setup
0008 
0009                 INPUTS
0010                 Bibliography.tex
0011                 sections/Components.tex
0012                 sections/HighLevel.tex
0013                 sections/Implementation.tex
0014                 sections/Introduction.tex
0015                 sections/MT.tex
0016                 sections/Setup.tex
0017                 setup/AIDA2020-setup.tex
0018                 setup/DD4hep-setup.tex
0019 
0020                 html/dd4hep.cfg
0021                 html/tools.sty
0022                 html/js/fw.js
0023                 html/js/sidebar.js
0024                 html/css/custom.css
0025 
0026                 EXCLUDE_FROM_ALL)