Skip to content

Commit

Permalink
check presence of muex requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mlincett committed Oct 12, 2023
1 parent 1f266e9 commit a0157e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions skymap_scanner/recos/splinempe.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,16 @@ def checkName(frame: I3Frame, name: str) -> None:
TimeWindow=6000 * I3Units.ns,
)

tray.Add(checkName, name=cls.cleaned_muon_pulseseries)

# =========================================================
# ENERGY ESTIMATOR SEEDING
# Provide SplineMPE with energy estimation from MuEx
# This should improve the following SplineMPE track reco.
# =========================================================

# Prerequisites
tray.Add(checkName, name=cls.cleaned_muon_pulseseries)
tray.Add(checkName, name=cls.energy_reco_seed)

def notify_muex(frame):
logger.debug(f"Running MuEX - {datetime.datetime.now()}")

Expand Down

0 comments on commit a0157e8

Please sign in to comment.