We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e19a4 commit a3be2efCopy full SHA for a3be2ef
k4MarlinWrapper/k4MarlinWrapper/LcioEventAlgo.h
@@ -42,7 +42,7 @@ class LcioEvent : public Gaudi::Algorithm {
42
Gaudi::Property<std::vector<std::string>> m_fileNames{this, "Files", {}};
43
MT::LCReader* m_reader = nullptr;
44
int m_numberOfEvents{};
45
- mutable int m_currentEvent{};
+ mutable int m_currentEvent{}; // No atomicity necessary since not re-entrant
46
bool isReEntrant() const final { return false; }
47
};
48
0 commit comments