ATLAS Offline Software
Loading...
Searching...
No Matches
ForwardDetectors
LUCID
LUCID_GeoModel
src
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
8
#include "
GeoModelUtilities/GeoModelTool.h
"
9
class
LUCID_DetectorManager
;
10
11
class
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
:
22
const
LUCID_DetectorManager
*
m_manager
;
23
};
24
25
#endif
GeoModelTool.h
GeoModelTool
Definition
GeoModelTool.h:16
LUCID_DetectorManager
Definition
LUCID_DetectorManager.h:12
LUCID_DetectorTool::~LUCID_DetectorTool
virtual ~LUCID_DetectorTool() override final
Definition
LUCID_DetectorTool.cxx:30
LUCID_DetectorTool::m_manager
const LUCID_DetectorManager * m_manager
Definition
LUCID_DetectorTool.h:22
LUCID_DetectorTool::create
virtual StatusCode create() override final
Definition
LUCID_DetectorTool.cxx:32
LUCID_DetectorTool::clear
virtual StatusCode clear() override final
Definition
LUCID_DetectorTool.cxx:72
LUCID_DetectorTool::LUCID_DetectorTool
LUCID_DetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
LUCID_DetectorTool.cxx:22
type
Generated on
for ATLAS Offline Software by
1.14.0