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