Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
reconstruction_benchmarks
Commits
a4097fec
Commit
a4097fec
authored
Oct 28, 2020
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: clustering/barrel_clusters.sh
parent
74f54422
Branches
Branches containing commit
Tags
v0.2.0
Tags containing commit
1 merge request
!26
Updated cluster script
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
clustering/barrel_clusters.sh
+13
-13
13 additions, 13 deletions
clustering/barrel_clusters.sh
with
13 additions
and
13 deletions
clustering/barrel_clusters.sh
+
13
−
13
View file @
a4097fec
...
...
@@ -23,24 +23,24 @@ echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}"
## Build the detector constructors.
#
git clone https://eicweb.phy.anl.gov/EIC/detectors/${JUGGLER_DETECTOR}.git
#
mkdir ${JUGGLER_DETECTOR}/build
#
pushd ${JUGGLER_DETECTOR}/build
#
cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j30 install
#
popd
git clone https://eicweb.phy.anl.gov/EIC/detectors/
${
JUGGLER_DETECTOR
}
.git
mkdir
${
JUGGLER_DETECTOR
}
/build
pushd
${
JUGGLER_DETECTOR
}
/build
cmake ../.
-DCMAKE_INSTALL_PREFIX
=
/usr/local
&&
make
-j30
install
popd
#
root -b -q "clustering/scripts/gen_central_electrons.cxx(${JUGGLER_N_EVENTS}, \"${JUGGLER_FILE_NAME_TAG}.hepmc\")"
root
-b
-q
"clustering/scripts/gen_central_electrons.cxx(
${
JUGGLER_N_EVENTS
}
,
\"
${
JUGGLER_FILE_NAME_TAG
}
.hepmc
\"
)"
pushd
${
JUGGLER_DETECTOR
}
#ls -l
### run geant4 simulations
#
npsim --runType batch \
#
--part.minimalKineticEnergy 1000*GeV \
#
-v WARNING \
#
--numberOfEvents ${JUGGLER_N_EVENTS} \
#
--compactFile ${JUGGLER_DETECTOR}.xml \
#
--inputFiles ../${JUGGLER_FILE_NAME_TAG}.hepmc \
#
--outputFile ${JUGGLER_SIM_FILE}
npsim
--runType
batch
\
--part
.minimalKineticEnergy 1000
*
GeV
\
-v
WARNING
\
--numberOfEvents
${
JUGGLER_N_EVENTS
}
\
--compactFile
${
JUGGLER_DETECTOR
}
.xml
\
--inputFiles
../
${
JUGGLER_FILE_NAME_TAG
}
.hepmc
\
--outputFile
${
JUGGLER_SIM_FILE
}
# Need to figure out how to pass file name to juggler from the commandline
xenv
-x
${
JUGGLER_INSTALL_PREFIX
}
/Juggler.xenv gaudirun.py ../clustering/options/calorimeter_clustering.py
...
...
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