ATLAS Offline Software
LArDetectorToolH62003.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 LARGEOMODEL_LARDETECTORTOOLH62003_H
6 #define LARGEOMODEL_LARDETECTORTOOLH62003_H
7 
9 
10 class LArDetectorToolH62003 final : public GeoModelTool {
11 
12 public:
13 
14  // Standard Constructor
15  LArDetectorToolH62003( const std::string& type, const std::string& name, const IInterface* parent );
16 
17  // Standard Destructor
18  virtual ~LArDetectorToolH62003() override final;
19 
20  // Create Method:
21  virtual StatusCode create() override final;
22 
23  private:
24 
27 };
28 
29 #endif
LArDetectorToolH62003
Definition: LArDetectorToolH62003.h:10
GeoModelTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArDetectorToolH62003::create
virtual StatusCode create() override final
Definition: LArDetectorToolH62003.cxx:31
test_pyathena.parent
parent
Definition: test_pyathena.py:15
GeoModelTool
Definition: GeoModelTool.h:17
private
#define private
Definition: DetDescrConditionsDict_dict_fixes.cxx:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArDetectorToolH62003::LArDetectorToolH62003
LArDetectorToolH62003(const std::string &type, const std::string &name, const IInterface *parent)
Definition: LArDetectorToolH62003.cxx:17
LArDetectorToolH62003::m_fcalVisLimit
int m_fcalVisLimit
Definition: LArDetectorToolH62003.h:25
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
LArDetectorToolH62003::m_axisVisState
bool m_axisVisState
Definition: LArDetectorToolH62003.h:26
LArDetectorToolH62003::~LArDetectorToolH62003
virtual ~LArDetectorToolH62003() override final