#include <IRecombinationModel.h>
Public Member Functions | |
virtual | ~IRecombinationModel () |
virtual double | operator() (double dE, double dX=0.0)=0 |
Public Member Functions inherited from WireCell::IComponent< IRecombinationModel > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Additional Inherited Members | |
Public Types inherited from WireCell::IComponent< IRecombinationModel > | |
typedef std::shared_ptr< IRecombinationModel > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Public Types inherited from WireCell::Interface | |
typedef std::shared_ptr< Interface > | pointer |
Definition at line 8 of file IRecombinationModel.h.
|
virtual |
Definition at line 153 of file IfaceDesctructors.cxx.
|
pure virtual |
Implemented in WireCell::Gen::BoxRecombination, WireCell::Gen::BirksRecombination, and WireCell::Gen::MipRecombination.