LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
unique_filename.h
Go to the documentation of this file.
1 #ifndef art_Utilities_unique_filename_h
2 #define art_Utilities_unique_filename_h
3 #include <string>
4 
5 namespace art {
6  std::string unique_filename(std::string stem,
7  std::string extension = ".root");
8 }
9 
10 #endif /* art_Utilities_unique_filename_h */
11 
12 // Local Variables:
13 // mode: c++
14 // End:
std::string unique_filename(std::string stem, std::string extension=".root")
HLT enums.