|
| TrivialFileDelivery (Parameters const &config) |
|
void | doConfigure (std::vector< std::string > const &items) override |
|
int | doGetNextFileURI (std::string &uri, double &waitTime) override |
|
void | doUpdateStatus (std::string const &uri, FileDisposition status) override |
|
void | doOutputFileOpened (std::string const &module_label) override |
|
void | doOutputModuleInitiated (std::string const &module_label, fhicl::ParameterSet const &pset) override |
|
void | doOutputFileClosed (std::string const &module_label, std::string const &file) override |
|
void | doEventSelected (std::string const &module_label, EventID const &event_id, HLTGlobalStatus const &acceptance_info) override |
|
bool | doIsSearchable () override |
|
void | doRewind () override |
|
void | configure (std::vector< std::string > const &items) |
|
int | getNextFileURI (std::string &uri, double &waitTime) |
|
void | updateStatus (std::string const &uri, FileDisposition status) |
|
void | outputFileClosed (std::string const &module_label, std::string const &fileFQname) |
|
void | outputFileOpened (std::string const &module_label) |
|
void | outputModuleInitiated (std::string const &module_label, fhicl::ParameterSet const &pset) |
|
void | eventSelected (std::string const &module_label, EventID const &event_id, HLTGlobalStatus const &acceptance_info) |
|
bool | isSearchable () |
|
void | rewind () |
|
void art::CatalogInterface::configure |
( |
std::vector< std::string > const & |
items | ) |
|
|
inlineinherited |
void art::TrivialFileDelivery::doConfigure |
( |
std::vector< std::string > const & |
items | ) |
|
|
overridevirtual |
Implements art::CatalogInterface.
Definition at line 73 of file TrivialFileDelivery_service.cc.
75 std::lock_guard sentry{
mutex_};
std::recursive_mutex mutex_
std::vector< std::string > fileList_
std::vector< std::string >::const_iterator endOfFiles_
std::vector< std::string >::const_iterator nextFile_
void art::TrivialFileDelivery::doEventSelected |
( |
std::string const & |
module_label, |
|
|
EventID const & |
event_id, |
|
|
HLTGlobalStatus const & |
acceptance_info |
|
) |
| |
|
overridevirtual |
int art::TrivialFileDelivery::doGetNextFileURI |
( |
std::string & |
uri, |
|
|
double & |
waitTime |
|
) |
| |
|
overridevirtual |
bool art::TrivialFileDelivery::doIsSearchable |
( |
| ) |
|
|
overridevirtual |
void art::TrivialFileDelivery::doOutputFileClosed |
( |
std::string const & |
module_label, |
|
|
std::string const & |
file |
|
) |
| |
|
overridevirtual |
void art::TrivialFileDelivery::doOutputFileOpened |
( |
std::string const & |
module_label | ) |
|
|
overridevirtual |
void art::TrivialFileDelivery::doOutputModuleInitiated |
( |
std::string const & |
module_label, |
|
|
fhicl::ParameterSet const & |
pset |
|
) |
| |
|
overridevirtual |
void art::TrivialFileDelivery::doRewind |
( |
| ) |
|
|
overridevirtual |
void art::TrivialFileDelivery::doUpdateStatus |
( |
std::string const & |
uri, |
|
|
FileDisposition |
status |
|
) |
| |
|
overridevirtual |
void art::CatalogInterface::eventSelected |
( |
std::string const & |
module_label, |
|
|
EventID const & |
event_id, |
|
|
HLTGlobalStatus const & |
acceptance_info |
|
) |
| |
|
inlineinherited |
int art::CatalogInterface::getNextFileURI |
( |
std::string & |
uri, |
|
|
double & |
waitTime |
|
) |
| |
|
inlineinherited |
bool art::CatalogInterface::isSearchable |
( |
| ) |
|
|
inlineinherited |
void art::CatalogInterface::outputFileClosed |
( |
std::string const & |
module_label, |
|
|
std::string const & |
fileFQname |
|
) |
| |
|
inlineinherited |
void art::CatalogInterface::outputFileOpened |
( |
std::string const & |
module_label | ) |
|
|
inlineinherited |
void art::CatalogInterface::outputModuleInitiated |
( |
std::string const & |
module_label, |
|
|
fhicl::ParameterSet const & |
pset |
|
) |
| |
|
inlineinherited |
string art::TrivialFileDelivery::prependFileDesignation |
( |
std::string const & |
name | ) |
const |
|
private |
void art::CatalogInterface::rewind |
( |
| ) |
|
|
inlineinherited |
void art::CatalogInterface::updateStatus |
( |
std::string const & |
uri, |
|
|
FileDisposition |
status |
|
) |
| |
|
inlineinherited |
std::vector<std::string> art::TrivialFileDelivery::fileList_ {} |
|
private |
std::recursive_mutex art::TrivialFileDelivery::mutex_ {} |
|
mutableprivate |
The documentation for this class was generated from the following file: