#include <RecombinationModels.h>
Public Member Functions | |
BoxRecombination (double Efield=500 *units::volt/units::cm, double A=0.930, double B=0.212 *units::gram/(units::MeV *units::cm2)*(units::kilovolt/units::cm), double rho=1.396 *units::gram/units::cm3, double Wi=23.6 *units::eV/(-1 *units::eplus)) | |
virtual | ~BoxRecombination () |
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_efield |
double | m_a |
double | m_b |
double | m_rho |
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... | |
Modified Box model, R = ln(a+b*dE/dX)/(b*dE/dX), dQ = (R/Wi)*dE a=A, b=B/(Efield*rho) as defined in: http://lar.bnl.gov/properties/pass.html#recombination
Definition at line 47 of file RecombinationModels.h.
Gen::BoxRecombination::BoxRecombination | ( | double | Efield = 500*units::volt/units::cm , |
double | A = 0.930 , |
||
double | B = 0.212*units::gram/(units::MeV*units::cm2)*(units::kilovolt/units::cm) , |
||
double | rho = 1.396*units::gram/units::cm3 , |
||
double | Wi = 23.6*units::eV/(-1*units::eplus) |
||
) |
Definition at line 86 of file RecombinationModels.cxx.
|
virtual |
Definition at line 94 of file RecombinationModels.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Definition at line 103 of file RecombinationModels.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 111 of file RecombinationModels.cxx.
|
virtual |
Implements WireCell::IRecombinationModel.
Definition at line 97 of file RecombinationModels.cxx.
|
private |
Definition at line 48 of file RecombinationModels.h.
|
private |
Definition at line 48 of file RecombinationModels.h.
|
private |
Definition at line 48 of file RecombinationModels.h.
|
private |
Definition at line 48 of file RecombinationModels.h.
|
private |
Definition at line 48 of file RecombinationModels.h.