LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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 {
10  namespace detail {
11 
12  std::vector<std::vector<std::string>> orderedProcessNamesCollection(
13  ProcessHistoryMap const& pHistMap);
14  }
15 }
16 
17 #endif /* art_Persistency_Provenance_orderedProcessNamesCollection_h */
18 
19 // Local variables:
20 // mode: c++
21 // End:
std::vector< std::vector< std::string > > orderedProcessNamesCollection(ProcessHistoryMap const &pHistMap)
std::map< ProcessHistoryID const, ProcessHistory > ProcessHistoryMap
HLT enums.