Jpp
18.4.0
the software that should make you happy
|
Implementation of event-weight factor interface for diffuse flux objects. More...
#include <JEvtWeightFactorFunction.hh>
Public Types | |
typedef JClonable< JClonable_t > ::clone_type | clone_type |
Public Member Functions | |
JEvtWeightFactorFunction (const JDiffuseFluxFunction_t &function) | |
Constructor. More... | |
double | dNdEdOmega (int type, double log10E, double costh) const override |
Get event-weight factor for given particle PDG-identifier, energy and zenith-angle. More... | |
virtual clone_type | clone () const override |
Get clone of this object. More... | |
Private Attributes | |
JDiffuseFluxFunction_t | function |
diffuse flux function object More... | |
Implementation of event-weight factor interface for diffuse flux objects.
The template argument corresponds to a function of which the copy constructor needs to be defined.
Definition at line 72 of file JEvtWeightFactorFunction.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
Constructor.
function | flux function |
Definition at line 81 of file JEvtWeightFactorFunction.hh.
|
inlineoverride |
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 94 of file JEvtWeightFactorFunction.hh.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in 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 >, JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer, JPHYSICS::JPDFTransformer_t< JArgument_t >, JLANG::JClonable< JMatch< hit_type > >, JLANG::JClonable< JMatch< hit_type >, JMatch3D >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 > >, and JLANG::JClonable< JMatch< JTRIGGER::JHitR1 >, JMatch3G< JTRIGGER::JHitR1 > >.
Definition at line 69 of file JClonable.hh.
|
private |
diffuse flux function object
Definition at line 103 of file JEvtWeightFactorFunction.hh.