Skip to content
Snippets Groups Projects
Commit ca6a37c2 authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'clang.TrackCaloClusterRecTools-20201118' into 'master'

TrackCaloClusterRecTools: Fix clang warning.

See merge request !38368
parents 3ab1913d 0d8b7902
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!38368TrackCaloClusterRecTools: Fix clang warning.
...@@ -37,7 +37,7 @@ public: ...@@ -37,7 +37,7 @@ public:
virtual StatusCode initialize() override ; virtual StatusCode initialize() override ;
virtual StatusCode fillTCC(xAOD::FlowElementContainer* container, const TrackCaloClusterInfo & tccInfo ) const =0; virtual StatusCode fillTCC(xAOD::FlowElementContainer* container, const TrackCaloClusterInfo & tccInfo ) const override =0;
protected: protected:
......
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