ATLAS Offline Software
Loading...
Searching...
No Matches
IAGDDToolBase.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef AGDDCONTROL_IAGDDToolBase_H
6#define AGDDCONTROL_IAGDDToolBase_H
7
8#include "GaudiKernel/IAlgTool.h"
10
11// Interface to define an AGDD-constructing tool to be used from AGDD2GeoSvc
12
13class IAGDDToolBase: virtual public IAlgTool
14{
15public:
16 virtual ~IAGDDToolBase() {}
18
19 virtual StatusCode construct ATLAS_NOT_THREAD_SAFE () = 0;
20};
21
22#endif
Define macros for attributes used to control the static checker.
DeclareInterfaceID(IAGDDToolBase, 1, 0)
virtual StatusCode construct ATLAS_NOT_THREAD_SAFE()=0
virtual ~IAGDDToolBase()