Skip to content

Commit

Permalink
Make LcioEventAlgo not reentrant
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 20, 2024
1 parent 8efd018 commit c2a4255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k4MarlinWrapper/k4MarlinWrapper/LcioEventAlgo.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class LcioEvent : public Gaudi::Algorithm {
private:
Gaudi::Property<std::vector<std::string>> m_fileNames{this, "Files", {}};
MT::LCReader* m_reader = nullptr;
bool isReEntrant() const override { return false; }

};

#endif

0 comments on commit c2a4255

Please sign in to comment.