Jpp
debug
the software that should make you happy
|
Implementation of oscillated neutrino flux. More...
#include <JOscFlux.hh>
Classes | |
struct | JOscFluxHelper |
Auxiliary class for I/O of oscillated flux. More... | |
Public Types | |
typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
JOscFlux (const JDiffuseFluxHelper &diffuseFlux, const JOscProbHelper &oscProb) | |
Constructor. More... | |
bool | is_valid () const override final |
Check whether this oscillated neutrino flux object is valid. More... | |
double | getFactor (const Evt &evt) const override final |
Get flux for given event. More... | |
JProperties | getProperties (const JEquationParameters &eqpars=JEvtWeightFactor::getEquationParameters()) override final |
Get properties of this class. More... | |
JProperties | getProperties (const JEquationParameters &eqpars=JEvtWeightFactor::getEquationParameters()) const override final |
Get properties of this class. More... | |
std::istream & | read (std::istream &in) override final |
Stream input. More... | |
virtual clone_type | clone () const override |
Get clone of this object. More... | |
Protected Attributes | |
JOscProbHelper | P |
JDiffuseFluxHelper | F |
Implementation of oscillated neutrino flux.
Definition at line 42 of file JOscFlux.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
Constructor.
diffuseFlux | diffuse flux function object |
oscProb | oscillation probability function object |
Definition at line 51 of file JOscFlux.hh.
|
inlinefinaloverride |
Check whether this oscillated neutrino flux object is valid.
Definition at line 63 of file JOscFlux.hh.
|
inlinefinaloverride |
Get flux for given event.
Note that in this evaluation the zenith-angle is defined
with respect to the line of sight (i.e. a neutrino pointing straight at you
from the center of the Earth has ).
evt | event |
Definition at line 80 of file JOscFlux.hh.
|
inlinefinaloverride |
Get properties of this class.
eqpars | equation parameters |
Definition at line 125 of file JOscFlux.hh.
|
inlinefinaloverride |
Get properties of this class.
eqpars | equation parameters |
Definition at line 136 of file JOscFlux.hh.
|
inlinefinaloverride |
Stream input.
in | input stream |
Definition at line 148 of file JOscFlux.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.
|
protected |
Definition at line 169 of file JOscFlux.hh.
|
protected |
Definition at line 170 of file JOscFlux.hh.