|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Low-level interface for diffuse fluxes. More...
#include <JDiffuseFlux.hh>
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| virtual | ~JDiffuseFlux () |
| Virtual destructor. | |
| double | getFactor (const Evt &evt) const override |
| Get diffuse flux for given event. | |
| double | getFactor (const int type, const double log10E, const double costh) const |
| Get diffuse flux for given particle PDG-identifier, energy and zenith-angle. | |
| double | getFlux (const int type, const double log10E, const double costh) const |
| Get diffuse flux for given particle PDG-identifier, energy and zenith-angle. | |
| double | operator() (const int type, const double log10E, const double costh) const |
| Get diffuse flux for given particle PDG-identifier, energy and zenith-angle. | |
| void | Print () const override |
| Print flux information. | |
| double | getFlux (const Evt &evt) const |
| Get flux 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 diffuse fluxes.
Definition at line 27 of file JDiffuseFlux.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlinevirtual |
Get diffuse flux for given event.
| evt | event |
Implements JAANET::JEvtWeightFactor.
Definition at line 46 of file JDiffuseFlux.hh.
|
inline |
Get diffuse flux for given particle PDG-identifier, energy and zenith-angle.
| type | PDG particle type |
| log10E | logarithmic neutrino energy [GeV] |
| costh | cosine zenith angle |
Definition at line 64 of file JDiffuseFlux.hh.
|
inline |
Get diffuse flux for given particle PDG-identifier, energy and zenith-angle.
| type | PDG particle type |
| log10E | logarithmic neutrino energy [GeV] |
| costh | cosine zenith angle |
Definition at line 80 of file JDiffuseFlux.hh.
|
inline |
Get diffuse flux for given particle PDG-identifier, energy and zenith-angle.
| type | PDG particle type |
| log10E | logarithmic neutrino energy [GeV] |
| costh | cosine zenith angle |
Definition at line 96 of file JDiffuseFlux.hh.
|
inlineoverride |
Print flux information.
Definition at line 107 of file JDiffuseFlux.hh.
Get flux of given event.
| evt | event |
Definition at line 37 of file JFlux.hh.
Get type keyword.
Definition at line 45 of file JEvtWeightFactor.hh.
Get event-weight factor of given event.
| evt | event |
Definition at line 66 of file JEvtWeightFactor.hh.
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 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.