All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sbndcode/sbndcode/OpDetReco/OpFlash/FlashFinder/FlashFinderManager.h
Go to the documentation of this file.
1 //really bad flash framework
2 //by vic
3 
4 #ifndef FLASHFINDERMANAGER_H
5 #define FLASHFINDERMANAGER_H
6 
7 #include "FlashAlgoBase.h"
8 #include "FlashAlgoFactory.h"
9 
10 namespace lightana
11 {
12 
14 
15  public:
17 
19 
20  void SetFlashAlgo (FlashAlgoBase* algo);
21 
22  LiteOpFlashArray_t RecoFlash(const LiteOpHitArray_t& ophits) const;
23 
24  private:
25 
27  };
28 
29 }
30 #endif
31 
std::vector< lightana::LiteOpFlash_t > LiteOpFlashArray_t
std::vector< lightana::LiteOpHit_t > LiteOpHitArray_t
LiteOpFlashArray_t RecoFlash(const LiteOpHitArray_t &ophits) const