#include <FlashFinderManager.h>
Public Member Functions | |
FlashFinderManager () | |
~FlashFinderManager () | |
void | SetFlashAlgo (FlashAlgoBase *algo) |
LiteOpFlashArray_t | RecoFlash (const LiteOpHitArray_t &ophits) const |
Private Attributes | |
FlashAlgoBase * | _flash_algo |
Definition at line 13 of file sbndcode/sbndcode/OpDetReco/OpFlash/FlashFinder/FlashFinderManager.h.
lightana::FlashFinderManager::FlashFinderManager | ( | ) |
Definition at line 15 of file sbndcode/sbndcode/OpDetReco/OpFlash/FlashFinder/FlashFinderManager.cxx.
lightana::FlashFinderManager::~FlashFinderManager | ( | ) |
Definition at line 19 of file sbndcode/sbndcode/OpDetReco/OpFlash/FlashFinder/FlashFinderManager.cxx.
LiteOpFlashArray_t lightana::FlashFinderManager::RecoFlash | ( | const LiteOpHitArray_t & | ophits | ) | const |
Definition at line 31 of file sbndcode/sbndcode/OpDetReco/OpFlash/FlashFinder/FlashFinderManager.cxx.
void lightana::FlashFinderManager::SetFlashAlgo | ( | FlashAlgoBase * | algo | ) |
Definition at line 21 of file sbndcode/sbndcode/OpDetReco/OpFlash/FlashFinder/FlashFinderManager.cxx.
|
private |
Definition at line 26 of file sbndcode/sbndcode/OpDetReco/OpFlash/FlashFinder/FlashFinderManager.h.