|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Implementation of event weighting for GSeaGen data. More...
#include <JEvtWeightGSeaGen.hh>
Public Types | |
| typedef JEvtWeightFactorHelper::pointer_type | pointer_type |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| JEvtWeightGSeaGen () | |
| Default Constructor. | |
| JEvtWeightGSeaGen (const JHead &header) | |
| Constructor. | |
| JEvtWeightGSeaGen (const JHead &header, const JFlux &flux) | |
| Constructor. | |
| const char *const | getName () const override final |
| Get name. | |
| void | configure (const JHead &header) override final |
| Weight normalisation configuration. | |
| bool | check (const JHead &header) const override final |
| Check whether header is consistent with this event weighter. | |
| double | getWeight (const Evt &evt) const override final |
| Get weight of given event. | |
| 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. | |
| virtual clone_type | clone () const override |
| Get clone of this object. | |
Implementation of event weighting for GSeaGen data.
Definition at line 34 of file JEvtWeightGSeaGen.hh.
Definition at line 26 of file JFluxHelper.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
Default Constructor.
Definition at line 41 of file JEvtWeightGSeaGen.hh.
Constructor.
| header | header |
Definition at line 51 of file JEvtWeightGSeaGen.hh.
Constructor.
| header | header |
| flux | flux |
Definition at line 64 of file JEvtWeightGSeaGen.hh.
Get name.
Definition at line 78 of file JEvtWeightGSeaGen.hh.
Weight normalisation configuration.
| header | header |
Definition at line 89 of file JEvtWeightGSeaGen.hh.
Check whether header is consistent with this event weighter.
| header | header |
Definition at line 114 of file JEvtWeightGSeaGen.hh.
Get weight of given event.
| evt | event |
Definition at line 126 of file JEvtWeightGSeaGen.hh.
|
inlineinherited |
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.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JLANG::JClonable< JMatch< hit_type > >, JLANG::JClonable< JMatch< hit_type >, JMatch1D >, JLANG::JClonable< JMatch< hit_type >, JMatch3D >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 > >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 >, JMatch3G< JTRIGGER::JHitR1 > >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.