InputSeeker.h
Go to the documentation of this file.
1 #ifndef INPUTSEEKER_H
2 #define INPUTSEEKER_H
3 
5 
6 namespace art{class InputSource; class RootInput; class Worker;}
7 
8 namespace evd
9 {
10  /// This is obviously a hack, but it's modeled on what EventDisplayBase does
12  {
13  public:
15 
16  void seekToEvent(int offset);
17  void seekToEvent(art::EventID evt);
18 
19  protected:
20  void postBeginJobWorkers(art::InputSource* src,
21  const std::vector<art::Worker*>& workers);
22 
23  art::RootInput* fSrc;
24  };
25 
26 }
27 
29 
30 #endif
art::RootInput * fSrc
Definition: InputSeeker.h:23
LArSoft includes.
Definition: InfoTransfer.h:33
#define DECLARE_ART_SERVICE(svc, scope)
This is obviously a hack, but it&#39;s modeled on what EventDisplayBase does.
Definition: InputSeeker.h:11
TCEvent evt
Definition: DataStructs.cxx:7
workers
Definition: train.py:479