Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
topside
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
EIC
detectors
topside
Merge requests
!108
Resolve "Stick to local prefix for all in-pipeline install."
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Stick to local prefix for all in-pipeline install."
21-stick-to-local-prefix-for-all-in-pipeline-install
into
master
Overview
0
Commits
14
Pipelines
18
Changes
8
Merged
Whitney Armstrong
requested to merge
21-stick-to-local-prefix-for-all-in-pipeline-install
into
master
4 years ago
Overview
0
Commits
14
Pipelines
18
Changes
8
Expand
Closes
#21 (closed)
Edited
4 years ago
by
Whitney Armstrong
0
0
Merge request reports
Compare
master
version 13
ead5f207
4 years ago
version 12
93ad7be6
4 years ago
version 11
c07afa4d
4 years ago
version 10
789dc172
4 years ago
version 9
87f7c539
4 years ago
version 8
be76ad66
4 years ago
version 7
34de76d0
4 years ago
version 6
18ae19d1
4 years ago
version 5
15ebf7dc
4 years ago
version 4
58af5ff0
4 years ago
version 3
181f33d3
4 years ago
version 2
527f6deb
4 years ago
version 1
17bb9446
4 years ago
master (base)
and
latest version
latest version
c396e217
14 commits,
4 years ago
version 13
ead5f207
13 commits,
4 years ago
version 12
93ad7be6
12 commits,
4 years ago
version 11
c07afa4d
11 commits,
4 years ago
version 10
789dc172
10 commits,
4 years ago
version 9
87f7c539
9 commits,
4 years ago
version 8
be76ad66
8 commits,
4 years ago
version 7
34de76d0
7 commits,
4 years ago
version 6
18ae19d1
6 commits,
4 years ago
version 5
15ebf7dc
5 commits,
4 years ago
version 4
58af5ff0
4 commits,
4 years ago
version 3
181f33d3
3 commits,
4 years ago
version 2
527f6deb
2 commits,
4 years ago
version 1
17bb9446
1 commit,
4 years ago
8 files
+
121
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
bin/make_dawn_views
+
16
−
12
Options
@@ -92,23 +92,27 @@ rm -f *.prim
if
[
"
${
DETECTOR_ONLY
}
"
-eq
"1"
]
;
then
./scripts/run_topside.py
-i
scripts/input_data/few_events.hepmc
\
-o
derp.root
-n
1
\
--ui
csh
--vis
-b
-m
macro/dawn_picture.mac &
./scripts/run_topside.py
\
--compact
${
DETECTOR_PATH
}
/topside.xml
\
-i
scripts/input_data/few_events.hepmc
\
-o
derp.root
-n
1
\
--ui
csh
--vis
-b
-m
macro/dawn_picture.mac &
sleep
10
echo
"sleeping 20 secs .. "
sleep
10
echo
"sleeping 10 secs "
sleep
5
echo
"sleeping 5 secs "
sleep
5
kill
%1
sleep
10
echo
"sleeping 20 secs .. "
sleep
10
echo
"sleeping 10 secs "
sleep
5
echo
"sleeping 5 secs "
sleep
5
kill
%1
else
echo
" Running simulation for tracks"
./scripts/run_topside.py
-i
scripts/input_data/few_events.hepmc
\
./scripts/run_topside.py
\
--compact
${
DETECTOR_PATH
}
/topside.xml
\
-i
scripts/input_data/few_events.hepmc
\
-o
derp.root
-s
${
SKIP_EVENTS
}
-n
1
\
--ui
csh
--vis
-b
-m
macro/dawn_picture2.mac &
Loading