|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Helper class for flux function. More...
#include <JFluxHelper.hh>
Public Types | |
| typedef JEvtWeightFactorHelper::pointer_type | pointer_type |
Public Member Functions | |
| JFluxHelper () | |
| Default constructor. | |
| JFluxHelper (const pointer_type &flux) | |
| Constructor. | |
| JFluxHelper (const JFlux &flux) | |
| Constructor. | |
| JFlux & | getFlux () const |
| Get reference to flux function. | |
| double | getFlux (const Evt &evt) const |
| Get flux of given event. | |
| void | configure (const pointer_type &p) |
| Configure event-weight factor. | |
| void | configure (const JEvtWeightFactor &factor) |
| Configure event-weight factor. | |
| JEvtWeightFactor & | getFactor () const |
| Get reference to event-weight factor. | |
| double | getFactor (const Evt &evt) const |
| Get weight-factor of given event. | |
| bool | is_valid () const |
| Check whether this event-weight factor is valid. | |
| double | operator() (const Evt &evt) const |
| Get weight-factor of given event. | |
| JProperties | getProperties (const JEquationParameters &eqpars=JEvtWeightFactor::getEquationParameters()) |
| Get properties of this class. | |
| JProperties | getProperties (const JEquationParameters &eqpars=JEvtWeightFactor::getEquationParameters()) const |
| Get properties of this class. | |
Helper class for flux function.
Definition at line 23 of file JFluxHelper.hh.
Definition at line 26 of file JFluxHelper.hh.
|
inline |
|
inline |
Constructor.
| flux | flux function |
Definition at line 41 of file JFluxHelper.hh.
Constructor.
| flux | flux function |
Definition at line 51 of file JFluxHelper.hh.
|
inline |
Get reference to flux function.
Definition at line 62 of file JFluxHelper.hh.
Get flux of given event.
| evt | event |
Definition at line 84 of file JFluxHelper.hh.
|
inlineinherited |
Configure event-weight factor.
| p | pointer to event-weight factor |
Definition at line 68 of file JEvtWeightFactorHelper.hh.
|
inlineinherited |
Configure event-weight factor.
| factor | event-weight factor |
Definition at line 79 of file JEvtWeightFactorHelper.hh.
|
inlineinherited |
Get reference to event-weight factor.
Definition at line 98 of file JEvtWeightFactorHelper.hh.
Get weight-factor of given event.
| evt | event |
Definition at line 129 of file JEvtWeightFactorHelper.hh.
|
inlineinherited |
Check whether this event-weight factor is valid.
Definition at line 115 of file JEvtWeightFactorHelper.hh.
Get weight-factor of given event.
| evt | event |
Definition at line 143 of file JEvtWeightFactorHelper.hh.
|
inlineinherited |
Get properties of this class.
| eqpars | equation parameters |
Definition at line 154 of file JEvtWeightFactorHelper.hh.
|
inlineinherited |
Get properties of this class.
| eqpars | equation parameters |
Definition at line 165 of file JEvtWeightFactorHelper.hh.