ATLAS Offline Software
LArDetectorToolH62002.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 LARDETECTORTOOLH62002_H
6 #define LARDETECTORTOOLH62002_H
7 
9 
10 class LArDetectorToolH62002 final : public GeoModelTool {
11 
12 public:
13 
14  // Standard Constructor
15  LArDetectorToolH62002( const std::string& type, const std::string& name, const IInterface* parent );
16 
17  // Standard Destructor
18  virtual ~LArDetectorToolH62002() override final;
19 
20  virtual StatusCode create() override final;
21 
22 };
23 
24 #endif
GeoModelTool.h
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
LArDetectorToolH62002::~LArDetectorToolH62002
virtual ~LArDetectorToolH62002() override final
Destructor.
Definition: LArDetectorToolH62002.cxx:34
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArDetectorToolH62002::LArDetectorToolH62002
LArDetectorToolH62002(const std::string &type, const std::string &name, const IInterface *parent)
Constructor(s)
Definition: LArDetectorToolH62002.cxx:26
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
LArDetectorToolH62002
Definition: LArDetectorToolH62002.h:10
LArDetectorToolH62002::create
virtual StatusCode create() override final
Create the Detector Node corresponding to this tool.
Definition: LArDetectorToolH62002.cxx:48