All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
icaruscode/icaruscode/PMT/OpReco/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 pmtana
11 {
12 
14 
15  public:
16 
18 
20 
21  void SetFlashAlgo (FlashAlgoBase* algo);
22 
23  LiteOpFlashArray_t RecoFlash(const LiteOpHitArray_t& ophits) const;
24 
25  private:
26 
28  };
29 
30 }
31 #endif
32 
std::vector< pmtana::LiteOpHit_t > LiteOpHitArray_t
std::vector< pmtana::LiteOpFlash_t > LiteOpFlashArray_t
LiteOpFlashArray_t RecoFlash(const LiteOpHitArray_t &ophits) const