Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
gen
inc
WireCellGen
DumpDepos.h
Go to the documentation of this file.
1
#ifndef WIRECELL_DUMPDEPOS
2
#define WIRECELL_DUMPDEPOS
3
4
#include "
WireCellIface/IDepoSink.h
"
5
6
namespace
WireCell
{
7
8
class
DumpDepos
:
public
IDepoSink
{
9
public
:
10
DumpDepos
();
11
virtual
~DumpDepos
();
12
virtual
bool
operator()
(
const
IDepo::pointer
& depo);
13
private
:
14
int
m_nin
;
15
16
};
17
18
}
19
20
#endif
WireCell::IData< IDepo >::pointer
std::shared_ptr< const IDepo > pointer
Definition:
IData.h:19
WireCell::DumpDepos::~DumpDepos
virtual ~DumpDepos()
Definition:
DumpDepos.cxx:14
WireCell::DumpDepos::operator()
virtual bool operator()(const IDepo::pointer &depo)
The calling signature:
Definition:
DumpDepos.cxx:16
WireCell::DumpDepos::DumpDepos
DumpDepos()
Definition:
DumpDepos.cxx:12
WireCell::IDepoSink
Definition:
IDepoSink.h:11
WireCell::DumpDepos
Definition:
DumpDepos.h:8
WireCell::DumpDepos::m_nin
int m_nin
Definition:
DumpDepos.h:14
WireCell
Definition:
Main.h:22
IDepoSink.h
Generated by
1.8.11