rangeSetFromFileIndex.h
Go to the documentation of this file.
1 #ifndef art_Framework_IO_Root_detail_rangeSetFromFileIndex_h
2 #define art_Framework_IO_Root_detail_rangeSetFromFileIndex_h
3 
7 
8 namespace art {
9  namespace detail {
10  RangeSet rangeSetFromFileIndex(FileIndex const& fileIndex,
11  RunID runID,
12  bool compactRanges);
13 
14  RangeSet rangeSetFromFileIndex(FileIndex const& fileIndex,
15  SubRunID subRunID,
16  bool compactRanges);
17  }
18 }
19 
20 #endif /* art_Framework_IO_Root_detail_rangeSetFromFileIndex_h */
21 
22 // Local Variables:
23 // mode: c++
24 // End:
RangeSet rangeSetFromFileIndex(FileIndex const &fileIndex, RunID runID, bool compactRanges)