#include <OutputFileGranularity.h>
Definition at line 13 of file OutputFileGranularity.h.
art::Granularity::~Granularity |
( |
| ) |
|
|
inlinenoexcept |
art::Granularity::Granularity |
( |
BT const |
b | ) |
|
|
inlinenoexcept |
art::Granularity::Granularity |
( |
Granularity const & |
rhs | ) |
|
|
inlinenoexcept |
static constexpr std::size_t art::Granularity::NBoundaries |
( |
| ) |
|
|
inlinestatic |
art::Granularity::operator std::size_t |
( |
| ) |
const |
|
inline |
BT art::Granularity::operator() |
( |
| ) |
const |
|
inline |
Definition at line 24 of file OutputFileGranularity.h.
26 if (spec ==
"Event") {
28 }
else if (spec ==
"SubRun") {
30 }
else if (spec ==
"Run") {
32 }
else if (spec ==
"InputFile") {
34 }
else if (spec ==
"Job") {
36 }
else if (spec ==
"Unset") {
40 <<
"Specified output-file switching boundary (\"" << spec
41 <<
"\") not supported.\n" 42 "Please choose from:\n"
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
std::atomic<BT> art::Granularity::b_ |
|
private |
The documentation for this class was generated from the following file: