Jpp 19.3.0-rc.2
the software that should make you happy
|
Low-level interface for retrieving the flux corresponding to a given event. More...
#include <JFlux.hh>
Public Types | |
typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
virtual | ~JFlux () |
Virtual destructor. | |
double | getFlux (const Evt &evt) const |
Get flux of given event. | |
virtual double | getFactor (const Evt &evt) const =0 |
Get event-weight factor of given event. | |
double | operator() (const Evt &evt) const |
Get event-weight factor of given event. | |
virtual bool | is_valid () const |
Check whether this event-weight factor is valid. | |
void | check_validity () const |
Check validity of this event-weight factor. | |
virtual JProperties | getProperties (const JEquationParameters &eqpars=JEvtWeightFactor::getEquationParameters()) |
Get properties of this class. | |
virtual JProperties | getProperties (const JEquationParameters &eqpars=JEvtWeightFactor::getEquationParameters()) const |
Get properties of this class. | |
virtual std::istream & | read (std::istream &in) |
Read event-weight factor from input. | |
virtual std::ostream & | write (std::ostream &out) const |
Write event-weight factor to output. | |
virtual clone_type | clone () const override |
Get clone of this object. | |
Static Public Member Functions | |
static const char *const | getTypeKey () |
Get type keyword. | |
static JEquationParameters & | getEquationParameters () |
Get equation parameters. | |
static void | setEquationParameters (const JEquationParameters &eqpars) |
Set equation parameters. | |
Low-level interface for retrieving the flux corresponding to a given event.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlinevirtual |
|
inline |
|
inlinestaticinherited |
Get type keyword.
Definition at line 45 of file JEvtWeightFactor.hh.
|
pure virtualinherited |
Get event-weight factor of given event.
evt | event |
Implemented in JAANET::JDiffuseFlux.
|
inlineinherited |
Get event-weight factor of given event.
evt | event |
Definition at line 66 of file JEvtWeightFactor.hh.
|
inlinevirtualinherited |
Check whether this event-weight factor is valid.
Reimplemented in JAANET::JEvtWeightFactorTFormula.
Definition at line 77 of file JEvtWeightFactor.hh.
|
inlineinherited |
Check validity of this event-weight factor.
Definition at line 86 of file JEvtWeightFactor.hh.
|
inlinestaticinherited |
Get equation parameters.
Definition at line 101 of file JEvtWeightFactor.hh.
|
inlinestaticinherited |
Set equation parameters.
eqpars | equation parameters |
Definition at line 114 of file JEvtWeightFactor.hh.
|
inlinevirtualinherited |
Get properties of this class.
eqpars | equation parameters |
Reimplemented in JAANET::JEvtWeightFactorTFormula.
Definition at line 125 of file JEvtWeightFactor.hh.
|
inlinevirtualinherited |
Get properties of this class.
eqpars | equation parameters |
Reimplemented in JAANET::JEvtWeightFactorTFormula.
Definition at line 136 of file JEvtWeightFactor.hh.
|
inlinevirtualinherited |
Read event-weight factor from input.
in | input stream |
Reimplemented in JAANET::JEvtWeightFactorTFormula.
Definition at line 148 of file JEvtWeightFactor.hh.
|
inlinevirtualinherited |
Write event-weight factor to output.
out | output stream |
Definition at line 174 of file JEvtWeightFactor.hh.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.