#include <IFCatalogInterface_service.h>
Definition at line 13 of file IFCatalogInterface_service.cc.
20 std::vector<std::string> cfgkeys = cfg.
get_names();
30 mf::LogVerbatim(
"test") <<
"IFCatalogInterface: setting _proj_uri to:" << s <<
"\n";
MaybeLogger_< ELseverityLevel::ELsev_info, true > LogVerbatim
std::string _project_name
std::string _last_file_uri
std::optional< T > get_if_present(std::string const &key) const
std::vector< std::string > get_names() const
ifdh_ns::IFCatalogInterface::~IFCatalogInterface |
( |
| ) |
|
Definition at line 35 of file IFCatalogInterface_service.cc.
39 mf::LogVerbatim(
"test") <<
"IFCatalogInterface: updating file status in destructor";
41 process_status =
"bad";
MaybeLogger_< ELseverityLevel::ELsev_info, true > LogVerbatim
virtual void doUpdateStatus(std::string const &uri, art::FileDisposition status)
art::ServiceHandle< IFDH > _ifdh_handle
std::string _last_file_uri
int ifdh_ns::IFCatalogInterface::doGetNextFileURI |
( |
std::string & |
uri, |
|
|
double & |
waitTime |
|
) |
| |
|
privatevirtual |
Implements art::CatalogInterface.
Definition at line 58 of file IFCatalogInterface_service.cc.
59 mf::LogVerbatim(
"test") <<
"IFCatalogInterface entering doGetNextFile\n";
MaybeLogger_< ELseverityLevel::ELsev_info, true > LogVerbatim
virtual void doUpdateStatus(std::string const &uri, art::FileDisposition status)
art::ServiceHandle< IFDH > _ifdh_handle
std::string _last_file_uri
bool ifdh_ns::IFCatalogInterface::doIsSearchable |
( |
| ) |
|
|
privatevirtual |
void ifdh_ns::IFCatalogInterface::doOutputFileClosed |
( |
std::string const & |
module_label, |
|
|
std::string const & |
fileFQname |
|
) |
| |
|
privatevirtual |
void ifdh_ns::IFCatalogInterface::doOutputFileOpened |
( |
std::string const & |
module_label | ) |
|
|
privatevirtual |
Implements art::CatalogInterface.
Definition at line 107 of file IFCatalogInterface_service.cc.
111 std::vector<std::string> cfgkeys = pset.get_names();
112 mf::LogVerbatim(
"test") <<
"IFCatalogInterface doOutputModuleInitiated, got keys:";
118 if ( pset.get_if_present(
"fileName", s) ) {
121 if ( pset.get_if_present(
"sam_ignore", ignore) ) {
MaybeLogger_< ELseverityLevel::ELsev_info, true > LogVerbatim
std::vector< bool > _output_ignore
std::vector< std::string > _output_files
void ifdh_ns::IFCatalogInterface::doRewind |
( |
| ) |
|
|
privatevirtual |
Implements art::CatalogInterface.
Definition at line 81 of file IFCatalogInterface_service.cc.
82 static const char *statusmap[] = {
MaybeLogger_< ELseverityLevel::ELsev_info, true > LogVerbatim
art::ServiceHandle< IFDH > _ifdh_handle
std::string _last_file_uri
std::string ifdh_ns::IFCatalogInterface::_last_file_uri |
|
private |
The documentation for this class was generated from the following files: