This package contains the algorithms for Glast digitization:
package GlastDigi
version v1r1
branches src mgr doc
use GlastSvc
use GaudiSvc
apply_pattern packageShr
#=============================================================
private
apply_pattern package_headers
macro_append GlastDigi_headers "" WIN32 " Acd/*.h Tkr/*.h"
library GlastDigi Acd/*.cpp \
Tkr/*.cpp \
Dll/*.cpp \
${GlastDigi_headers}
apply_pattern package_Cshlibflags
# WinIncludes is to allow header files to be added to the
# VC++ workspace, without causing build problems on unix
macro WinInclude1 "" WIN32 "test/ReadDigi.h"
macro WinInclude2 "" WIN32 "test/jobOptions.txt"
# build this for non-shareable testing
application test test/*.cpp \
$(WinInclude1) $(WinInclude2)
The GlastDigi package depends on the following packages
package GlastDigi
version v1r1
branches src mgr doc
use GlastSvc
use GaudiSvc
apply_pattern packageShr
#=============================================================
private
apply_pattern package_headers
macro_append GlastDigi_headers "" WIN32 " Acd/*.h Tkr/*.h"
library GlastDigi Acd/*.cpp \
Tkr/*.cpp \
Dll/*.cpp \
${GlastDigi_headers}
apply_pattern package_Cshlibflags
# WinIncludes is to allow header files to be added to the
# VC++ workspace, without causing build problems on unix
macro WinInclude1 "" WIN32 "test/ReadDigi.h"
macro WinInclude2 "" WIN32 "test/jobOptions.txt"
# build this for non-shareable testing
application test test/*.cpp \
$(WinInclude1) $(WinInclude2)
1.2.3 written by Dimitri van Heesch,
© 1997-2000