LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
WorkerMap.h
Go to the documentation of this file.
1 #ifndef art_Framework_Core_WorkerMap_h
2 #define art_Framework_Core_WorkerMap_h
3 
5 
6 #include <map>
7 #include <memory>
8 
9 namespace art {
10  using WorkerMap = std::map<std::string, std::unique_ptr<Worker>>;
11 }
12 #endif /* art_Framework_Core_WorkerMap_h */
13 
14 // Local Variables:
15 // mode: c++
16 // End:
std::map< std::string, std::unique_ptr< Worker >> WorkerMap
Definition: WorkerMap.h:10
HLT enums.