| 
    Jpp master_rocky-44-g75b7c4f75
    
   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.   | |
| bool | is_valid () const override final | 
| Check whether this oscillated neutrino flux object is valid.   | |
| double | getFactor (const Evt &evt) const override final | 
| Get flux for given event.   | |
| JProperties | getProperties (const JEquationParameters &eqpars=JEvtWeightFactor::getEquationParameters()) override final | 
| Get properties of this class.   | |
| JProperties | getProperties (const JEquationParameters &eqpars=JEvtWeightFactor::getEquationParameters()) const override final | 
| Get properties of this class.   | |
| std::istream & | read (std::istream &in) override final | 
| Stream input.   | |
| virtual clone_type | clone () const override | 
| Get clone of this object.   | |
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 | 
![$ \left[\mathrm{GeV}^{-1} \, \mathrm{m}^{-2} \, \mathrm{sr}^{-1} \, \mathrm{s}^{-1}\right] $](form_2.png)
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 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.
      
  | 
  protected | 
Definition at line 169 of file JOscFlux.hh.
      
  | 
  protected | 
Definition at line 170 of file JOscFlux.hh.