ATLAS Offline Software
LArCrateTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARCRATE_LARCRATETOOL_H
6 #define LARCRATE_LARCRATETOOL_H
7 
8 // Base class header
10 
11 // STL library
12 #include <string>
13 
19 class LArCrateTool final : public DetectorGeometryBase
20 {
21 public:
22  // Basic constructor and destructor
23  LArCrateTool(const std::string& type, const std::string& name, const IInterface *parent);
25 
27  virtual void BuildGeometry() override final;
28 
29 private:
30  double m_zLength;
31  double m_yLength;
32  double m_xLength;
33 };
34 
35 #endif //LARCRATE_LARCRATETOOL_H
LArCrateTool::m_xLength
double m_xLength
Definition: LArCrateTool.h:32
LArCrateTool
Definition: LArCrateTool.h:20
LArCrateTool::BuildGeometry
virtual void BuildGeometry() override final
virtual methods being implemented here
Definition: LArCrateTool.cxx:34
test_pyathena.parent
parent
Definition: test_pyathena.py:15
LArCrateTool::m_yLength
double m_yLength
Definition: LArCrateTool.h:31
LArCrateTool::m_zLength
double m_zLength
Definition: LArCrateTool.h:30
DetectorGeometryBase.h
private
#define private
Definition: DetDescrConditionsDict_dict_fixes.cxx:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArCrateTool::LArCrateTool
LArCrateTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: LArCrateTool.cxx:22
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
LArCrateTool::~LArCrateTool
~LArCrateTool()
Definition: LArCrateTool.h:24
DetectorGeometryBase
Definition: DetectorGeometryBase.h:26