LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
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:
art::detail::RangeSetsSupported
Definition:
RangeSetsSupported.h:9
BranchType.h
art
HLT enums.
Definition:
ServiceProviderWrappers.h:36
art::InSubRun
Definition:
BranchType.h:18
art::InRun
Definition:
BranchType.h:18
art
Framework
Principal
RangeSetsSupported.h
Generated on Thu Jul 26 2018 13:09:42 for LArSoft by
1.8.11