Namespaces | |
_ | |
detail | |
sqlite | |
Typedefs | |
using | no_tag = char(&)[1] |
using | yes_tag = char(&)[2] |
using | n = std::void_t< T > |
template<typename T , typename U , typename R = void> | |
using | enable_if_same_t = std::enable_if_t< std::is_same_v< T, U >, R > |
template<typename FT , FT f, typename R = void> | |
using | enable_if_function_exists_t = enable_if_same_t< FT, decltype(f), R > |
Functions | |
std::string | bold_fontify (std::string const &s) |
bool | canonical_number (std::string const &value, std::string &result) |
std::string | escape (std::string const &str) |
std::string | unescape (std::string const &str) |
bool | is_single_quoted_string (std::string const &str) |
bool | is_double_quoted_string (std::string const &str) |
bool | is_quoted_string (std::string const &str) |
bool | canonical_string (std::string const &str, std::string &result) |
std::string | canonical_string (std::string const &str) |
std::string::size_type | column_width (std::vector< std::string > const &) |
template<class FwdCont , class Func > | |
auto | for_all (FwdCont &, Func) |
template<class FwdCont , class Func > | |
auto | for_all (FwdCont const &, Func) |
template<class FwdCont , class FwdIter > | |
auto | copy_all (FwdCont &, FwdIter) |
template<class FwdCont , class FwdIter > | |
auto | copy_all (FwdCont const &, FwdIter) |
template<class FwdCont , class FwdIter , class Pred > | |
auto | copy_if_all (FwdCont &, FwdIter, Pred) |
template<class FwdCont , class FwdIter , class Pred > | |
auto | copy_if_all (FwdCont const &, FwdIter, Pred) |
template<class FwdCont , class Datum > | |
auto | find_in_all (FwdCont &, Datum const &) |
template<class FwdCont , class Datum > | |
auto | find_in_all (FwdCont const &, Datum const &) |
template<class FwdCont , class Datum > | |
bool | search_all (FwdCont const &, Datum const &) |
template<class FwdCont , class Datum > | |
bool | binary_search_all (FwdCont const &, Datum const &) |
template<class FwdCont , class Datum > | |
auto | lower_bound_all (FwdCont &, Datum const &) |
template<class FwdCont , class Datum > | |
auto | lower_bound_all (FwdCont const &, Datum const &) |
template<class FwdCont , class Datum , class Pred > | |
auto | lower_bound_all (FwdCont &, Datum const &, Pred) |
template<class FwdCont , class Datum , class Pred > | |
auto | lower_bound_all (FwdCont const &, Datum const &, Pred) |
template<class RandCont > | |
void | sort_all (RandCont &) |
template<class RandCont , class Pred > | |
void | sort_all (RandCont &, Pred) |
template<class RandCont > | |
void | stable_sort_all (RandCont &) |
template<class RandCont , class Pred > | |
void | stable_sort_all (RandCont &, Pred) |
template<class Container , class OutputIt , class UnaryOp > | |
auto | transform_all (Container &, OutputIt, UnaryOp) |
template<class Container , class OutputIt , class UnaryOp > | |
auto | transform_all (Container const &, OutputIt, UnaryOp) |
template<class Container1 , class Container2 , class OutputIt , class BinaryOp > | |
auto | transform_all (Container1 &, Container2 &, OutputIt, BinaryOp) |
template<class Container1 , class Container2 , class OutputIt , class BinaryOp > | |
auto | transform_all (Container1 const &, Container2 const &, OutputIt, BinaryOp) |
template<class FwdCont , class Func > | |
void | for_all_with_index (FwdCont &, Func) |
template<class FwdCont , class Func > | |
void | for_all_with_index (FwdCont const &, Func) |
template<class E > | |
void | swap (exempt_ptr< E > &, exempt_ptr< E > &) noexcept |
template<class E > | |
exempt_ptr< E > | make_exempt_ptr (E *) noexcept |
template<class E > | |
bool | operator== (exempt_ptr< E > const &, exempt_ptr< E > const &) |
template<class E > | |
bool | operator!= (exempt_ptr< E > const &, exempt_ptr< E > const &) |
template<class E > | |
bool | operator== (exempt_ptr< E > const &, std::nullptr_t const &) |
template<class E > | |
bool | operator!= (exempt_ptr< E > const &, std::nullptr_t const &) |
template<class E > | |
bool | operator== (std::nullptr_t const &, exempt_ptr< E > const &) |
template<class E > | |
bool | operator!= (std::nullptr_t const &, exempt_ptr< E > const &) |
template<class E > | |
bool | operator< (exempt_ptr< E > const &, exempt_ptr< E > const &) |
template<class E > | |
bool | operator> (exempt_ptr< E > const &, exempt_ptr< E > const &) |
template<class E > | |
bool | operator<= (exempt_ptr< E > const &, exempt_ptr< E > const &) |
template<class E > | |
bool | operator>= (exempt_ptr< E > const &, exempt_ptr< E > const &) |
bool | file_exists (std::string const &qualified_filename) |
bool | is_absolute_filepath (std::string const &qualified_filename) |
bool | is_relative_filepath (std::string const &qualified_filename) |
std::string | getenv (std::string const &name) |
std::string | getenv (std::string const &name, std::nothrow_t) |
template<typename PTR_T > | |
PTR_T | hard_cast (void *src) |
template<typename PTR_T > | |
void | hard_cast (void *src, PTR_T &dest) |
template<class T > | |
std::enable_if_t< std::is_arithmetic_v< T >, T > | hypot (T x, T y) |
template<class T > | |
std::enable_if_t< std::is_arithmetic_v< T >, T > | unchecked_hypot (T x, T y) |
template<class T > | |
std::enable_if_t< std::is_arithmetic_v< T >, T > | checked_hypot (T x, T y) |
void | include (std::istream &in, std::string &result) |
void | include (std::istream &in, std::string const &search_path_arg, std::string &result) |
void | loadable_libraries (std::ostream &os, std::string const &spec, std::string const &suffix) |
std::string | lpad (std::string const &pad_me, std::string::size_type wanted_size, char char_to_pad_with= ' ') |
bool | operator== (map_vector_key const &, map_vector_key const &) noexcept |
bool | operator!= (map_vector_key const &, map_vector_key const &) noexcept |
bool | operator< (map_vector_key const &, map_vector_key const &) noexcept |
bool | operator> (map_vector_key const &, map_vector_key const &) noexcept |
bool | operator<= (map_vector_key const &, map_vector_key const &) noexcept |
bool | operator>= (map_vector_key const &, map_vector_key const &) noexcept |
std::ostream & | operator<< (std::ostream &, map_vector_key const &) |
template<class T > | |
void | swap (maybe_ref< T > &, maybe_ref< T > &) |
template<class T > | |
bool | operator== (maybe_ref< T > const &left, maybe_ref< T > const &right) |
template<class T > | |
std::ostream & | operator<< (std::ostream &os, maybe_ref< T > const &item) |
bool | operator== (MD5Result const &a, MD5Result const &b) |
bool | operator< (MD5Result const &a, MD5Result const &b) |
bool | operator!= (MD5Result const &a, MD5Result const &b) |
std::ostream & | operator<< (std::ostream &os, MD5Result const &r) |
constexpr char const * | os_libpath () |
constexpr char const * | plugin_libpath () |
template<unsigned N, class T > | |
constexpr T | pow (T x) |
template<class T > | |
constexpr T | square (T x) |
template<class T > | |
constexpr T | cube (T x) |
template<class T > | |
constexpr T | fourth (T x) |
template<class T > | |
constexpr T | diff_of_squares (T x, T y) |
template<class T > | |
constexpr T | sum_of_squares (T x, T y) |
template<class T > | |
constexpr T | sum_of_squares (T x, T y, T z) |
template<typename T > | |
T & | get_underlying (propagate_const< T > &) |
template<typename T > | |
T const & | get_underlying (propagate_const< T > const &) |
bool | replace_all (std::string &in, std::string const &from, std::string const &to) |
Replace all occurrences of from in string with to. More... | |
std::string | rpad (std::string const &pad_me, std::string::size_type wanted_size, char char_to_pad_with= ' ') |
std::ostream & | operator<< (std::ostream &os, search_path const &p) |
std::string | shlib_prefix () |
std::string | shlib_suffix () |
template<class charT , class traits > | |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &, simple_stats const &) |
template<typename F > | |
auto | repeated_task (std::size_t const nInstances, F func) |
template<class OutIter > | |
void | split (std::string const &s, char c, OutIter dest) |
template<class Pred , class OutIter > | |
void | split_if (std::string const &s, Pred is_sep, OutIter dest) |
std::vector< std::string > | split_by_regex (std::string const &str, std::regex const &re) |
std::vector< std::string > | split_by_regex (std::string const &str, std::string const &delimSet) |
void | split_path (std::string const &path, std::vector< std::string > &components) |
std::string & | trim_right (std::string &source, std::string const &t=" ") |
std::string & | trim_left (std::string &source, std::string const &t=" ") |
std::string & | trim (std::string &source, std::string const &t=" ") |
std::string | trim_right_copy (std::string source, std::string const &t=" ") |
std::string | trim_left_copy (std::string source, std::string const &t=" ") |
std::string | trim_copy (std::string source, std::string const &t=" ") |
template<class E , class C , class D > | |
void | swap (value_ptr< E, C, D > &, value_ptr< E, C, D > &) noexcept |
template<class E , class C , class D > | |
bool | operator== (value_ptr< E, C, D > const &, value_ptr< E, C, D > const &) |
template<class E , class C , class D > | |
bool | operator!= (value_ptr< E, C, D > const &, value_ptr< E, C, D > const &) |
template<class E , class C , class D > | |
bool | operator== (value_ptr< E, C, D > const &, std::nullptr_t const &) |
template<class E , class C , class D > | |
bool | operator!= (value_ptr< E, C, D > const &, std::nullptr_t const &) |
template<class E , class C , class D > | |
bool | operator== (std::nullptr_t const &, value_ptr< E, C, D > const &) |
template<class E , class C , class D > | |
bool | operator!= (std::nullptr_t const &, value_ptr< E, C, D > const &) |
template<class E , class C , class D > | |
bool | operator< (value_ptr< E, C, D > const &, value_ptr< E, C, D > const &) |
template<class E , class C , class D > | |
bool | operator> (value_ptr< E, C, D > const &, value_ptr< E, C, D > const &) |
template<class E , class C , class D > | |
bool | operator<= (value_ptr< E, C, D > const &, value_ptr< E, C, D > const &) |
template<class E , class C , class D > | |
bool | operator>= (value_ptr< E, C, D > const &, value_ptr< E, C, D > const &) |
Variables | |
template<class U > | |
constexpr std::size_t | bit_size_v = bit_size<U>::value |
template<typename T > | |
std::string const & | PluginTypeDeducer_v = PluginTypeDeducer<T>::value |
path_tag_t const | path_tag |
using cet::enable_if_function_exists_t = typedef enable_if_same_t<FT, decltype(f), R> |
Definition at line 46 of file metaprogramming.h.
using cet::enable_if_same_t = typedef std::enable_if_t<std::is_same_v<T, U>, R> |
Definition at line 43 of file metaprogramming.h.
Definition at line 28 of file metaprogramming.h.
using cet::no_tag = typedef char (&)[1] |
Definition at line 10 of file metaprogramming.h.
using cet::yes_tag = typedef char (&)[2] |
Definition at line 11 of file metaprogramming.h.
|
inline |
|
inline |
Definition at line 8 of file bold_fontify.h.
Referenced by art::ServicesManager::addSystemService().
bool cet::canonical_number | ( | std::string const & | value, |
std::string & | result | ||
) |
Referenced by fhicl::real_parser::parse(), fhicl::hex_parser::parse(), and fhicl::bin_parser::parse().
|
inline |
Definition at line 58 of file canonical_string.h.
References log::success().
Referenced by art::FileCatalogMetadata::addMetadata(), and art::FileCatalogMetadata::addMetadataString().
std::string cet::canonical_string | ( | std::string const & | str | ) |
Definition at line 43 of file hypot.h.
References T, and unchecked_hypot().
Referenced by hypot().
std::string::size_type cet::column_width | ( | std::vector< std::string > const & | ) |
|
inline |
Definition at line 132 of file container_algorithms.h.
References febshutoff_auto::end.
Referenced by cet::search_path::find_files(), art::FileCatalogMetadata::getMetadata(), art::PtrVector< T >::operator=(), art::Hash< I >::print(), and art::PtrVector< T >::PtrVector().
|
inline |
Definition at line 141 of file container_algorithms.h.
|
inline |
|
inline |
Definition at line 160 of file container_algorithms.h.
Definition at line 27 of file pow.h.
References T, and submit_syst::x.
std::string cet::escape | ( | std::string const & | str | ) |
bool cet::file_exists | ( | std::string const & | qualified_filename | ) |
|
inline |
|
inline |
Definition at line 179 of file container_algorithms.h.
|
inline |
Definition at line 90 of file container_algorithms.h.
References febshutoff_auto::end.
Referenced by art::detail::columnWidth(), fhicl::OptionalSequence< T, N >::do_walk_elements(), fhicl::Sequence< string >::do_walk_elements(), fhicl::OptionalSequence< T,-1ull >::do_walk_elements(), fhicl::Sequence< T,-1ull >::do_walk_elements(), art::TimeTracker::logToDestination_(), fhicl::OptionalTable< T >::validate_ParameterSet(), fhicl::Table< T, KeysToIgnore >::validate_ParameterSet(), fhicl::detail::ParameterWalker< C >::walk_over(), art::ProvenanceCheckerOutput::write(), evdb::ParameterSetEditFrame::~ParameterSetEditFrame(), and evdb::ParameterSetEditRow::~ParameterSetEditRow().
|
inline |
Definition at line 99 of file container_algorithms.h.
|
inline |
Definition at line 109 of file container_algorithms.h.
References e, MakeMiniprodValidationCuts::f, and MECModelEnuComparisons::i.
Referenced by art::RandomNumberGenerator::print_().
|
inline |
Definition at line 120 of file container_algorithms.h.
References e, MakeMiniprodValidationCuts::f, and MECModelEnuComparisons::i.
Definition at line 33 of file pow.h.
References diff_of_squares(), sum_of_squares(), T, submit_syst::x, submit_syst::y, and test::z.
Referenced by xsec_tot_uncert_optimization(), and xsec_uncertainty_per_bin().
T & cet::get_underlying | ( | propagate_const< T > & | iP | ) |
Definition at line 99 of file propagate_const.h.
References cet::propagate_const< T >::m_value, and T.
T const & cet::get_underlying | ( | propagate_const< T > const & | iP | ) |
Definition at line 105 of file propagate_const.h.
References cet::propagate_const< T >::m_value.
std::string cet::getenv | ( | std::string const & | name | ) |
Referenced by novadaq::EnvVarCache::_doGetEnvVar(), Analyse_Data2DataComp(), Analyse_Data2DataComp_HigherEnergyCuts(), Analyse_Data2DataComp_kNumu2020ND(), ana::CalculateFluxAndNoCorrelatedErrorBand(), nova::database::Table::CreateFromDB(), nova::database::Table::CreateFromXML(), nova::dbi::Table::CreateFromXML(), evgb::CRYHelper::CRYHelper(), gov::fnal::cd::rms::provider::DDSConnection::DDSConnection(), comi::CosmicMetrics::endJob(), comi::DataCheck::endJob(), calib::CalibAna::endJob(), ana::SAMQuerySource::EnsureDataset(), ana::SAMQuerySource::EnsureSnapshot(), ana::FileListSource::FileListSource(), meta::Metadata::FillMetadata(), om::Icons::Find(), ana::FindPackageDir(), ana::StanFitter::FitHelperSeeded(), generate_fc_binlists(), lem::get_release(), calib::Calibrator::GetAbsConstsCSVPath(), calib::Calibrator::GetAttenCSVPath(), nova::database::Table::GetConnection(), nutools::dbi::Table::GetConnection(), nova::dbi::Table::GetConnection(), nova::database::Table::GetConnectionInfo(), nutools::dbi::Table::GetConnectionInfo(), nova::dbi::Table::GetConnectionInfo(), calib::DriftCache::GetCSVPath(), calib::AttenCache::GetCSVPath(), calib::Calibrator::GetDriftConstsCSVPath(), ana::GetFittingDirectory(), GetMatrices(), GetMECTuningDirectory(), jw::GetMECTuningDirectory(), GetNueCosmics2017(), GetNueCosmics2018(), GetNueCosmics2019(), ana::GetNueCosmics2020(), GetNuePrediction2017(), GetNuePrediction2018(), GetNuePrediction2019(), ana::GetNuePrediction2020(), GetNuePredictionFuture(), GetNuePredPath(), GetNumuCosmics2017(), GetNumuCosmics2018(), GetNumuCosmics2019(), ana::GetNumuCosmics2020(), test::GetNumuPrediction(), GetNumuPredictions2017(), GetNumuPredictions2018(), GetNumuPredictions2019(), nutools::dbi::Table::GetPassword(), nova::dbi::Table::GetPassword(), GetPPFXWeightsDir(), getPredictions(), ShmRdWr::getShmKey(), GetSystsFromFile(), calib::Calibrator::GetTimingConstsCSVPath(), genie::utils::xml::GetXMLPathList(), gibuu::GiBUURegen::GiBUURegen(), hyperon_macro(), hyperon_nom_macro(), ana::IFDHSilent::IFDHSilent(), caf::CAFMaker::InitializeOutfile(), ana::GetNCCosRejKeras::InitKeras(), ana::GetMuonID::InitTMVA(), ana::nueccinc::GetElectronID::InitTMVA(), ana::GetBPFMuonID::InitTMVA(), ana::GetNCCosRejBDTG2020::InitTMVA(), ana::GetBestTrack::InitTMVA(), ana::nueccinc::GetBestProng::InitTMVA(), ana::GetBestBPFTrack::InitTMVA(), ana::nueccinc::GetElectronIDForProng::InitTMVA(), ana::GetNCCosRejG::InitTMVA(), ana::GetNCCosRej::InitTMVA(), ana::GetNCCosRejp1::InitTMVA(), ana::GetNCCosRejp2::InitTMVA(), ana::muonid_classifier::InitTMVA(), ana::GetNCCosRejp3_5::InitTMVA(), ana::GetNCCosRejp4_6::InitTMVA(), ana::GetPionID::InitTMVAGamma(), ana::GetPionTrack::InitTMVAGamma(), ana::GetGammaIDVal::InitTMVAGamma(), ana::GetPionID::InitTMVAPion(), ana::GetPionTrack::InitTMVAPion(), ana::GetBestPionID::InitTMVAPion(), ana::GetBestPionTrack::InitTMVAPion(), ana::GetPionIDVal::InitTMVAPion(), ana::GetPionID::InitTMVAProton(), ana::GetPionTrack::InitTMVAProton(), ana::GetProtonIDVal::InitTMVAProton(), ana::InputPath(), ana::InstallHandlers::InstallHandlers(), joint_fit_2017_make_fc_slice(), joint_fit_2017_make_fc_surf(), lem::LEMClient::LEMClient(), lem::LEMWorker::LEMWorker(), lem::LEMWorkerOutput::LEMWorkerOutput(), ana::Limit(), load_libs(), nutools::dbi::Table::LoadConditionsTable(), genie::ReinSehgalRESPXSec::LoadConfig(), LoadCosmic(), LoadCosmicHist(), LoadCovMx(), LoadData(), LoadExtrapPrediction(), LoadFakeData(), calib::TimingCache::LoadFromDatabase(), calib::AbsCache::LoadFromVldDatabase(), gibuu::GiBUURegen::LoadGenieXSecs(), LoadISysts(), LoadPPFX(), LoadPrediction(), ana::LoadSystematics(), nutools::dbi::Table::LoadUnstructuredConditionsTable(), nova::dbi::Table::LoadValidityTable(), ana::SAMQuerySource::LocateSAMFiles(), ana::SAMQuerySource::LocationsForSAMQuery(), main(), make_dst_cosrejbdttrain(), make_extrap_figure_hists(), make_fc_mass_and_oct_nersc_2018(), make_fc_mass_and_oct_nersc_2019(), make_fc_mh_nersc_2018(), make_fc_mh_nersc_2019(), make_fc_oct_nersc_2018(), make_fc_oct_nersc_2019(), make_fc_slices_nersc_2018(), make_fc_slices_nersc_2018_stats(), make_fc_slices_nersc_2019(), make_fc_surfaces_nersc_2018(), make_fc_surfaces_nersc_2018_stats(), make_fc_surfaces_nersc_2019(), make_rockpred(), MakeCovMx(), ana::MakeCutVec(), MakeSurface(), MakeSysts(), meta::MetadataParse::MetadataParse(), ana::MuonLLR(), g4n::NeutronSubstitutionProcess::NeutronSubstitutionProcess(), ana::Offset(), evgen::CORSIKAGen::openDBs(), evdb::JobMenu::OpenJob(), ana::FixGibuuWeight::operator()(), evdb::PicturePool(), plot_quantile_boundaries_2020(), plot_quantile_boundaries_twosamples_2020(), plot_xsecs(), ana::PredictionSyst3Flavor2020::PredictionSyst3Flavor2020(), fxwgt::FluxWeightCalculator::reconfigure(), om::OnMonProd::reconfigure(), gov::fnal::cd::rms::util::ReentrantGetEnv(), novadaq::LocationUtils::replaceEnvVars(), nova::database::Table::Reset(), ana::SAMQuerySource::RunningOnGrid(), nutools::dbi::Util::RunningOnGrid(), nova::dbi::Util::RunningOnGrid(), ana::RunningOnGrid(), evgb::CRYHelper::Sample(), ana::SAMProjectSource::SAMProjectSource(), om::GUIModelData::SetCSVFile(), SetCut(), SetCuts(), nova::database::Table::SetPasswordFile(), nova::dbi::Table::SetPasswordFile(), nutools::dbi::Table::SetPasswordFile(), specprod_numuccinc(), StatErrorsEnabled::StatErrorsEnabled(), ana::Stride(), nova::database::Table::Table(), nutools::dbi::Table::Table(), nova::dbi::Table::Table(), IOManager::TagNameBySample(), test_stanfit_systpulls(), DevelopmentTests::testDBCommandCache(), GeneralTests::testEnvVarReplacement(), DevelopmentTests::testUpdateTwice(), BasicTests::testUpdateTwice(), DevelopmentTests::testUserName(), evd::HeaderDrawer::Text(), novadaq::LocationUtils::translateURL(), TrimCAFs(), trimmubarid(), trimvar(), UnfoldXSec(), ana::FileReducer::UpdateMetadata(), ana::SpectrumLoaderBase::WildcardOrSAMQuery(), nutools::dbi::Table::Write(), nova::dbi::Table::Write(), and ana::ProfilerSupport::~ProfilerSupport().
std::string cet::getenv | ( | std::string const & | name, |
std::nothrow_t | |||
) |
|
inline |
Definition at line 19 of file hard_cast.h.
References make_syst_table_plots::dest.
Referenced by cet::LibraryManager::getSymbolByLibspec(), and cet::LibraryManager::getSymbolByPath().
Definition at line 28 of file hard_cast.h.
Definition at line 60 of file hypot.h.
References checked_hypot().
Referenced by photrans::ImprovedTransport::GetPosCorr(), photrans::line_efficiency(), screen_to_activevertex(), and unchecked_hypot().
void cet::include | ( | std::istream & | in, |
std::string & | result | ||
) |
Referenced by art::MemoryTracker::checkMallocConfig_().
void cet::include | ( | std::istream & | in, |
std::string const & | search_path_arg, | ||
std::string & | result | ||
) |
bool cet::is_absolute_filepath | ( | std::string const & | qualified_filename | ) |
|
inline |
Definition at line 46 of file canonical_string.h.
References cet::detail::is_quoted_string().
Referenced by is_quoted_string().
|
inline |
Definition at line 52 of file canonical_string.h.
References is_double_quoted_string(), and is_single_quoted_string().
bool cet::is_relative_filepath | ( | std::string const & | qualified_filename | ) |
|
inline |
Definition at line 40 of file canonical_string.h.
References cet::detail::is_quoted_string().
Referenced by is_quoted_string().
void cet::loadable_libraries | ( | std::ostream & | os, |
std::string const & | spec, | ||
std::string const & | suffix | ||
) |
|
inline |
|
inline |
Definition at line 218 of file container_algorithms.h.
|
inline |
|
inline |
Definition at line 236 of file container_algorithms.h.
std::string cet::lpad | ( | std::string const & | pad_me, |
std::string::size_type | wanted_size, | ||
char | char_to_pad_with = ' ' |
||
) |
Referenced by art::FileDumperOutput::printProductInfo().
|
noexcept |
|
inlinenoexcept |
Definition at line 297 of file map_vector.h.
bool cet::operator!= | ( | cet::exempt_ptr< E > const & | x, |
cet::exempt_ptr< E > const & | y | ||
) |
Definition at line 219 of file exempt_ptr.h.
References operator==().
bool cet::operator!= | ( | exempt_ptr< E > const & | x, |
std::nullptr_t const & | y | ||
) |
Definition at line 233 of file exempt_ptr.h.
References operator==().
bool cet::operator!= | ( | std::nullptr_t const & | x, |
exempt_ptr< E > const & | y | ||
) |
Definition at line 247 of file exempt_ptr.h.
References operator==().
bool cet::operator!= | ( | value_ptr< E, C, D > const & | x, |
value_ptr< E, C, D > const & | y | ||
) |
Definition at line 352 of file value_ptr.h.
References operator==().
bool cet::operator!= | ( | value_ptr< E, C, D > const & | x, |
std::nullptr_t const & | y | ||
) |
Definition at line 366 of file value_ptr.h.
References operator==().
bool cet::operator!= | ( | std::nullptr_t const & | x, |
value_ptr< E, C, D > const & | y | ||
) |
Definition at line 380 of file value_ptr.h.
References operator==().
|
inlinenoexcept |
Definition at line 303 of file map_vector.h.
bool cet::operator< | ( | cet::exempt_ptr< E > const & | x, |
cet::exempt_ptr< E > const & | y | ||
) |
bool cet::operator< | ( | value_ptr< E, C, D > const & | x, |
value_ptr< E, C, D > const & | y | ||
) |
std::basic_ostream< charT, traits > & cet::operator<< | ( | std::basic_ostream< charT, traits > & | os, |
simple_stats const & | stats | ||
) |
Definition at line 95 of file simple_stats.h.
References stats().
|
inline |
std::ostream& cet::operator<< | ( | std::ostream & | os, |
search_path const & | p | ||
) |
|
inline |
Definition at line 127 of file maybe_ref.h.
|
inline |
Definition at line 49 of file MD5Digest.h.
References cet::MD5Result::toString().
|
inlinenoexcept |
Definition at line 315 of file map_vector.h.
bool cet::operator<= | ( | cet::exempt_ptr< E > const & | x, |
cet::exempt_ptr< E > const & | y | ||
) |
Definition at line 273 of file exempt_ptr.h.
References submit_syst::x, and submit_syst::y.
bool cet::operator<= | ( | value_ptr< E, C, D > const & | x, |
value_ptr< E, C, D > const & | y | ||
) |
|
inlinenoexcept |
Definition at line 291 of file map_vector.h.
|
inline |
Definition at line 120 of file maybe_ref.h.
References cet::maybe_ref< T >::ref().
bool cet::operator== | ( | cet::exempt_ptr< E > const & | x, |
cet::exempt_ptr< E > const & | y | ||
) |
Definition at line 212 of file exempt_ptr.h.
References cet::exempt_ptr< Element >::get().
Referenced by operator!=().
bool cet::operator== | ( | exempt_ptr< E > const & | x, |
std::nullptr_t const & | y | ||
) |
Definition at line 226 of file exempt_ptr.h.
References cet::exempt_ptr< Element >::get(), and submit_syst::y.
bool cet::operator== | ( | std::nullptr_t const & | x, |
exempt_ptr< E > const & | y | ||
) |
bool cet::operator== | ( | value_ptr< E, C, D > const & | x, |
value_ptr< E, C, D > const & | y | ||
) |
Definition at line 345 of file value_ptr.h.
References cet::value_ptr< Element, Cloner, Deleter >::get().
bool cet::operator== | ( | value_ptr< E, C, D > const & | x, |
std::nullptr_t const & | y | ||
) |
Definition at line 359 of file value_ptr.h.
References cet::value_ptr< Element, Cloner, Deleter >::get(), and submit_syst::y.
bool cet::operator== | ( | std::nullptr_t const & | x, |
value_ptr< E, C, D > const & | y | ||
) |
Definition at line 373 of file value_ptr.h.
References cet::value_ptr< Element, Cloner, Deleter >::get().
|
inlinenoexcept |
Definition at line 309 of file map_vector.h.
bool cet::operator> | ( | cet::exempt_ptr< E > const & | x, |
cet::exempt_ptr< E > const & | y | ||
) |
Definition at line 266 of file exempt_ptr.h.
References submit_syst::x.
bool cet::operator> | ( | value_ptr< E, C, D > const & | x, |
value_ptr< E, C, D > const & | y | ||
) |
|
inlinenoexcept |
Definition at line 321 of file map_vector.h.
bool cet::operator>= | ( | cet::exempt_ptr< E > const & | x, |
cet::exempt_ptr< E > const & | y | ||
) |
Definition at line 280 of file exempt_ptr.h.
References submit_syst::y.
bool cet::operator>= | ( | value_ptr< E, C, D > const & | x, |
value_ptr< E, C, D > const & | y | ||
) |
|
inline |
Definition at line 12 of file os_libpath.h.
|
inline |
Definition at line 12 of file plugin_libpath.h.
Definition at line 72 of file pow.h.
Referenced by ValidCalibPDF::AbsoluteCalibration(), AddQuadrature(), AddQuadrature2D(), AddStatisticalUncertainty(), AddUpDwUncerts(), AddUpDwUncerts2D(), genie::GRV98LO::AllPDFs(), singlekaon_xsec::Amatrix_NN(), genie::AlamSimoAtharVacasSKPXSec2014::Amatrix_NN(), singlekaon_xsec::Amatrix_NP(), genie::AlamSimoAtharVacasSKPXSec2014::Amatrix_NP(), singlekaon_xsec::Amatrix_PP(), genie::AlamSimoAtharVacasSKPXSec2014::Amatrix_PP(), calib::ADCShapeFitAna::analyze(), sn::SNSlicerAna::analyze(), mono::Monopole::analyze(), genie::alvarezruso::ARSampledNucleus::ARSampledNucleus(), lem::MakePID::AvgAndFit(), lem::MakePID::beginJob(), calib::MuondEdxAna::beginJob(), ana::best_spline_find_mode(), ana::best_spline_mode_fcn(), cmf::GridPointsBestFit::BestFitPlots(), BinByBinTemplateFit(), BinByBinTemplateFit_TemplateResults(), cmf::ChiSqrCalculator::BinCNPChiSqr(), genie::utils::BindHitNucleon(), BuildMetricsTree_OnMon(), slid::ParticleIDAlg::CalcAsymIneria(), calcBinnedSOverSSBSqr(), CalcFOM(), ana::CalcMECDoubleGaussEnh(), ana::CalcMECDoubleGaussEnhDOWN(), ana::CalcMECDoubleGaussEnhNux(), ana::CalcMECDoubleGaussEnhUP(), ana::CalcMECGaussEnh(), calcSOverSSB(), Calculate2DChi2(), CalculateENuChi2(), CalculateQ2Chi2(), checkBeam(), cmf::ChiSqrCalculator::ChiSqrNuisance(), genie::utils::frgmfunc::collins_spiller_func(), rsim::CommonParameters::CommonParameters(), CompareToTrueSignal(), fuzz::FuzzyKMeanAlg::ComputeA(), g4n::FLSHitListAction::ComputeCerenkovPhotons(), ComputeErrors(), genie::utils::ComputeFullQELPXSec(), beamlinegeo::BeamlineGeometry::ConfigureGeometry(), ana::CountingExperimentPValue(), ana::CountingExperimentPValueByLL(), beamlinereco::WCHitFinderAlg::createNeighborhoodMatrix(), d3sigma_calc(), DDTOnMonPlotMaker(), DataCompression::decodeVal(), g4n::PrintTables::dEdx(), calib::BetheBlochAnalytic::Delta(), demoBarChart(), singlekaon_xsec::diffxsec(), sn::TrackActivityRemover::DistanceHitToTrackBody(), lem::DistanceMap::DistFunc(), geo::LiveGeometry::DistToClosestBadRegion(), nueccinc_test::NueCCIncGlobalFitter::doFullFit(), ana::NumuCCIncPionTemplateFitter::doFullFit(), ana::nueccinc::NueCCIncTemplateFitter::doFullFit(), ana::GenericSystComponentScale< T >::DoShift(), plot_validation_datamc.Spectrum::Draw(), plot_validation_datamc_2018.Spectrum::Draw(), DrawCCOscillations(), DrawConfig(), rwgt::MakeGENIEReweightTable::endJob(), genie::utils::EnergyDeltaFunctionSolutionQEL(), evgen::CosmicsGen::Enhance(), errAoverB(), osc::_PMNS< T >::EvalEqn21(), lem::EventSummary::EventSummary(), beamlineutil::BeamlineMagneticField::FieldFromCurrent(), cmf::FitFeldmanCousinsPoint::FillHistograms(), nueccinc_test::NueCCIncGlobalFitter::FillParameterCovariance(), ana::nueccinc::NueCCIncTemplateFitter::FillStatisticCovarianceMatrix(), airshower::AirSlicer::FindNeighbors(), me::MEFinder::FindNoiseHitRange(), ana::FluxMultiverseSyst::FindSigmaBoundaries(), fit_thresh_corrs(), fit_thresh_corrs_fb(), cmf::FitFunction_ForROOT(), FOMCalc(), for(), fragmentAngularDistribution(), fragmentAngularDistributionGM(), fragmentEnergy(), fragmentEnergyDistributionDifferentAngles(), genie::LwlynSmithQELCCPXSec::FullDifferentialXSec(), func0(), atomicdata::fz3226(), GammaFunction(), Gaus(), genie::NNBarOscPrimaryVtxGenerator::GenerateFermiMomentum(), get_rms(), getBestFit(), g4n::FLSHitListAction::GetCerenkovPhotons(), GetConfig(), upmuana::LlrUpmu::getErr(), upmuana::getErr(), GetFluxError(), getFOM(), ana::GetFractionalError(), GetHist(), airshower::AirSlicer::GetHoughAngles(), airshower::AirSlicer::GetHoughMap(), airshower::AirSlicer::GetHoughRhos(), ndreco::NDRecoFxs::getProngActivity(), ndreco::NDRecoFxs::getProngDedx(), novaddt::UpMuTrigger::GetRes(), novaddt::UpMuAna::GetRes(), novaddt::UpMuTrigger::GetRes2(), calib::Calibrator::GetTimeRes(), getTotalUncertainty(), ndreco::NDRecoFxs::getTrackActivity(), ndreco::NDRecoFxs::getTrackDedx(), GetTunedMECWeight(), GoodDataSelDate(), GoodDataSelDuration(), GoodDataSelEmptySpillFrac(), GoodDataSelGoodDB(), GoodDataSelLiveTime(), GoodDataSelMipRate(), GoodDataSelNumSlices(), GoodDataSelRuns(), GoodDataSelTimingPeakEnd(), GoodDataSelTimingPeakStart(), GoodDataSelTrkFrac(), slid::NuEEnergyAlg::HadronicEnergy(), HalfAxis(), airshower::AirSlicer::HoughRhoTheta(), singlekaon_xsec::init(), cmf::PlotUtilities::Initialize(), genie::GRV98LO::Initialize(), ana::GetAntiNumuBDTCVN::InitTMVA(), inTorus(), fuzz::FuzzyKMeanAlg::Jpfuz(), PandAna.weight.cv_weights::kEmpiricalMECWgt(), PandAna.weight.cv_weights::kRPAWeightCCQE(), len(), trk::CosmicTrackUtilities::LengthCorrection(), novaddt::UpMuTrigger::LinFitLLR(), novaddt::UpMuAna::LinFitLLR(), novaddt::TrackFit::LinFitMinDperp(), upmuana::LlrUpmu::LLR(), upmuana::UpMuAnalysis::LLR(), upmuana::UpMuRecoAna::LLR(), INukeNucleonCorr::localFermiMom(), LogClone(), LogXBins(), LOverEFlux(), ana::LowHadMuonEAct(), ana::LowHadMuonEActandCat(), ana::LowHadVisibleHadE(), lsqr_fprime(), main(), make_fc_nus_surfs_nersc_2018(), make_fc_nus_surfs_nersc_2019(), cmf::ContourFromLibrary::MakeAndStorePlots(), cmf::ContourFromGrid::MakeAndStorePlots(), MakeCSV(), genie::EffectiveSF::MakeEffectiveSF(), make_reco_miniprod5_plots::MakePlots(), make_reco_plots::MakePlots(), makeSystTable_reduced(), makeTraj(), trk::WindowTrackingAlg::MakeViewTrack(), makeXSecPlots1D(), makeXSecPlots2D(), fuzz::FuzzyKMeanAlg::MergeClusters(), novaddt::MichelEfinder::michelclose(), ana::MuonEAct(), ana::numubarccpi0::MuonEAct(), ana::MuonEActandCat(), ana::numubarccpi0::MuonEActandCat(), ana::MuonEActive(), ana::MuonEActiveandCatcher(), ana::MuonECat(), cmf::NCEnergy(), slicer::PointManager::NeighborScore(), nhit_plot(), ana::NueRecoE_2020FHCFit(), cmf::operator<<(), ana::RecoReweight::OptimalBinningHelper(), ana::CutOptimization::OptimizedSigmaOverSigma(), simb::MCParticle::P(), rsim::FPGA_MatchedFiltering::PerfectASICCurve(), genie::utils::frgmfunc::peterson_func(), plotfiles::plot_2_files(), plot_angles(), plot_max(), plot_strain_with_zoom(), PlotDB_Web(), ana::PlotMultiSyst(), ana::PlotSyst(), point_to_line(), point_to_line_segment(), evgen::CORSIKAGen::populateNShowers(), beamlinereco::ToFPositionFinder::PosnDist(), predEventCountWithSystError(), SystEntry::printTotalUncertaintyLinearDcp(), SystEntry::printUncertainty(), SystEntry::printUncertaintyLinear(), SystEntry::printUncertaintySyst(), SystEntry::printUncertaintySystLinearDcp(), ana::SystMaker::ProcessSyst(), lem::MakePID::produce(), beamlinereco::WCTrackAlg::projectToMagnetFace(), ana::numubarccpi0::Prong2ID_Generator(), nueccinc_test::NueCCIncGlobalFitter::PropagateFitUncertainty(), ana::NumuCCIncPionTemplateFitter::PropagateFitUncertainty3D(), ana::nueccinc::NueCCIncTemplateFitter::PropagateFitUncertainty3D(), simb::MCParticle::Pt(), cmf::SpectraFromPredictions::readResults(), cmf::ContourFromLibrary::readResults(), cmf::GridPointsBestFit::readResults(), jmshower::RecoJMShower::RecoShowers(), simb::MCFlux::ReDecay(), Round(), SaveUncertaintyHistogram(), sensitivity2020(), set_intervals(), INukeOsetFormula::setCrossSections(), SetGraphErrors(), INukeOsetFormula::setNucleus(), INukeOsetFormula::setSelfEnergy(), sg_coeff(), ana::BeamIntensitySyst::Shift(), solve(), syst_table_fit(), syst_table_fit_new(), calib::ThresholdCorrMap::ThresholdCorrAt(), mono::Track3D::time_fit(), calib::ADCShapeFitTable::TNS(), caldp::TCTrack::TNSUncertainty(), ana::FluxMultiverseSyst::ToTH1(), twfit(), UpdateStats(), validation(), genie::NievesQELCCPXSec::vcr(), ana::VisibleHadE(), ana::numubarccpi0::VisibleHadE(), cmf::CovarianceMatrixMaker::writeResults(), wrong_sign_uncertainty(), genie::AlamSimoAtharVacasSKPXSec2014::XSec(), genie::P33PaschosLalakulichPXSec::XSec(), and genie::NievesQELCCPXSec::XSec().
auto cet::repeated_task | ( | std::size_t const | nInstances, |
F | func | ||
) |
bool cet::replace_all | ( | std::string & | in, |
std::string const & | from, | ||
std::string const & | to | ||
) |
Replace all occurrences of from in string with to.
[in,out] | in | The string to be manipulated. |
[in] | from | The string to be replaced. |
[in] | to | The replacement of from. |
Referenced by gov::fnal::cd::rms::util::TimeUtils::convertStringToPtime(), gov::fnal::cd::rms::provider::create_extended_topic_name_for(), gov::fnal::cd::rms::provider::create_topic_filter_for(), novadaq::formatDateTime(), dbutils::daqconfig::ConfigDataTree::getEffectiveValueFor1Key(), dbutils::daqconfig::ConfigDataTree::getEffectiveValueFor2Keys(), dbutils::daqconfig::ConfigDataTree::getEffectiveValueFor3Keys(), novadaq::BackgroundProcess::getFormattedSummary(), rvp::RecVarPID::getMethodNameFromXML(), xnue::XnuePID::getMethodNameFromXML(), rvp::RecVarPID::getVarNamesFromXML(), xnue::XnuePID::getVarNamesFromXML(), MakeFileName(), gov::fnal::cd::rms::provider::DDSConnection::registerReceiver(), gov::fnal::cd::rms::provider::DDSConnection::registerSender(), novadaq::LocationUtils::replaceEnvVars(), and novadaq::XMLDeserializationRegistry::translateClassName().
std::string cet::rpad | ( | std::string const & | pad_me, |
std::string::size_type | wanted_size, | ||
char | char_to_pad_with = ' ' |
||
) |
Referenced by TMVA::TMVAGlob::plot_logo(), and art::FileDumperOutput::printProductInfo().
|
inline |
Definition at line 189 of file container_algorithms.h.
Referenced by art::FileCatalogMetadata::InheritedMetadata::InheritedMetadata(), and art::FileCatalogMetadata::Config::inMetadataList().
std::string cet::shlib_prefix | ( | ) |
std::string cet::shlib_suffix | ( | ) |
Referenced by cet::LibraryManager::dllExtPattern().
|
inline |
Definition at line 246 of file container_algorithms.h.
References febshutoff_auto::end.
Referenced by art::PtrVector< T >::sort(), and fhicl::detail::ValidateThenSet::ValidateThenSet().
|
inline |
void cet::split | ( | std::string const & | s, |
char | c, | ||
OutIter | dest | ||
) |
Definition at line 35 of file split.h.
References plot_validation_datamc::c, make_syst_table_plots::dest, split_if(), and submit_syst::x.
Referenced by daq2raw::parseFilename().
std::vector<std::string> cet::split_by_regex | ( | std::string const & | str, |
std::regex const & | re | ||
) |
std::vector<std::string> cet::split_by_regex | ( | std::string const & | str, |
std::string const & | delimSet | ||
) |
void cet::split_if | ( | std::string const & | s, |
Pred | is_sep, | ||
OutIter | dest | ||
) |
Definition at line 44 of file split.h.
References plot_validation_datamc::c, make_syst_table_plots::dest, e, srt_file_template::find_if, and string.
Referenced by split().
void cet::split_path | ( | std::string const & | path, |
std::vector< std::string > & | components | ||
) |
Definition at line 21 of file pow.h.
References T, and submit_syst::x.
Referenced by osc::_PMNS_DMP< T >::P(), and sum_of_squares().
|
inline |
|
inline |
Definition at line 113 of file maybe_ref.h.
References cet::maybe_ref< T >::swap().
Referenced by cet::maybe_ref< T >::swap().
|
inlinenoexcept |
Definition at line 192 of file exempt_ptr.h.
References E, make_exempt_ptr(), submit_syst::x, and submit_syst::y.
Referenced by cet::value_ptr< art::SelectorBase >::operator=(), and cet::exempt_ptr< art::HLTGlobalStatus >::swap().
|
noexcept |
Definition at line 335 of file value_ptr.h.
References submit_syst::x, and submit_syst::y.
Referenced by cet::value_ptr< art::SelectorBase >::reset(), and cet::value_ptr< art::SelectorBase >::swap().
|
inline |
Definition at line 284 of file container_algorithms.h.
References febshutoff_auto::end, and PandAna.Demos.pi0_spectra::transform.
Referenced by art::detail::CanBeAggregated< std::array< T, N > >::aggregate(), art::Assns< L, R, void >::Assns(), art::MaybeFillView< std::vector< T, A > >::fill(), art::MaybeFillView< std::list< T, A > >::fill(), art::MaybeFillView< std::deque< T, A > >::fill(), art::MaybeFillView< std::set< T, A > >::fill(), art::MaybeFillView< cet::map_vector< T > >::fill(), art::DataViewImpl::getProductTokens(), art::make_product_descriptions(), fhicl::OptionalSequence< T, N >::operator()(), fhicl::Sequence< string >::operator()(), fhicl::OptionalSequence< T,-1ull >::operator()(), and fhicl::Sequence< T,-1ull >::operator()().
|
inline |
Definition at line 293 of file container_algorithms.h.
References PandAna.Demos.pi0_spectra::transform.
|
inline |
Definition at line 302 of file container_algorithms.h.
References febshutoff_auto::end, and PandAna.Demos.pi0_spectra::transform.
|
inline |
Definition at line 314 of file container_algorithms.h.
References PandAna.Demos.pi0_spectra::transform.
|
inline |
Definition at line 45 of file trim.h.
References string, trim_left(), and trim_right().
Referenced by trim_copy().
|
inline |
Definition at line 66 of file trim.h.
References trim().
Referenced by novadaq::LocationUtils::_findFile(), dbutils::gui::_getIDFromDisplayString(), dbutils::gui::_getIDFromDisplayString2(), and novadaq::HexUtils::isValidHex().
|
inline |
Definition at line 39 of file trim.h.
References string.
Referenced by trim(), and trim_left_copy().
|
inline |
Definition at line 60 of file trim.h.
References string, and trim_left().
Referenced by novadaq::LocationUtils::translateURL().
|
inline |
Definition at line 33 of file trim.h.
References string.
Referenced by trim(), and trim_right_copy().
|
inline |
Definition at line 54 of file trim.h.
References string, and trim_right().
|
inline |
std::string cet::unescape | ( | std::string const & | str | ) |
Definition at line 26 of file bit_manipulation.h.
path_tag_t const cet::path_tag |
std::string const& cet::PluginTypeDeducer_v = PluginTypeDeducer<T>::value |
Definition at line 49 of file PluginTypeDeducer.h.