Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
gen
inc
WireCellGen
DumpFrames.h
Go to the documentation of this file.
1
#ifndef WIRECELLGEN_DUMPFRAMES
2
#define WIRECELLGEN_DUMPFRAMES
3
4
#include "
WireCellIface/IFrameSink.h
"
5
#include "
WireCellUtil/Logging.h
"
6
7
namespace
WireCell
{
8
namespace
Gen {
9
10
class
DumpFrames
:
public
IFrameSink
{
11
public
:
12
DumpFrames
();
13
virtual
~DumpFrames
();
14
15
/// Do something thrilling with a frame.
16
virtual
bool
operator()
(
const
IFrame::pointer
& frame);
17
private
:
18
Log::logptr_t
log
;
19
20
};
21
}
22
}
23
24
25
#endif
WireCell::IData< IFrame >::pointer
std::shared_ptr< const IFrame > pointer
Definition:
IData.h:19
IFrameSink.h
Logging.h
WireCell::Gen::DumpFrames::log
Log::logptr_t log
Definition:
DumpFrames.h:18
WireCell::Gen::DumpFrames::operator()
virtual bool operator()(const IFrame::pointer &frame)
Do something thrilling with a frame.
Definition:
DumpFrames.cxx:20
WireCell::Gen::DumpFrames
Definition:
DumpFrames.h:10
WireCell::IFrameSink
Definition:
IFrameSink.h:11
WireCell::Log::logptr_t
std::shared_ptr< spdlog::logger > logptr_t
Definition:
Logging.h:24
WireCell
Definition:
Main.h:22
WireCell::Gen::DumpFrames::~DumpFrames
virtual ~DumpFrames()
Definition:
DumpFrames.cxx:15
WireCell::Gen::DumpFrames::DumpFrames
DumpFrames()
Definition:
DumpFrames.cxx:9
Generated by
1.8.11