Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
22
Issue boards
Milestones
Wiki
Code
Merge requests
21
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
reconstruction_benchmarks
Merge requests
!242
EDM4hep: mcparticles -> MCParticles
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
EDM4hep: mcparticles -> MCParticles
edm4hep-mcparticles
into
master
Overview
0
Commits
35
Pipelines
0
Changes
65
Merged
Wouter Deconinck
requested to merge
edm4hep-mcparticles
into
master
3 years ago
Overview
0
Commits
35
Pipelines
0
Changes
15
Expand
👍
0
👎
0
Merge request reports
Viewing commit
792d7e1f
Prev
Next
Show latest version
15 files
+
30
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
792d7e1f
Use ddsim instead of npsim
· 792d7e1f
Wouter Deconinck
authored
3 years ago
benchmarks/clustering/full_cal_clusters.sh
+
2
−
1
Options
@@ -100,9 +100,10 @@ fi
ls
-lh
${
JUGGLER_GEN_FILE
}
# Run geant4 simulations
np
sim
--runType
batch
\
dd
sim
--runType
batch
\
-v
WARNING
\
--part
.minimalKineticEnergy
"1*TeV"
\
--filter
.tracker edep0
\
--numberOfEvents
${
JUGGLER_N_EVENTS
}
\
--compactFile
${
compact_path
}
\
--inputFiles
${
JUGGLER_GEN_FILE
}
\
Loading