Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
iface
inc
WireCellIface
IRecombinationModel.h
Go to the documentation of this file.
1
#ifndef WIRECELL_IRECOMBINATIONMODEL
2
#define WIRECELL_IRECOMBINATIONMODEL
3
4
#include "
WireCellUtil/IComponent.h
"
5
6
namespace
WireCell
{
7
8
class
IRecombinationModel
:
virtual
public
IComponent
<IRecombinationModel> {
9
public
:
10
virtual
~IRecombinationModel
() ;
11
12
// Convert a point or step to ionized charge
13
virtual
double
operator()
(
double
dE,
double
dX=0.0) = 0;
14
};
15
16
}
17
18
#endif
WireCell::IRecombinationModel::~IRecombinationModel
virtual ~IRecombinationModel()
Definition:
IfaceDesctructors.cxx:153
WireCell::IRecombinationModel
Definition:
IRecombinationModel.h:8
WireCell::IComponent
Definition:
IComponent.h:29
IComponent.h
WireCell::IRecombinationModel::operator()
virtual double operator()(double dE, double dX=0.0)=0
WireCell
Definition:
Main.h:22
Generated by
1.8.11