ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetValidation
InDetPhysValMonitoring
src
InDetPlotBase.icc
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
template <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);
10
if (hd.empty()) {
11
ATH_MSG_WARNING("Histogram definition is empty for identifier " << histoIdentifier);
12
}
13
book(pHisto, hd);
14
}
Generated on
for ATLAS Offline Software by
1.17.0