Namespaces | |
comment_detail | |
detail | |
has_insertion_operator_impl | |
sequence_detail | |
tuple_detail | |
Typedefs | |
using | exception = cet::coded_exception< error, detail::translate > |
template<typename T > | |
using | NullaryConfigPredicate_t = bool(T::*)() const |
Enumerations | |
enum | error { cant_find, cant_happen, cant_insert, number_is_too_large, parse_error, type_mismatch, protection_violation, cant_open_db, sql_error, unimplemented, other } |
enum | value_tag { UNKNOWN, NIL, BOOL, NUMBER, COMPLEX, STRING, SEQUENCE, TABLE, TABLEID } |
enum | Protection : unsigned char { Protection::NONE, Protection::PROTECT_IGNORE, Protection::PROTECT_ERROR } |
enum | par_type { par_type::ATOM, par_type::TABLE, par_type::SEQ_VECTOR, par_type::SEQ_ARRAY, par_type::TUPLE, par_type::DELEGATE, par_type::NTYPES } |
enum | par_style { par_style::REQUIRED, par_style::REQUIRED_CONDITIONAL, par_style::DEFAULT, par_style::DEFAULT_CONDITIONAL, par_style::OPTIONAL, par_style::OPTIONAL_CONDITIONAL, par_style::NTYPES } |
Title: RFFHitFinderAlg Class Author: Wes Ketchum (wketc) hum@ lanl. gov
Description: Class that runs the RFF HitFinder. Implements an RFFHitFitter, and takes the result and stores it in recob::Hit objects.
Input: recob::Wire Output: recob::Hit
using fhicl::exception = typedef cet::coded_exception<error, detail::translate> |
Definition at line 33 of file exception.h.
using fhicl::NullaryConfigPredicate_t = typedef bool (T::*)() const |
Definition at line 17 of file ConfigPredicate.h.
enum fhicl::error |
Enumerator | |
---|---|
cant_find | |
cant_happen | |
cant_insert | |
number_is_too_large | |
parse_error | |
type_mismatch | |
protection_violation | |
cant_open_db | |
sql_error | |
unimplemented | |
other |
Definition at line 15 of file exception.h.
|
strong |
Enumerator | |
---|---|
REQUIRED | |
REQUIRED_CONDITIONAL | |
DEFAULT | |
DEFAULT_CONDITIONAL | |
OPTIONAL | |
OPTIONAL_CONDITIONAL | |
NTYPES |
Definition at line 37 of file ParameterArgumentTypes.h.
|
strong |
Enumerator | |
---|---|
ATOM | |
TABLE | |
SEQ_VECTOR | |
SEQ_ARRAY | |
TUPLE | |
DELEGATE | |
NTYPES |
Definition at line 8 of file ParameterArgumentTypes.h.
|
strong |
Enumerator | |
---|---|
NONE | |
PROTECT_IGNORE | |
PROTECT_ERROR |
Definition at line 7 of file Protection.h.
enum fhicl::value_tag |
Enumerator | |
---|---|
UNKNOWN | |
NIL | |
BOOL | |
NUMBER | |
COMPLEX | |
STRING | |
SEQUENCE | |
TABLE | |
TABLEID |
Definition at line 22 of file extended_value.h.
|
inline |
Definition at line 15 of file boost_test_print_pset.h.
std::ostream& fhicl::boost_test_print_type | ( | std::ostream & | os, |
Protection const | protection | ||
) |
Definition at line 20 of file parse_document_test.cc.
void fhicl::decompose_fhicl | ( | std::string const & | filename, |
std::vector< std::string > & | records, | ||
std::vector< std::string > & | hashes | ||
) |
Definition at line 8 of file DatabaseSupport.cc.
void fhicl::decompose_parameterset | ( | fhicl::ParameterSet const & | top, |
std::vector< std::string > & | records, | ||
std::vector< std::string > & | hashes | ||
) |
Definition at line 19 of file DatabaseSupport.cc.
std::string fhicl::get_regex_replace_str | ( | std::string const & | str | ) |
Definition at line 32 of file ParameterArgumentTypes.h.
Definition at line 25 of file ParameterArgumentTypes.h.
Definition at line 19 of file ParameterArgumentTypes.h.
void fhicl::make_ParameterSet | ( | intermediate_table const & | tbl, |
ParameterSet & | ps | ||
) |
Definition at line 16 of file make_ParameterSet.cc.
void fhicl::make_ParameterSet | ( | extended_value const & | xval, |
ParameterSet & | ps | ||
) |
Definition at line 24 of file make_ParameterSet.cc.
void fhicl::make_ParameterSet | ( | std::string const & | str, |
ParameterSet & | ps | ||
) |
Definition at line 32 of file make_ParameterSet.cc.
void fhicl::make_ParameterSet | ( | std::string const & | filename, |
cet::filepath_maker & | maker, | ||
ParameterSet & | ps | ||
) |
Definition at line 40 of file make_ParameterSet.cc.
|
inline |
|
inline |
ostream & fhicl::operator<< | ( | std::ostream & | os, |
ParameterSetID const & | psid | ||
) |
Definition at line 139 of file ParameterSetID.cc.
std::ostream& fhicl::operator<< | ( | std::ostream & | os, |
Vec const & | v | ||
) |
Definition at line 29 of file CondConfig.h.
|
inline |
Definition at line 104 of file OptionalTable.h.
|
inline |
fhicl::intermediate_table fhicl::parse_document | ( | std::string const & | filename, |
cet::filepath_maker & | maker | ||
) |
Definition at line 720 of file parse.cc.
fhicl::intermediate_table fhicl::parse_document | ( | std::istream & | is, |
cet::filepath_maker & | maker | ||
) |
Definition at line 726 of file parse.cc.
fhicl::intermediate_table fhicl::parse_document | ( | std::string const & | s | ) |
Definition at line 732 of file parse.cc.
void fhicl::parse_file_and_fill_db | ( | std::string const & | filename, |
sqlite3 * | db | ||
) |
Definition at line 50 of file DatabaseSupport.cc.
bool fhicl::parse_value_string | ( | std::string const & | s, |
extended_value & | v, | ||
std::string & | unparsed | ||
) |
Definition at line 669 of file parse.cc.
std::string fhicl::to_string | ( | Protection | p | ) |
Definition at line 4 of file Protection.cc.
std::function<bool()> fhicl::use_if | ( | T * | p, |
NullaryConfigPredicate_t< T > | f | ||
) |
Definition at line 21 of file ConfigPredicate.h.
std::function<bool()> fhicl::use_unless | ( | T * | p, |
NullaryConfigPredicate_t< T > | f | ||
) |
Definition at line 28 of file ConfigPredicate.h.