Model for a MIP, dQ = (Rmip/Wi)*dE. More...
#include <RecombinationModels.h>
Public Member Functions | |
MipRecombination (double Rmip=0.7, double Wi=23.6 *units::eV/(-1 *units::eplus)) | |
virtual | ~MipRecombination () |
virtual double | operator() (double dE, double dX=0.0) |
virtual void | configure (const WireCell::Configuration &config) |
Accept a configuration. More... | |
virtual WireCell::Configuration | default_configuration () const |
Optional, override to return a hard-coded default configuration. More... | |
Public Member Functions inherited from WireCell::IRecombinationModel | |
virtual | ~IRecombinationModel () |
Public Member Functions inherited from WireCell::IComponent< IRecombinationModel > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Public Member Functions inherited from WireCell::IConfigurable | |
virtual | ~IConfigurable () |
Public Member Functions inherited from WireCell::IComponent< IConfigurable > | |
virtual | ~IComponent () |
Private Attributes | |
double | m_rmip |
double | m_wi |
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 |
Public Types inherited from WireCell::IComponent< IConfigurable > | |
typedef std::shared_ptr< IConfigurable > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Model for a MIP, dQ = (Rmip/Wi)*dE.
Definition at line 14 of file RecombinationModels.h.
Gen::MipRecombination::MipRecombination | ( | double | Rmip = 0.7 , |
double | Wi = 23.6*units::eV/(-1*units::eplus) |
||
) |
Definition at line 20 of file RecombinationModels.cxx.
|
virtual |
Definition at line 25 of file RecombinationModels.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Definition at line 32 of file RecombinationModels.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 37 of file RecombinationModels.cxx.
|
virtual |
|
private |
Definition at line 15 of file RecombinationModels.h.
|
private |
Definition at line 15 of file RecombinationModels.h.