Definition at line 38 of file SimpleSource_source.cc.
Definition at line 72 of file SimpleSource_source.cc.
81 helper.reconstitutes<double,
art::InRun>(
"r1");
83 helper.reconstitutes<
bool, art::InEvent>(
"m2",
"b");
fhicl::ParameterSet data_
art::SourceHelper const & sHelper_
void art::test::SimpleSource::closeCurrentFile |
( |
| ) |
|
Definition at line 96 of file SimpleSource_source.cc.
100 <<
"ToyReader expects to find a parameter representing a file's\n" 101 <<
"contents whose name is " <<
name <<
"\n";
fhicl::ParameterSet data_
std::string currentFilename_
bool get_if_present(std::string const &key, T &value) const
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition at line 111 of file SimpleSource_source.cc.
118 using std::make_unique;
148 std::vector<double> nums{1.0, 3.7, 5.2};
150 make_unique<decltype(nums)>(std::move(nums)), *outE,
"m3");
Ptr< T > makePtr(TypeLabel const &t, Principal const &p, typename Ptr< T >::key_type key) const
SubRunPrincipal * makeSubRunPrincipal(SubRunAuxiliary const &subRunAux) const
RunPrincipal * makeRunPrincipal(RunAuxiliary const &runAux) const
art::SourceHelper const & sHelper_
IDNumber_t< Level::SubRun > SubRunNumber_t
std::enable_if_t<(P::branch_type==InEvent)||(P::branch_type==InResults)> put_product_in_principal(std::unique_ptr< T > &&product, P &principal, std::string const &module_label, std::string const &instance_name={})
IDNumber_t< Level::Event > EventNumber_t
EventPrincipal * makeEventPrincipal(EventAuxiliary const &eventAux, std::unique_ptr< History > &&history) const
SubRunID currentSubRunID_
IDNumber_t< Level::Run > RunNumber_t
iter art::test::SimpleSource::current_ {} |
|
protected |
EventID art::test::SimpleSource::currentEventID_ {} |
|
protected |
std::string art::test::SimpleSource::currentFilename_ {} |
|
protected |
RunID art::test::SimpleSource::currentRunID_ {} |
|
protected |
SubRunID art::test::SimpleSource::currentSubRunID_ {} |
|
protected |
iter art::test::SimpleSource::end_ {} |
|
protected |
The documentation for this class was generated from the following file: