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
Merge requests
!110
ANN for muon selection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ANN for muon selection
a.senger/cbmroot:dimuon
into
master
Overview
5
Commits
13
Pipelines
8
Changes
1
Merged
Anna Senger
requested to merge
a.senger/cbmroot:dimuon
into
master
4 years ago
Overview
5
Commits
13
Pipelines
8
Changes
1
Expand
0
0
Merge request reports
Viewing commit
24a8b876
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
24a8b876
Add missing much ana parameter in other CMakeList
· 24a8b876
Anna Senger
authored
4 years ago
macro/much/CMakeLists.txt
+
1
−
1
Options
@@ -36,7 +36,7 @@ set_tests_properties(${testname} PROPERTIES FIXTURES_SETUP fixture_much_ana)
# --- Analysis, event-by-event
Set
(
testname much_analysis
)
add_test
(
${
testname
}
${
MACRO_DIR
}
/run_ana.sh
${
NumEvents
}
\"muons\" \"sis100_muon_lmvm\" 1 \"\"
)
add_test
(
${
testname
}
${
MACRO_DIR
}
/run_ana.sh
${
NumEvents
}
\"muons\" \"sis100_muon_lmvm\" 1 \"\"
-1
)
SET_TESTS_PROPERTIES
(
${
testname
}
PROPERTIES TIMEOUT
"1200"
)
SET_TESTS_PROPERTIES
(
${
testname
}
PROPERTIES PASS_REGULAR_EXPRESSION
"TestPassed;All ok"
)
set_tests_properties
(
${
testname
}
PROPERTIES FIXTURES_REQUIRED fixture_much_ana
)
Loading