Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
img
src
StripesSink.cxx
Go to the documentation of this file.
1
#include "
WireCellImg/StripesSink.h
"
2
3
#include "
WireCellUtil/NamedFactory.h
"
4
5
6
WIRECELL_FACTORY
(StripesSink,
WireCell::Img::StripesSink
,
7
WireCell::IStripeSetSink
)
8
9
using namespace
WireCell
;
10
11
Img::
StripesSink
::~
StripesSink
()
12
{
13
}
14
15
bool
Img::StripesSink::operator()(
const
IStripeSet::pointer
& ss)
16
{
17
if
(!ss) {
18
return
true
;
19
}
20
21
const
auto
stripes = ss->stripes();
22
23
return
true
;
24
}
WireCell::IData< IStripeSet >::pointer
std::shared_ptr< const IStripeSet > pointer
Definition:
IData.h:19
NamedFactory.h
WIRECELL_FACTORY
WIRECELL_FACTORY(StripesSink, WireCell::Img::StripesSink, WireCell::IStripeSetSink) using namespace WireCell
WireCell
Definition:
Main.h:22
StripesSink.h
WireCell::Img::StripesSink
Definition:
StripesSink.h:26
WireCell::IStripeSetSink
Definition:
StripesSink.h:12
Generated by
1.8.11