Jpp  18.0.0-rc.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
JAANET::JEvtWeightFactor Struct Referenceabstract

Low-level interface for retrieving a specifiable multiplication factor
corresponding to a given event. More...

#include <JEvtWeightFactor.hh>

Inheritance diagram for JAANET::JEvtWeightFactor:
JLANG::JClonable< JClonable_t, JDerived_t > JAANET::JFlux JAANET::JDiffuseFlux

Public Types

typedef JClonable< JClonable_t >
::clone_type 
clone_type
 

Public Member Functions

virtual ~JEvtWeightFactor ()
 Virtual destructor. More...
 
virtual double getFactor (const Evt &evt) const =0
 Get multiplication factor of given event. More...
 
virtual clone_type clone () const override
 Get clone of this object. More...
 

Detailed Description

Low-level interface for retrieving a specifiable multiplication factor
corresponding to a given event.

Definition at line 22 of file JEvtWeightFactor.hh.

Member Typedef Documentation

template<class JClonable_t, class JDerived_t = JNullType>
typedef JClonable<JClonable_t>::clone_type JLANG::JClonable< JClonable_t, JDerived_t >::clone_type
inherited

Definition at line 61 of file JClonable.hh.

Constructor & Destructor Documentation

virtual JAANET::JEvtWeightFactor::~JEvtWeightFactor ( )
inlinevirtual

Virtual destructor.

Definition at line 28 of file JEvtWeightFactor.hh.

29  {}

Member Function Documentation

virtual double JAANET::JEvtWeightFactor::getFactor ( const Evt evt) const
pure virtual

Get multiplication factor of given event.

Parameters
evtevent
Returns
multiplication factor

Implemented in JAANET::JDiffuseFlux.

template<class JClonable_t, class JDerived_t = JNullType>
virtual clone_type JLANG::JClonable< JClonable_t, JDerived_t >::clone ( ) const
inlineoverridevirtualinherited

The documentation for this struct was generated from the following file: