6#include "GaudiKernel/Service.h"
17 const std::string&
type,
18 const IInterface* parent)
30std::vector<CaloCell_ID::SUBCALO>
32 (
const std::vector<std::string>& includedCalos)
const
35 std::vector<CaloCell_ID::SUBCALO> indices;
37 for (
const std::string& s : includedCalos) {
41 else if ( s ==
"LARHEC" ) {
44 else if ( s ==
"LARFCAL" ) {
45 ATH_MSG_INFO(
"use LArFCalTowerBuilderTool for the FCal - request ignored" );