StripesSink.cxx
Go to the documentation of this file.
2 
4 
5 
8 
9 using namespace WireCell;
10 
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 }
std::shared_ptr< const IStripeSet > pointer
Definition: IData.h:19
WIRECELL_FACTORY(StripesSink, WireCell::Img::StripesSink, WireCell::IStripeSetSink) using namespace WireCell
Definition: Main.h:22