LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
FileDisposition.h
Go to the documentation of this file.
1 #ifndef art_Framework_Services_FileServiceInterfaces_FileDisposition_h
2 #define art_Framework_Services_FileServiceInterfaces_FileDisposition_h
3 
4 #include <string>
5 
6 namespace art {
7  enum class FileDisposition;
8 
9  // Translate enum to string;
11 }
12 
14  PENDING = -1,
16  CONSUMED,
17  SKIPPED,
19 };
20 
21 #endif /* art_Framework_Services_FileServiceInterfaces_FileDisposition_h */
22 
23 // Local Variables:
24 // mode: c++
25 // End:
FileDisposition
std::string translateFileDisposition(FileDisposition fd)
HLT enums.