ParameterSetMap.h
Go to the documentation of this file.
1 #ifndef canvas_Persistency_Provenance_ParameterSetMap_h
2 #define canvas_Persistency_Provenance_ParameterSetMap_h
5 #include <map>
6 
7 namespace art {
8  typedef std::map<fhicl::ParameterSetID, ParameterSetBlob> ParameterSetMap;
9 }
10 
11 #endif /* canvas_Persistency_Provenance_ParameterSetMap_h */
12 
13 // Local Variables:
14 // mode: c++
15 // End:
std::map< fhicl::ParameterSetID, ParameterSetBlob > ParameterSetMap