fillSourceList.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_detail_fillSourceList_h
2 #define art_Framework_Art_detail_fillSourceList_h
3 
4 #include <istream>
5 #include <string>
6 #include <vector>
7 
8 namespace art::detail {
9  void fillSourceList(std::istream& ifs, std::vector<std::string>& source_list);
10 }
11 
12 #endif /* art_Framework_Art_detail_fillSourceList_h */
13 
14 // Local variables:
15 // mode: c++
16 // End:
void fillSourceList(std::istream &ifs, std::vector< std::string > &source_list)