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 {
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 string
Definition: nybbler.cc:12
std::string unique_filename(std::string stem, std::string extension=".root")