Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
gen
inc
WireCellGen
PlaneDiffuser.h
Go to the documentation of this file.
1
/**
2
A PlaneDiffuser will return a queue of diffusions once enough
3
depositions have been collected such that the queue represents all
4
diffusions "close enough" to each wire. It implements a window
5
across the wire pitch.
6
*/
7
8
#ifndef WIRECELL_PLANEDIFFUSER
9
#define WIRECELL_PLANEDIFFUSER
10
11
namespace
WireCell
{
12
13
class
PlaneDiffuser
:
public
IDiffuser
,
public
IConfigurable
{
14
public
:
15
16
};
17
18
}
19
20
#endif
21
WireCell::IConfigurable
Definition:
IConfigurable.h:13
WireCell::IDiffuser
Definition:
IDiffuser.h:21
WireCell
Definition:
Main.h:22
WireCell::PlaneDiffuser
Definition:
PlaneDiffuser.h:13
Generated by
1.8.11