orderedProcessNamesCollection.h
Go to the documentation of this file.
1 #ifndef art_Persistency_Provenance_orderedProcessNamesCollection_h
2 #define art_Persistency_Provenance_orderedProcessNamesCollection_h
3 
5 
6 #include <string>
7 #include <vector>
8 
9 namespace art::detail {
10  std::vector<std::vector<std::string>> orderedProcessNamesCollection(
11  ProcessHistoryMap const& pHistMap);
12 }
13 
14 #endif /* art_Persistency_Provenance_orderedProcessNamesCollection_h */
15 
16 // Local variables:
17 // mode: c++
18 // End:
std::vector< std::vector< std::string > > orderedProcessNamesCollection(ProcessHistoryMap const &pHistMap)
std::map< ProcessHistoryID const, ProcessHistory > ProcessHistoryMap