| 
    Jpp
    19.1.0
    
   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.  More... | |
| double | getFlux (const Evt &evt) const | 
| Get flux of given event.  More... | |
| virtual double | getFactor (const Evt &evt) const =0 | 
| Get event-weight factor of given event.  More... | |
| double | operator() (const Evt &evt) const | 
| Get event-weight factor of given event.  More... | |
| virtual bool | is_valid () const | 
| Check whether this event-weight factor is valid.  More... | |
| void | check_validity () const | 
| Check validity of this event-weight factor.  More... | |
| virtual JProperties | getProperties (const JEquationParameters &eqpars=JEvtWeightFactor::getEquationParameters()) | 
| Get properties of this class.  More... | |
| virtual JProperties | getProperties (const JEquationParameters &eqpars=JEvtWeightFactor::getEquationParameters()) const | 
| Get properties of this class.  More... | |
| virtual std::istream & | read (std::istream &in) | 
| Read event-weight factor from input.  More... | |
| virtual std::ostream & | write (std::ostream &out) const | 
| Write event-weight factor to output.  More... | |
| virtual clone_type | clone () const override | 
| Get clone of this object.  More... | |
Static Public Member Functions | |
| static const char *const | getTypeKey () | 
| Get type keyword.  More... | |
| static JEquationParameters & | getEquationParameters () | 
| Get equation parameters.  More... | |
| static void | setEquationParameters (const JEquationParameters &eqpars) | 
| Set equation parameters.  More... | |
Low-level interface for retrieving the flux corresponding to a given event.
      
  | 
  inherited | 
Definition at line 61 of file JClonable.hh.
      
  | 
  inlinevirtual | 
      
  | 
  inline | 
      
  | 
  inlinestaticinherited | 
      
  | 
  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.
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 JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, JPHYSICS::JPD0Transformer_t< JArgument_t >, and JPHYSICS::JPDFTransformer_t< JArgument_t >.
Definition at line 69 of file JClonable.hh.