ATLAS Offline Software
LArTowerBuilderTool.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 LARCLUSTERREC_LARTOWERBUILDERTOOL_H
6 #define LARCLUSTERREC_LARTOWERBUILDERTOOL_H
7 
20 
21 #include <string>
22 
23 class CaloTowerContainer;
24 
26 {
27  public:
28 
30  LArTowerBuilderTool(const std::string& name, const std::string& type,
31  const IInterface* parent);
32  virtual ~LArTowerBuilderTool();
33 
34  protected:
39  virtual std::vector<CaloCell_ID::SUBCALO> parseCalos
40  (const std::vector<std::string>& includedCalos) const override;
41 };
42 #endif
LArTowerBuilderTool::LArTowerBuilderTool
LArTowerBuilderTool(const std::string &name, const std::string &type, const IInterface *parent)
AlgTool constructor.
Definition: LArTowerBuilderTool.cxx:16
LArTowerBuilderTool::~LArTowerBuilderTool
virtual ~LArTowerBuilderTool()
Definition: LArTowerBuilderTool.cxx:22
CaloTowerContainer
Storable container class for CaloTower.
Definition: Calorimeter/CaloEvent/CaloEvent/CaloTowerContainer.h:77
test_pyathena.parent
parent
Definition: test_pyathena.py:15
LArTowerBuilderTool::parseCalos
virtual std::vector< CaloCell_ID::SUBCALO > parseCalos(const std::vector< std::string > &includedCalos) const override
Convert calorimeter strings to enums.
Definition: LArTowerBuilderTool.cxx:32
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArTowerBuilderTool
Concrete tool for CaloTower building in LAr.
Definition: LArTowerBuilderTool.h:26
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
CaloTowerBuilderTool
Definition: CaloTowerBuilderTool.h:34
CaloTowerBuilderTool.h