Public Member Functions | |
ToyReader (fhicl::ParameterSet const &ps, art::ProductRegistryHelper &help, art::SourceHelper const &sHelper) | |
void | readFile (std::string const &name, art::FileBlock *&fb) override |
Public Member Functions inherited from arttest::ToySource | |
ToySource (fhicl::ParameterSet const &ps, art::ProductRegistryHelper &help, art::SourceHelper const &sHelper) | |
virtual | ~ToySource ()=default |
void | closeCurrentFile () |
bool | readNext (art::RunPrincipal const *const inR, art::SubRunPrincipal const *const inSR, art::RunPrincipal *&outR, art::SubRunPrincipal *&outSR, art::EventPrincipal *&outE) |
Additional Inherited Members | |
Protected Types inherited from arttest::ToySource | |
using | vv_t = std::vector< std::tuple< int, int, int >> |
using | iter = vv_t::const_iterator |
Static Protected Member Functions inherited from arttest::ToySource | |
static void | throw_exception_from (const char *funcname) |
Protected Attributes inherited from arttest::ToySource | |
iter | current_ {} |
iter | end_ {} |
fhicl::ParameterSet | data_ |
vv_t | fileData_ {} |
art::SourceHelper const & | sHelper_ |
std::string | currentFilename_ {} |
bool const | throw_on_construction_ |
bool const | throw_on_closeCurrentFile_ |
bool const | throw_on_readNext_ |
bool const | throw_on_readFile_ |
art::TypeLabel | vtl_ |
Definition at line 34 of file ToyRawInput_source.cc.
arttest::ToyReader::ToyReader | ( | fhicl::ParameterSet const & | ps, |
art::ProductRegistryHelper & | help, | ||
art::SourceHelper const & | sHelper | ||
) |
Definition at line 43 of file ToyRawInput_source.cc.
|
overridevirtual |
Implements arttest::ToySource.
Definition at line 50 of file ToyRawInput_source.cc.