WireSummarizer.h
Go to the documentation of this file.
1 #ifndef WIRECELL_WIRESUMMARIZER
2 #define WIRECELL_WIRESUMMARIZER
3 
6 
7 #include <deque>
8 
9 namespace WireCell {
10 
12  public:
14  virtual ~WireSummarizer();
15 
16  virtual bool operator()(const input_pointer& in, output_pointer& out);
17 
18  };
19 
20 }
21 
22 #endif
23 
std::shared_ptr< const IWire::vector > input_pointer
Definition: IFunctionNode.h:39
std::shared_ptr< const IWireSummary > output_pointer
Definition: IFunctionNode.h:40
Definition: Main.h:22
virtual bool operator()(const input_pointer &in, output_pointer &out)
The calling signature: