ATLAS Offline Software
TileTowerBuilderTool.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 TILERECUTILS_TILETOWERBUILDERTOOL_H
6 #define TILERECUTILS_TILETOWERBUILDERTOOL_H
7 
16 
17 #include <string>
18 
19 class CaloTowerContainer;
20 
22  public:
23 
25  TileTowerBuilderTool(const std::string& name, const std::string& type,
26  const IInterface* parent);
27  virtual ~TileTowerBuilderTool();
28 
29  protected:
34  virtual std::vector<CaloCell_ID::SUBCALO> parseCalos
35  (const std::vector<std::string>& includedCalos) const override;
36 };
37 #endif // not TILERECUTILS_TILETOWERBUILDERTOOL_H
TileTowerBuilderTool::parseCalos
virtual std::vector< CaloCell_ID::SUBCALO > parseCalos(const std::vector< std::string > &includedCalos) const override
Convert calorimeter strings to enums.
Definition: TileTowerBuilderTool.cxx:33
TileTowerBuilderTool::~TileTowerBuilderTool
virtual ~TileTowerBuilderTool()
Definition: TileTowerBuilderTool.cxx:23
CaloTowerContainer
Storable container class for CaloTower.
Definition: Calorimeter/CaloEvent/CaloEvent/CaloTowerContainer.h:77
test_pyathena.parent
parent
Definition: test_pyathena.py:15
TileTowerBuilderTool::TileTowerBuilderTool
TileTowerBuilderTool(const std::string &name, const std::string &type, const IInterface *parent)
AlgTool constructor.
Definition: TileTowerBuilderTool.cxx:17
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
TileTowerBuilderTool
Concrete tool for CaloTower building in Tile.
Definition: TileTowerBuilderTool.h:21
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
CaloTowerBuilderTool
Definition: CaloTowerBuilderTool.h:34
CaloTowerBuilderTool.h