Skip to content
Snippets Groups Projects
Commit 4c22561b authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'clang.HIJetRec-20200702' into 'master'

HIJetRec: Fix clang warning.

See merge request atlas/athena!34377
parents 7815ca55 629329c6
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ class HIJetConstituentModifierTool : public JetModifierBase { ...@@ -32,7 +32,7 @@ class HIJetConstituentModifierTool : public JetModifierBase {
virtual StatusCode initialize() override; virtual StatusCode initialize() override;
// Inherited method to modify a jet. // Inherited method to modify a jet.
virtual int modifyJet(xAOD::Jet& jet) const; virtual int modifyJet(xAOD::Jet& jet) const override;
private: private:
/// \brief Name of input cluster container /// \brief Name of input cluster container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment