ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_DetectorTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LUCIDDETECTORTOOL_H
6#define LUCIDDETECTORTOOL_H
7
10
11class LUCID_DetectorTool final : public GeoModelTool {
12
13 public:
14
15 LUCID_DetectorTool(const std::string& type, const std::string& name, const IInterface* parent);
16 virtual ~LUCID_DetectorTool() override final;
17
18 virtual StatusCode create() override final;
19 virtual StatusCode clear() override final;
20
21 private:
23};
24
25#endif
virtual ~LUCID_DetectorTool() override final
const LUCID_DetectorManager * m_manager
virtual StatusCode create() override final
virtual StatusCode clear() override final
LUCID_DetectorTool(const std::string &type, const std::string &name, const IInterface *parent)