Skip to content

Commit

Permalink
Update k4MarlinWrapper/k4MarlinWrapper/LcioEventAlgo.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Dec 15, 2024
1 parent b2e19a4 commit a3be2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4MarlinWrapper/k4MarlinWrapper/LcioEventAlgo.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class LcioEvent : public Gaudi::Algorithm {
Gaudi::Property<std::vector<std::string>> m_fileNames{this, "Files", {}};
MT::LCReader* m_reader = nullptr;
int m_numberOfEvents{};
mutable int m_currentEvent{};
mutable int m_currentEvent{}; // No atomicity necessary since not re-entrant
bool isReEntrant() const final { return false; }
};

Expand Down

0 comments on commit a3be2ef

Please sign in to comment.