LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
RangeSetsSupported.h
Go to the documentation of this file.
1 #ifndef art_Framework_Principal_RangeSetsSupported_h
2 #define art_Framework_Principal_RangeSetsSupported_h
3 
5 
6 namespace art {
7  namespace detail {
8  template <BranchType>
9  struct RangeSetsSupported : std::false_type {
10  };
11 
12  template <>
13  struct RangeSetsSupported<InRun> : std::true_type {
14  };
15  template <>
16  struct RangeSetsSupported<InSubRun> : std::true_type {
17  };
18  }
19 }
20 
21 #endif /* art_Framework_Principal_RangeSetsSupported_h */
22 
23 // Local variables:
24 // mode: c++
25 // End:
HLT enums.