Skip to content
Snippets Groups Projects

Enable reentrancy in TrigMultiTrkComboHypo

Merged Adam Edward Barton requested to merge abarton/athena:enableRent into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -48,8 +48,6 @@ class TrigMultiTrkComboHypo: public ::ComboHypo {
@@ -48,8 +48,6 @@ class TrigMultiTrkComboHypo: public ::ComboHypo {
virtual StatusCode finalize() override;
virtual StatusCode finalize() override;
protected:
protected:
// the vertexing tool is not reentrant so this algorithm cannot be used reentrantly
bool isReEntrant() const override { return false; }
private:
private:
StatusCode executeL2(const EventContext& context) const;
StatusCode executeL2(const EventContext& context) const;
Loading