2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
5template <class Htype> void InDetPlotBase::book (Htype* & pHisto,
6 std::string_view histoIdentifier,
7 std::string_view nameOverride,
8 std::string_view folder){
9 const SingleHistogramDefinition hd = retrieveDefinition(histoIdentifier, folder, nameOverride);
11 ATH_MSG_WARNING("Histogram definition is empty for identifier " << histoIdentifier);