|
Jpp test-rotations-old
the software that should make you happy
|
Specialisation of event-weight factor interface for atmospheric neutrino flux. More...
#include <JEvtWeightFactorFunction.hh>
Classes | |
| struct | JFluxFunctionHelper |
| Auxiliary class for I/O of atmospheric neutrino flux function. More... | |
Public Types | |
| typedef JEvtWeightFactorFunction< Flux_Atmospheric, JDiffuseFlux > | JEvtWeightFactorFunction_t |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| double | dNdEdOmega (int type, double log10E, double costh) const override final |
| Get event-weight factor for given particle PDG-identifier, energy and zenith-angle. | |
| 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. | |
| virtual clone_type | clone () const override |
| Get clone of this object. | |
Static Private Attributes | |
| static const Flux_Atmospheric | flux = Flux_Atmospheric() |
| atmospheric flux function | |
Specialisation of event-weight factor interface for atmospheric neutrino flux.
Definition at line 117 of file JEvtWeightFactorFunction.hh.
| JEvtWeightFactorFunction<Flux_Atmospheric, JDiffuseFlux> JAANET::JEvtWeightFactorFunction< Flux_Atmospheric, JDiffuseFlux >::JEvtWeightFactorFunction_t |
Definition at line 120 of file JEvtWeightFactorFunction.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlinefinaloverride |
Get event-weight factor 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 131 of file JEvtWeightFactorFunction.hh.
|
inlinefinaloverride |
Get properties of this class.
| eqpars | equation parameters |
Definition at line 144 of file JEvtWeightFactorFunction.hh.
|
inlinefinaloverride |
Get properties of this class.
| eqpars | equation parameters |
Definition at line 155 of file JEvtWeightFactorFunction.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.
|
staticprivate |
atmospheric flux function
Atmospheric flux function initialisation.
Definition at line 181 of file JEvtWeightFactorFunction.hh.