ATLAS Offline Software
Loading...
Searching...
No Matches
ForDetEnvelopeTool.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 ForDetEnvelopeTool_h
6#define ForDetEnvelopeTool_h 1
7
10
11class ForDetEnvelopeTool final : public GeoModelTool
12{
13 public:
14
15 // Standard Constructor
16 ForDetEnvelopeTool( const std::string& type, const std::string& name, const IInterface* parent );
17
18 // Standard Destructor
19 virtual ~ForDetEnvelopeTool() override final = default;
20
21 virtual StatusCode create() override final;
22 virtual StatusCode clear() override final;
23 private:
25};
26
27#endif
virtual StatusCode clear() override final
const ForDetEnvelopeManager * m_manager
virtual ~ForDetEnvelopeTool() override final=default
ForDetEnvelopeTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode create() override final
#define private