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
!8
First DVMP analysis
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
First DVMP analysis
dvmp_ana
into
master
Overview
0
Commits
11
Pipelines
0
Changes
2
Merged
Sylvester Joosten
requested to merge
dvmp_ana
into
master
4 years ago
Overview
0
Commits
11
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
565be297
Prev
Next
Show latest version
2 files
+
9
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
565be297
Fixed geometry resolution in reconstruction
· 565be297
Sylvester Joosten
authored
4 years ago
dvmp/dvmp.sh
+
6
−
3
Options
@@ -34,8 +34,11 @@ JUGGLER_FILE_NAME_TAG="dvmp"
@@ -34,8 +34,11 @@ JUGGLER_FILE_NAME_TAG="dvmp"
JUGGLER_GEN_FILE
=
"results/dvmp/jpsi_central_electron-10on100-gen.hepmc"
JUGGLER_GEN_FILE
=
"results/dvmp/jpsi_central_electron-10on100-gen.hepmc"
# FIXME use the input file name, as we will be generating a lot of these
# FIXME use the input file name, as we will be generating a lot of these
# in the future...
# in the future...
JUGGLER_SIM_FILE
=
"sim_
${
JUGGLER_FILE_NAME_TAG
}
.root"
## note: these variables need to be exported to be accessible from
JUGGLER_REC_FILE
=
"rec_
${
JUGGLER_FILE_NAME_TAG
}
.root"
## the juggler options.py. We should really work on a dedicated
## juggler launcher to get rid of these "magic" variables. FIXME
export
JUGGLER_SIM_FILE
=
"sim_
${
JUGGLER_FILE_NAME_TAG
}
.root"
export
JUGGLER_REC_FILE
=
"rec_
${
JUGGLER_FILE_NAME_TAG
}
.root"
## =============================================================================
## =============================================================================
@@ -59,7 +62,7 @@ fi
@@ -59,7 +62,7 @@ fi
## =============================================================================
## =============================================================================
## Step 3: Run digitization & reconstruction
## Step 3: Run digitization & reconstruction
echo
"Running
Geant4 simula
tion"
echo
"Running
the digitization and reconstruc
tion"
# FIXME Need to figure out how to pass file name to juggler from the commandline
# FIXME Need to figure out how to pass file name to juggler from the commandline
xenv
-x
${
JUGGLER_INSTALL_PREFIX
}
/Juggler.xenv
\
xenv
-x
${
JUGGLER_INSTALL_PREFIX
}
/Juggler.xenv
\
gaudirun.py options/tracker_reconstruction.py
gaudirun.py options/tracker_reconstruction.py
Loading