ATLAS Offline Software
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
CavernInfraDetectorTool::m_manager
const CavernInfraDetectorManager * m_manager
Definition: CavernInfraDetectorTool.h:21
GeoModelTool.h
CavernInfraDetectorTool::~CavernInfraDetectorTool
~CavernInfraDetectorTool()=default
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
GeoModelTool
Definition: GeoModelTool.h:17
CavernInfraDetectorManager
Definition: CavernInfraDetectorManager.h:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
CavernInfraDetectorTool::CavernInfraDetectorTool
CavernInfraDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: CavernInfraDetectorTool.cxx:14
CavernInfraDetectorTool
Definition: CavernInfraDetectorTool.h:12
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
CavernInfraDetectorTool::create
virtual StatusCode create() override
Definition: CavernInfraDetectorTool.cxx:21
CavernInfraDetectorTool::clear
virtual StatusCode clear() override
Definition: CavernInfraDetectorTool.cxx:63