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