Skip to content
Snippets Groups Projects
Commit 0f2a9651 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

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

GenInterfaces+TrackCaloClusterRecInterfaces: Fix clang warnings.

See merge request atlas/athena!38370
parents eb444d03 f69f7ec5
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include "HepMC/GenEvent.h" #include "HepMC/GenEvent.h"
namespace HTXS { namespace HTXS {
class HiggsClassification; struct HiggsClassification;
} }
class IHiggsTruthCategoryTool : public virtual asg::IAsgTool { class IHiggsTruthCategoryTool : public virtual asg::IAsgTool {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
static const InterfaceID IID_ITrackCaloClusterTool("ITrackCaloClusterTool", 1, 0); static const InterfaceID IID_ITrackCaloClusterTool("ITrackCaloClusterTool", 1, 0);
class TrackCaloClusterInfo; struct TrackCaloClusterInfo;
/** @brief Interface for tools creating particles using TCC methods and filling a FlowElementContainer */ /** @brief Interface for tools creating particles using TCC methods and filling a FlowElementContainer */
class ITrackCaloClusterTool : virtual public IAlgTool { class ITrackCaloClusterTool : virtual public IAlgTool {
......
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