5#ifndef LARG4CODE_VOLUMEUTILS_H
6#define LARG4CODE_VOLUMEUTILS_H
20#include "GaudiKernel/MsgStream.h"
44 std::vector<std::string>
53 bool matchStrings(std::string_view pattern, std::string_view text)
noexcept;
std::vector< std::string > patterns
bool matchStrings(std::string_view pattern, std::string_view text) noexcept
Helper function for matching strings with wildcards.
std::set< std::string > findLogicalVolumes(const std::string &pattern)
Search for logical volumes in the G4 volume store.