Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Merge requests
!199
Draft: Use of JUGGLER_N_EVENTS=10000
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Use of JUGGLER_N_EVENTS=10000
TA-work-branch
into
master
Overview
0
Commits
24
Pipelines
0
Changes
1
Closed
Tooba Ali
requested to merge
TA-work-branch
into
master
2 years ago
Overview
0
Commits
24
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 25
0a0bd162
2 years ago
version 24
bfc3ba1a
2 years ago
version 23
bcb849b6
2 years ago
version 22
1bb63fb2
2 years ago
version 21
e04c3a03
2 years ago
version 20
65743d11
2 years ago
version 19
fb1c658f
2 years ago
version 18
ac19fc90
2 years ago
version 17
0a4e568a
2 years ago
version 16
1de98e7e
2 years ago
version 15
de1c9047
2 years ago
version 14
a1396b4d
2 years ago
version 13
c69b2133
2 years ago
version 12
0a37d080
2 years ago
version 11
cc3c0397
2 years ago
version 10
4a2794d6
2 years ago
version 9
5d393102
2 years ago
version 8
fc1640bc
2 years ago
version 7
c1b1290b
2 years ago
version 6
282dd6b2
2 years ago
version 5
16edf8c1
2 years ago
version 4
ac92fe9b
2 years ago
version 3
01ab7f01
2 years ago
version 2
77100b7a
2 years ago
version 1
075049c5
2 years ago
master (base)
and
version 1
latest version
aa256676
24 commits,
2 years ago
version 25
0a0bd162
23 commits,
2 years ago
version 24
bfc3ba1a
22 commits,
2 years ago
version 23
bcb849b6
21 commits,
2 years ago
version 22
1bb63fb2
20 commits,
2 years ago
version 21
e04c3a03
19 commits,
2 years ago
version 20
65743d11
18 commits,
2 years ago
version 19
fb1c658f
17 commits,
2 years ago
version 18
ac19fc90
16 commits,
2 years ago
version 17
0a4e568a
15 commits,
2 years ago
version 16
1de98e7e
14 commits,
2 years ago
version 15
de1c9047
13 commits,
2 years ago
version 14
a1396b4d
12 commits,
2 years ago
version 13
c69b2133
11 commits,
2 years ago
version 12
0a37d080
10 commits,
2 years ago
version 11
cc3c0397
9 commits,
2 years ago
version 10
4a2794d6
8 commits,
2 years ago
version 9
5d393102
7 commits,
2 years ago
version 8
fc1640bc
6 commits,
2 years ago
version 7
c1b1290b
5 commits,
2 years ago
version 6
282dd6b2
4 commits,
2 years ago
version 5
16edf8c1
4 commits,
2 years ago
version 4
ac92fe9b
3 commits,
2 years ago
version 3
01ab7f01
3 commits,
2 years ago
version 2
77100b7a
2 commits,
2 years ago
version 1
075049c5
2 commits,
2 years ago
1 file
+
6
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
benchmarks/dis/dis.sh
+
6
−
5
Options
@@ -80,6 +80,7 @@ fi
## =============================================================================
## Step 3: Run digitization & reconstruction
echo
"Running the digitization and reconstruction"
rm
fieldmaps
if
[
${
RECO
}
==
"eicrecon"
]
;
then
/usr/bin/time
-v
eicrecon
${
SIM_FILE
}
-Ppodio
:output_file
=
${
REC_FILE
}
if
[
"
$?
"
-ne
"0"
]
;
then
@@ -116,11 +117,11 @@ cat << EOF > ${CONFIG}
}
EOF
root
-b
-q
"benchmarks/dis/analysis/dis_electrons.cxx+(
\"
${
CONFIG
}
\"
)"
if
[[
"
$?
"
-ne
"0"
]]
;
then
echo
"ERROR running dis_electron script"
exit
1
fi
#
root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+(\"${CONFIG}\")"
#
if [[ "$?" -ne "0" ]] ; then
#
echo "ERROR running dis_electron script"
#
exit 1
#
fi
python benchmarks/dis/analysis/kinematics_correlations.py
--rec_file
${
REC_FILE
}
--ebeam
${
EBEAM
}
--pbeam
${
PBEAM
}
--minq2
${
MINQ2
}
if
[[
"
$?
"
-ne
"0"
]]
;
then
Loading