Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Computing
cbmroot
Commits
2ff17582
Commit
2ff17582
authored
4 years ago
by
David Emschermann
Committed by
Florian Uhlig
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Simplify overlap checking - only look for vacu20_1 overlapping module_5_0
parent
5f0f89ee
Loading
Loading
1 merge request
!34
Simplify overlap checking - only look for vacu20_1 overlapping module_5_0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/mcbm/mcbm_check_overlaps.C
+4
-25
4 additions, 25 deletions
macro/mcbm/mcbm_check_overlaps.C
with
4 additions
and
25 deletions
macro/mcbm/mcbm_check_overlaps.C
+
4
−
25
View file @
2ff17582
void
mcbm_check_overlaps
(
const
char
*
dataset
=
"test"
)
void
mcbm_check_overlaps
(
const
char
*
dataset
=
"test"
)
{
{
// 2020-07-10 - DE - simplify overlap name checking
// 2019-12-20 - FU - adapt expected overlaps to new targetbox name
// 2019-12-20 - FU - adapt expected overlaps to new targetbox name
// 2019-08-13 - FU - Filter "expected overlaps"
// 2019-08-13 - FU - Filter "expected overlaps"
// 2017-11-06 - DE - adapt to mCBM
// 2017-11-06 - DE - adapt to mCBM
...
@@ -39,31 +40,9 @@ void mcbm_check_overlaps(const char* dataset = "test")
...
@@ -39,31 +40,9 @@ void mcbm_check_overlaps(const char* dataset = "test")
std
::
cout
<<
"Expected Overlap between gas_box/counter_0 and gas_box/counter_1"
<<
endl
;
std
::
cout
<<
"Expected Overlap between gas_box/counter_0 and gas_box/counter_1"
<<
endl
;
std
::
cout
<<
ov
->
GetTitle
()
<<
std
::
endl
<<
std
::
endl
;
std
::
cout
<<
ov
->
GetTitle
()
<<
std
::
endl
<<
std
::
endl
;
}
}
else
if
(
OverlapName
.
Contains
(
"cave/pipe_v19b_0/vacu20_1 overlapping cave/tof_v19a_mcbm_0/tof_v19a_mcbmStand_1/module_5_0"
)
)
{
// overlap of T0 detector with pipe vacuum geometry
std
::
cout
<<
"Expected Overlap between pipevacuum and T0 counter"
<<
endl
;
else
if
(
OverlapName
.
Contains
(
"vacu20_1 overlapping"
)
)
std
::
cout
<<
ov
->
GetTitle
()
<<
std
::
endl
<<
std
::
endl
;
if
(
OverlapName
.
Contains
(
"module_5_0"
)
)
{
}
else
if
(
OverlapName
.
Contains
(
"cave/pipe_v19b_0/vacu20_1 overlapping cave/tof_v19d_mcbm_0/tof_v19d_mcbmStand_1/module_5_0"
)
)
{
std
::
cout
<<
"Expected Overlap between pipevacuum and T0 counter"
<<
endl
;
std
::
cout
<<
ov
->
GetTitle
()
<<
std
::
endl
<<
std
::
endl
;
}
else
if
(
OverlapName
.
Contains
(
"cave/pipe_v19b_0/vacu20_1 overlapping cave/tof_v19e_mcbm_0/tof_v19e_mcbmStand_1/module_5_0"
)
)
{
std
::
cout
<<
"Expected Overlap between pipevacuum and T0 counter"
<<
endl
;
std
::
cout
<<
ov
->
GetTitle
()
<<
std
::
endl
<<
std
::
endl
;
}
else
if
(
OverlapName
.
Contains
(
"cave/pipe_v19b_0/vacu20_1 overlapping cave/tof_v20b_mcbm_0/tof_v20b_mcbmStand_1/module_5_0"
)
)
{
std
::
cout
<<
"Expected Overlap between pipevacuum and T0 counter"
<<
endl
;
std
::
cout
<<
ov
->
GetTitle
()
<<
std
::
endl
<<
std
::
endl
;
}
else
if
(
OverlapName
.
Contains
(
"cave/pipe_v19f_0/vacu20_1 overlapping cave/tof_v20c_mcbm_0/tof_v20c_mcbmStand_1/module_5_0"
)
)
{
std
::
cout
<<
"Expected Overlap between pipevacuum and T0 counter"
<<
endl
;
std
::
cout
<<
ov
->
GetTitle
()
<<
std
::
endl
<<
std
::
endl
;
}
else
if
(
OverlapName
.
Contains
(
"cave/targetbox_v19d_0/vacu20_1 overlapping cave/tof_v19b_mcbm_0/tof_v19b_mcbmStand_1/module_5_0"
)
)
{
std
::
cout
<<
"Expected Overlap between pipevacuum and T0 counter"
<<
endl
;
std
::
cout
<<
ov
->
GetTitle
()
<<
std
::
endl
<<
std
::
endl
;
}
else
if
(
OverlapName
.
Contains
(
"cave/targetbox_v19d_0/vacu20_1 overlapping cave/tof_v19e_mcbm_0/tof_v19e_mcbmStand_1/module_5_0"
)
)
{
std
::
cout
<<
"Expected Overlap between pipevacuum and T0 counter"
<<
endl
;
std
::
cout
<<
"Expected Overlap between pipevacuum and T0 counter"
<<
endl
;
std
::
cout
<<
ov
->
GetTitle
()
<<
std
::
endl
<<
std
::
endl
;
std
::
cout
<<
ov
->
GetTitle
()
<<
std
::
endl
<<
std
::
endl
;
}
}
...
...
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