Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Framework
Principal
RangeSetsSupported.h
Go to the documentation of this file.
1
#ifndef art_Framework_Principal_RangeSetsSupported_h
2
#define art_Framework_Principal_RangeSetsSupported_h
3
4
#include "
canvas/Persistency/Provenance/BranchType.h
"
5
6
#include <type_traits>
7
8
namespace
art::detail
{
9
constexpr
bool
10
range_sets_supported
(
BranchType
const
bt
)
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:
BranchType.h
art::detail
Definition:
AllowedConfiguration.h:76
tracks.bt
bt
Definition:
tracks.py:83
art::BranchType
BranchType
Definition:
BranchType.h:20
art::detail::range_sets_supported
constexpr bool range_sets_supported(BranchType const bt)
Definition:
RangeSetsSupported.h:10
art::InSubRun
Definition:
BranchType.h:20
art::InRun
Definition:
BranchType.h:20
Generated by
1.8.11