Skip to content

Commit

Permalink
Fixed a typo "thower"
Browse files Browse the repository at this point in the history
  • Loading branch information
lwpiotr committed May 31, 2024
1 parent bd91bb8 commit 73e3fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grand/grandlib_classes/grandlib_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def fill_event_from_trees(self, event_number=None, run_number=None, entry_number
self.tshower = None

# If self.t(sim)shower was successfully initialised
if (simshower and self.tsimshower is not None) or (not simshower and self.thower is not None):
if (simshower and self.tsimshower is not None) or (not simshower and self.tshower is not None):
# Fill part of the event from tshower
ret = self.fill_event_from_shower_tree(simshower)
if ret:
Expand Down

0 comments on commit 73e3fcf

Please sign in to comment.