ATLAS Offline Software
Loading...
Searching...
No Matches
ZDC_DetTool.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 ZDCDETTOOL_H
6#define ZDCDETTOOL_H
7
9
10class ZDC_DetTool final : public GeoModelTool
11{
12
13public:
14
15 ZDC_DetTool(const std::string& type, const std::string& name, const IInterface* parent);
16 virtual ~ZDC_DetTool() override final;
17
18 virtual StatusCode create() override final;
19};
20
21#endif // ZDCDETTOOL_H
virtual ~ZDC_DetTool() override final
virtual StatusCode create() override final
ZDC_DetTool(const std::string &type, const std::string &name, const IInterface *parent)