#include "DropMetaData.h"
Definition at line 8 of file DropMetaData.h.
Enumerator |
---|
DropNone |
|
DropPrior |
|
DropAll |
|
Definition at line 10 of file DropMetaData.h.
DropMetaData::DropMetaData |
( |
enum_t |
e | ) |
|
DropMetaData::DropMetaData |
( |
std::string const & |
config | ) |
|
bool art::DropMetaData::operator!= |
( |
enum_t const |
e | ) |
const |
|
inline |
bool art::DropMetaData::operator== |
( |
enum_t const |
e | ) |
const |
|
inline |
Definition at line 13 of file DropMetaData.cc.
References art::errors::Configuration, DropAll, DropNone, and DropPrior.
Referenced by DropMetaData(), and operator!=().
16 if (dropMetaData ==
"NONE") {
18 }
else if (dropMetaData ==
"PRIOR") {
20 }
else if (dropMetaData ==
"ALL") {
24 "Illegal dropMetaData parameter value: ")
25 << dropMetaData <<
".\n" 26 <<
"Legal values are 'NONE', 'PRIOR', and 'ALL'.\n";
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
enum_t art::DropMetaData::value_ |
|
private |
The documentation for this class was generated from the following files: