Skip to content
Snippets Groups Projects

Draft: Central SLB MinBias production

Closed Tommaso Fulghesu requested to merge tfulghes/minbias-sl-lines into master
1 unresolved thread
2 files
+ 6
12
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -544,7 +544,7 @@ def tuple_b_had(pvs,
inputs=b_parts)
def main(options: Options, isMC: bool, block: str):
def main(options: Options, isMC: bool):
user_algorithms = {}
for line_name in spruce_line_names:
if any(substring in line_name
@@ -560,8 +560,7 @@ def main(options: Options, isMC: bool, block: str):
# get charged and neutral particles in the event
charged_parts = None
neutral_parts = None
if line_name in spruce_lines_with_extra_particles and block not in spruce_lines_with_extra_particles[
line_name]:
if line_name in spruce_lines_with_extra_particles:
# get the charged particles in the event
extra_charged_part = get_particles(
f"/Event/Spruce/{line_name}/{line_name}_extra_tracks/Particles"
Loading