LArOpenCV  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
LArImageWire.h
Go to the documentation of this file.
1 
15 #ifndef __LARLITE_LARIMAGEWIRE_H__
16 #define __LARLITE_LARIMAGEWIRE_H__
17 
18 #include "Analysis/ana_base.h"
19 #include "Core/ImageManager.h"
20 #include "LArImageClusterBase.h"
21 
22 namespace larlite {
23 
29 
30  public:
31 
33  LArImageWire(const std::string name="LArImageWire") : LArImageClusterBase(name) {}
34 
36  virtual ~LArImageWire(){}
37 
38  protected:
39 
40  void _Report_() const {}
41 
42  void _Configure_(const ::fcllite::PSet&);
43 
44  void store_clusters(storage_manager* storage);
45 
46  void extract_image(storage_manager* storage);
47 
49  };
50 }
51 #endif
52 
53 //**************************************************************************
54 //
55 // For Analysis framework documentation, read Manual.pdf here:
56 //
57 // http://microboone-docdb.fnal.gov:8080/cgi-bin/ShowDocument?docid=3183
58 //
59 //**************************************************************************
60  // end of doxygen group