12 addType(
"axes",
"definitions", axes);
16 const dd4hep::DetElement& )
17 : m_flagStore(ext.m_flagStore), m_values(ext.m_values) {}
20 const std::string& category)
const
22 return getT(m_values,
tag, category);
26 const std::string& category) {
27 addT(m_values, value, tag, category, 0.0);
31 const std::string& category)
const {
32 return hasT(m_values, tag, category);
36 const std::string& category)
const {
37 return hasT(m_flagStore, type, category);
41 const std::string& category,
42 const std::string& word) {
43 std::string catDec =
"<-- category -->";
44 addT(m_flagStore, word, type, category, catDec);
48 const std::string& type,
const std::string& category)
const
50 return getT(m_flagStore, type, category);
54 std::string rString =
"--------------- Acts::ActsExtension --------------- ";
56 rString +=
"- flag store: ";
58 for (
auto const& [key,
value] : m_flagStore) {
64 rString +=
"- value store: ";
66 for (
auto const& [key,
value] : m_values) {