Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
4adfeab3
Commit
4adfeab3
authored
5 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
InitAClick: fix of separation and -I for include dirs
parent
4bb51bc4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DDG4/examples/initAClick.C
+1
-1
1 addition, 1 deletion
DDG4/examples/initAClick.C
examples/LHeD/scripts/initAClick.C
+7
-1
7 additions, 1 deletion
examples/LHeD/scripts/initAClick.C
with
8 additions
and
2 deletions
DDG4/examples/initAClick.C
+
1
−
1
View file @
4adfeab3
...
...
@@ -62,7 +62,7 @@ int initAClick(const char* command=0) {
std
::
string
clhep
=
make_str
(
gSystem
->
Getenv
(
"CLHEP_ROOT_DIR"
));
std
::
string
defs
=
""
;
std
::
string
libs
=
" -L"
+
rootsys
+
"/lib"
;
std
::
string
inc
=
" -I"
+
dd4hep
+
"/examples/DDG4/examples -I"
+
dd4hep
+
" -I"
+
dd4hep
+
"/include"
;
std
::
string
inc
=
" -I"
+
dd4hep
+
"/examples/DDG4/examples -I"
+
dd4hep
+
" -I"
+
dd4hep
+
"/include
"
;
std
::
string
ext
=
"so"
;
if
(
!
geant4
.
empty
()
)
{
inc
+=
" -I"
+
geant4
+
"/include/Geant4"
;
...
...
This diff is collapsed.
Click to expand it.
examples/LHeD/scripts/initAClick.C
+
7
−
1
View file @
4adfeab3
...
...
@@ -62,7 +62,13 @@ int initAClick(const char* command=0) {
std
::
string
clhep
=
make_str
(
gSystem
->
Getenv
(
"CLHEP_ROOT_DIR"
));
std
::
string
defs
=
""
;
std
::
string
libs
=
" -L"
+
rootsys
+
"/lib"
;
std
::
string
inc
=
" -I"
+
dd4hep
+
"/examples/LHeD/scripts -I"
+
dd4hep
+
" -I"
+
dd4hep
+
"/include"
+
clhep
+
"/include -I"
+
geant4
+
"/include"
;
std
::
string
inc
=
""
;
inc
+=
" -I"
+
dd4hep
+
"/examples/LHeD/scripts "
;
inc
+=
" -I"
+
dd4hep
;
inc
+=
" -I"
+
dd4hep
+
"/include "
;
inc
+=
" -I"
+
clhep
+
"/include "
;
inc
+=
" -I"
+
geant4
+
"/include "
;
std
::
string
ext
=
"so"
;
if
(
!
geant4
.
empty
()
)
{
inc
+=
" -I"
+
geant4
+
"/include/Geant4"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment