Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
detector_benchmarks
Merge requests
!93
CI job to automatically generate ACTS material scans
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
CI job to automatically generate ACTS material scans
acts-material-maps
into
master
Overview
0
Commits
13
Pipelines
0
Changes
1
Merged
CI job to automatically generate ACTS material scans
Wouter Deconinck
requested to merge
acts-material-maps
into
master
Sep 29, 2021
Overview
0
Commits
13
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
version 13
38bac42d
Oct 17, 2021
version 12
803815b2
Oct 17, 2021
version 11
83c530b3
Oct 16, 2021
version 10
bc8fb048
Oct 16, 2021
version 9
99f944e2
Oct 6, 2021
version 8
51c294d9
Sep 30, 2021
version 7
2ca3ba06
Sep 30, 2021
version 6
0bd82322
Sep 30, 2021
version 5
f984c47a
Sep 30, 2021
version 4
3c43b8ee
Sep 30, 2021
version 3
4f3efa06
Sep 30, 2021
version 2
8f346aea
Sep 29, 2021
version 1
d746743c
Sep 29, 2021
master (base)
and
version 1
latest version
43fef8ef
13 commits,
Oct 17, 2021
version 13
38bac42d
12 commits,
Oct 17, 2021
version 12
803815b2
11 commits,
Oct 17, 2021
version 11
83c530b3
10 commits,
Oct 16, 2021
version 10
bc8fb048
9 commits,
Oct 16, 2021
version 9
99f944e2
8 commits,
Oct 6, 2021
version 8
51c294d9
8 commits,
Sep 30, 2021
version 7
2ca3ba06
7 commits,
Sep 30, 2021
version 6
0bd82322
6 commits,
Sep 30, 2021
version 5
f984c47a
5 commits,
Sep 30, 2021
version 4
3c43b8ee
4 commits,
Sep 30, 2021
version 3
4f3efa06
3 commits,
Sep 30, 2021
version 2
8f346aea
2 commits,
Sep 29, 2021
version 1
d746743c
1 commit,
Sep 29, 2021
1 file
+
31
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
benchmarks/material_maps/config.yml
0 → 100644
+
31
−
0
View file @ d746743c
Edit in single-file editor
Open in Web IDE
material_maps:geometry_map
:
extends
:
.det_benchmark
stage
:
benchmarks
script
:
-
ActsExampleGeometryDD4hep -j 1 -n 1 \
--dd4hep-input ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml \
--output-json --mat-output-file geometry-map \
--mat-output-allmaterial
true
--mat-output-sensitives
false
-
cp geometry-map.json results/material_maps
material_maps:geantino_scan
:
extends
:
.det_benchmark
stage
:
benchmarks
script
:
-
ActsExampleMaterialRecordingDD4hep -j 1 -n 100 \
--dd4hep-input ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml \
--output-root
-
cp geant4_material_tracks.root results/material_maps/
material_maps:material_map
:
extends
:
.det_benchmark
stage
:
benchmarks
needs
:
-
[
"
material_maps:geantino_scan"
]
script
:
-
ActsExampleMaterialMappingDD4hep -j 1 \
--dd4hep-input ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml \
--input-root
true
--input-files geant4_material_tracks.root \
--mat-input-type file --mat-input-file geometry-map.json \
--output-root --output-json --output-cbor --mat-output-file material-maps \
--mat-mapping-surfaces
true
--mat-mapping-volumes
true
--mat-mapping-volume-stepsize
1
Loading