Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
gen
inc
WireCellGen
WireSummarizer.h
Go to the documentation of this file.
1
#ifndef WIRECELL_WIRESUMMARIZER
2
#define WIRECELL_WIRESUMMARIZER
3
4
#include "
WireCellIface/IWireSummarizer.h
"
5
#include "
WireCellIface/IWireSummary.h
"
6
7
#include <deque>
8
9
namespace
WireCell
{
10
11
class
WireSummarizer
:
public
IWireSummarizer
{
12
public
:
13
WireSummarizer
();
14
virtual
~WireSummarizer
();
15
16
virtual
bool
operator()
(
const
input_pointer
& in,
output_pointer
& out);
17
18
};
19
20
}
21
22
#endif
23
WireCell::WireSummarizer
Definition:
WireSummarizer.h:11
WireCell::IFunctionNode< IWire::vector, IWireSummary >::input_pointer
std::shared_ptr< const IWire::vector > input_pointer
Definition:
IFunctionNode.h:39
WireCell::IFunctionNode< IWire::vector, IWireSummary >::output_pointer
std::shared_ptr< const IWireSummary > output_pointer
Definition:
IFunctionNode.h:40
WireCell::WireSummarizer::~WireSummarizer
virtual ~WireSummarizer()
Definition:
WireSummarizer.cxx:15
WireCell
Definition:
Main.h:22
WireCell::IWireSummarizer
Definition:
IWireSummarizer.h:11
IWireSummary.h
IWireSummarizer.h
WireCell::WireSummarizer::operator()
virtual bool operator()(const input_pointer &in, output_pointer &out)
The calling signature:
Definition:
WireSummarizer.cxx:19
WireCell::WireSummarizer::WireSummarizer
WireSummarizer()
Generated by
1.8.11