Skip to content

Commit

Permalink
rename energy estimator to something that does not clash with realtim…
Browse files Browse the repository at this point in the history
…e keys
  • Loading branch information
mlincett committed Oct 17, 2023
1 parent 2033a7e commit 4cf1755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymap_scanner/recos/splinempe.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class SplineMPE(RecoInterface):

# Names used in the reco.
energy_reco_seed = "OnlineL2_BestFit"
energy_estimator = "OnlineL2_BestFit_MuEx"
energy_estimator = "SkyScan_SplineMPE_MuEx"

# This may be configurable in the future.
# "VHESelfVeto" yields a reco-independent vertex seed.
Expand Down

0 comments on commit 4cf1755

Please sign in to comment.