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