ATLAS Offline Software
Loading...
Searching...
No Matches
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
14
16
17#include <string>
18
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
CaloTowerBuilderTool(const CaloTowerBuilderTool &)=delete
Storable container class for CaloTower.
TileTowerBuilderTool(const std::string &name, const std::string &type, const IInterface *parent)
AlgTool constructor.
virtual std::vector< CaloCell_ID::SUBCALO > parseCalos(const std::vector< std::string > &includedCalos) const override
Convert calorimeter strings to enums.