LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
get_MetadataCollector.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_detail_get_MetadataCollector_h
2 #define art_Framework_Art_detail_get_MetadataCollector_h
3 
6 
7 #include <memory>
8 
9 namespace art {
10  namespace detail {
11  std::unique_ptr<MetadataCollector> get_MetadataCollector(suffix_type st);
12  }
13 }
14 
15 #endif /* art_Framework_Art_detail_get_MetadataCollector_h */
16 
17 // Local variables:
18 // mode: c++
19 // End:
HLT enums.
std::unique_ptr< MetadataCollector > get_MetadataCollector(suffix_type st)