LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ParameterSetMap.h
Go to the documentation of this file.
1 #ifndef canvas_Persistency_Provenance_ParameterSetMap_h
2 #define canvas_Persistency_Provenance_ParameterSetMap_h
3 
6 
7 #include <map>
8 
9 namespace art {
10  using ParameterSetMap = std::map<fhicl::ParameterSetID, ParameterSetBlob>;
11 }
12 
13 #endif /* canvas_Persistency_Provenance_ParameterSetMap_h */
14 
15 // Local Variables:
16 // mode: c++
17 // End:
std::map< fhicl::ParameterSetID, ParameterSetBlob > ParameterSetMap
Definition: MVAAlg.h:12