This is obviously a hack, but it's modeled on what EventDisplayBase does. More...
#include <InputSeeker.h>
Public Member Functions | |
InputSeeker (const fhicl::ParameterSet &pset, art::ActivityRegistry ®) | |
void | seekToEvent (int offset) |
void | seekToEvent (art::EventID evt) |
Protected Member Functions | |
void | postBeginJobWorkers (art::InputSource *src, const std::vector< art::Worker * > &workers) |
Protected Attributes | |
art::RootInput * | fSrc |
This is obviously a hack, but it's modeled on what EventDisplayBase does.
Definition at line 11 of file InputSeeker.h.
evd::InputSeeker::InputSeeker | ( | const fhicl::ParameterSet & | pset, |
art::ActivityRegistry & | reg | ||
) |
Definition at line 11 of file InputSeeker_service.cc.
|
protected |
Definition at line 18 of file InputSeeker_service.cc.
void evd::InputSeeker::seekToEvent | ( | int | offset | ) |
Definition at line 28 of file InputSeeker_service.cc.
void evd::InputSeeker::seekToEvent | ( | art::EventID | evt | ) |
Definition at line 38 of file InputSeeker_service.cc.
|
protected |
Definition at line 23 of file InputSeeker.h.