Skip to content

Commit a3be2ef

Browse files
authored
Update k4MarlinWrapper/k4MarlinWrapper/LcioEventAlgo.h
1 parent b2e19a4 commit a3be2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k4MarlinWrapper/k4MarlinWrapper/LcioEventAlgo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class LcioEvent : public Gaudi::Algorithm {
4242
Gaudi::Property<std::vector<std::string>> m_fileNames{this, "Files", {}};
4343
MT::LCReader* m_reader = nullptr;
4444
int m_numberOfEvents{};
45-
mutable int m_currentEvent{};
45+
mutable int m_currentEvent{}; // No atomicity necessary since not re-entrant
4646
bool isReEntrant() const final { return false; }
4747
};
4848

0 commit comments

Comments
 (0)