![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "LoaderToolBase.h"
Public Member Functions | |
virtual | ~LoaderToolBase () noexcept=default |
Virtual Destructor. More... | |
virtual void | loadData (art::Event &e, vector< art::Ptr< recob::Hit >> &hitlist, vector< NuGraphInput > &inputs, vector< vector< size_t >> &idsmap)=0 |
loadData virtual function More... | |
void | setDebugAndPlanes (bool d, vector< std::string > &p) |
Protected Attributes | |
bool | debug |
vector< std::string > | planes |
Definition at line 34 of file LoaderToolBase.h.
|
virtualdefaultnoexcept |
Virtual Destructor.
|
pure virtual |
loadData virtual function
art::Event | event record, list of input, idsmap |
Implemented in StandardLoader.
|
inline |
|
protected |
Definition at line 59 of file LoaderToolBase.h.
|
protected |
Definition at line 60 of file LoaderToolBase.h.
Referenced by StandardLoader::loadData().