Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
detectors
athena
Commits
a6657833
Commit
a6657833
authored
3 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
Disable BECAL fibers for fast overlap check
(cherry picked from commit
ddceae92
)
parent
a29e5ae9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!215
Disable BECAL fibers for fast overlap check
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+5
-1
5 additions, 1 deletion
.gitlab-ci.yml
compact/display.xml
+1
-1
1 addition, 1 deletion
compact/display.xml
with
6 additions
and
2 deletions
.gitlab-ci.yml
+
5
−
1
View file @
a6657833
...
...
@@ -185,15 +185,19 @@ overlap_check_tgeo:
-
echo "$(cat doc/overlap_check_tgeo.out | grep ovlp | wc -l) overlaps..."
-
if [[ "$(cat doc/overlap_check_tgeo.out | grep ovlp | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" &&
false
; fi
overlap_check_geant4:full
:
overlap_check_geant4:full
_fast
:
stage
:
test
needs
:
-
[
"
common:detector"
]
script
:
## disable fibers in ECAL for normal overlap check
-
sed -i '/<fiber/,+6d' ${DETECTOR_PATH}/compact/ecal_barrel_interlayers.xml
-
python scripts/checkOverlaps.py -c ${DETECTOR_PATH}/athena.xml | tee doc/overlap_check_geant4.out
-
echo "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l) overlaps..."
-
if [[ "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" &&
false
; fi
## TODO: add real full overlap check as child pipeline to run on branches only
overlap_check_geant4:inner_detector
:
stage
:
test
needs
:
...
...
This diff is collapsed.
Click to expand it.
compact/display.xml
+
1
−
1
View file @
a6657833
...
...
@@ -66,7 +66,7 @@
<vis
name=
"DIRCVis"
ref=
"AnlTeal"
showDaughters=
"true"
visible=
"false"
/>
<vis
name=
"DIRCLayerVis"
ref=
"AnlTeal"
showDaughters=
"true"
visible=
"false"
/>
<vis
name=
"DIRCModuleVis"
ref=
"AnlTeal"
showDaughters=
"true"
visible=
"false"
/>
<vis
name=
"DIRCSupportVis"
ref=
"Anl
Gray
"
showDaughters=
"true"
visible=
"true"
/>
<vis
name=
"DIRCSupportVis"
ref=
"Anl
Teal
"
showDaughters=
"true"
visible=
"true"
/>
<vis
name=
"DIRCFrameVis"
ref=
"AnlOrange"
showDaughters=
"true"
visible=
"true"
/>
<vis
name=
"DIRCBarVis"
ref=
"AnlTeal"
showDaughters=
"true"
visible=
"true"
/>
...
...
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