| 
    Jpp test-rotations-old
    
   the software that should make you happy 
   | 
 
Implementation of C-style diffuse flux event-weight factor. More...
#include <JEvtWeightFactorFunction.hh>
  
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type | 
Public Member Functions | |
| JEvtWeightFactorFunction (pDiffuseFlux pFunction) | |
| Constructor.   | |
| double | dNdEdOmega (int type, double log10E, double costh) const override final | 
| Get event-weight factor for given particle PDG-identifier, energy and zenith-angle.   | |
| virtual clone_type | clone () const override | 
| Get clone of this object.   | |
Private Attributes | |
| pDiffuseFlux | pFunction | 
| Pointer to diffuse flux function.   | |
Implementation of C-style diffuse flux event-weight factor.
Definition at line 245 of file JEvtWeightFactorFunction.hh.
      
  | 
  inherited | 
Definition at line 61 of file JClonable.hh.
      
  | 
  inline | 
Constructor.
| pFunction | pointer to diffuse flux function | 
Definition at line 254 of file JEvtWeightFactorFunction.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 267 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.
      
  | 
  private | 
Pointer to diffuse flux function.
Definition at line 276 of file JEvtWeightFactorFunction.hh.