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 #include <type_traits>
7 
8 namespace art::detail {
9  constexpr bool
11  {
12  return bt == InRun || bt == InSubRun;
13  }
14 }
15 
16 #endif /* art_Framework_Principal_RangeSetsSupported_h */
17 
18 // Local variables:
19 // mode: c++
20 // End:
bt
Definition: tracks.py:83
BranchType
Definition: BranchType.h:20
constexpr bool range_sets_supported(BranchType const bt)