Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fernando Torales Acosta
athena
Commits
d4084b10
Commit
d4084b10
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Removed template stuff from CMake
modified: CMakeLists.txt modified: bin/make_dawn_views
parent
9eb4f637
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+0
-6
0 additions, 6 deletions
CMakeLists.txt
bin/make_dawn_views
+1
-1
1 addition, 1 deletion
bin/make_dawn_views
with
1 addition
and
7 deletions
CMakeLists.txt
+
0
−
6
View file @
d4084b10
...
@@ -13,12 +13,6 @@ find_package( DD4hep REQUIRED COMPONENTS DDCore DDG4 )
...
@@ -13,12 +13,6 @@ find_package( DD4hep REQUIRED COMPONENTS DDCore DDG4 )
#-----------------------------------------------------------------------------------
#-----------------------------------------------------------------------------------
set
(
a_lib_name reference_detector
)
set
(
a_lib_name reference_detector
)
if
(
"
${
PROJECT_NAME
}
"
STREQUAL
"reference_detector"
)
message
(
WARNING
"
Current project and library is named reference_detector!
Please rename library to match corresponding detector implmentation."
)
endif
()
dd4hep_configure_output
()
dd4hep_configure_output
()
dd4hep_add_plugin
(
${
a_lib_name
}
SOURCES src/*.cpp
dd4hep_add_plugin
(
${
a_lib_name
}
SOURCES src/*.cpp
...
...
This diff is collapsed.
Click to expand it.
bin/make_dawn_views
+
1
−
1
View file @
d4084b10
...
@@ -35,7 +35,7 @@ SKIP_EVENTS=0
...
@@ -35,7 +35,7 @@ SKIP_EVENTS=0
DETECTOR_ONLY
=
0
DETECTOR_ONLY
=
0
FILE_TAG
=
"view"
FILE_TAG
=
"view"
DAWN_RUN_DIR
=
"scripts/view1"
DAWN_RUN_DIR
=
"scripts/view1"
DETECTOR_FILE
=
"
detector_template
.xml"
DETECTOR_FILE
=
"
reference_detector
.xml"
POSITIONAL
=()
POSITIONAL
=()
while
[[
$#
-gt
0
]]
while
[[
$#
-gt
0
]]
...
...
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