ATLAS Offline Software
extract_histogram_tag.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include <string>
6 #include <utility>
7 
8 namespace detail {
9 
18 std::pair<std::string, int> extract_histogram_tag(const std::string& histo_name);
19 
20 
21 } // namespace detail
detail::extract_histogram_tag
std::pair< std::string, int > extract_histogram_tag(const std::string &histo_name)
Extract tag/LB number from per-LBN histogram name.
Definition: extract_histogram_tag.cxx:16
detail
Definition: extract_histogram_tag.cxx:14