ATLAS Offline Software
IFPGATrackSimTrackingTool.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 
3 #ifndef IFPGATRACKSIMTRACKINGTOOL_H
4 #define IFPGATRACKSIMTRACKINGTOOL_H
5 
6 #include "GaudiKernel/IAlgTool.h"
7 
8 class IFPGATrackSimTrackingTool : virtual public IAlgTool {
9 public:
10  virtual ~IFPGATrackSimTrackingTool() = default;
12 };
13 
14 #endif // IFPGATRACKSIMTRACKINGTOOL_H
IFPGATrackSimTrackingTool
Definition: IFPGATrackSimTrackingTool.h:8
IFPGATrackSimTrackingTool::DeclareInterfaceID
DeclareInterfaceID(IFPGATrackSimTrackingTool, 1, 0)
IFPGATrackSimTrackingTool::~IFPGATrackSimTrackingTool
virtual ~IFPGATrackSimTrackingTool()=default