Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KM3BUU
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
simulation
KM3BUU
Merge requests
!44
GiBUU 2021 Patch 3
Code
Änderungen prüfen
Branch auschecken
Herunterladen
Patches
Unformatierter Diff
Merged
GiBUU 2021 Patch 3
gibuu_update_patch3
into
master
Overview
0
Commits
3
Pipelines
4
Changes
1
Merged
Johannes Schumann
requested to merge
gibuu_update_patch3
into
master
2 years ago
Overview
0
Commits
3
Pipelines
4
Changes
1
Expand
Update to new GiBUU2021 Patch 3.
0
0
Merge request reports
Viewing commit
cbecf58a
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cbecf58a
Update jobcard function to GiBUUI rel2021patch3
· cbecf58a
Johannes Schumann
authored
2 years ago
km3buu/jobcard.py
+
2
−
2
Options
@@ -147,8 +147,8 @@ def generate_neutrino_jobcard(events,
jc
[
"
neutrino_induced
"
][
"
process_ID
"
]
=
PROCESS_LOOKUP
[
process
.
lower
()]
jc
[
"
neutrino_induced
"
][
"
flavor_ID
"
]
=
FLAVOR_LOOKUP
[
flavour
.
lower
()]
# TARGET
jc
[
"
target
"
][
"
target_
Z
"
]
=
target
[
1
]
jc
[
"
target
"
][
"
target_
A
"
]
=
target
[
0
]
jc
[
"
target
"
][
"
Z
"
]
=
target
[
1
]
jc
[
"
target
"
][
"
A
"
]
=
target
[
0
]
# EVENTS
run_events
=
int
(
100000
/
target
[
1
])
if
events
<
run_events
:
Loading