Jpp  15.0.5
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 >

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 double getFlux (const Evt &evt) const
 Get flux 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 23 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 29 of file JEvtWeightFactor.hh.

30  {}

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
virtual double JAANET::JEvtWeightFactor::getFlux ( const Evt evt) const
inlinevirtual

Get flux of given event.

Parameters
evtevent
Returns
flux [GeV * m^-2 * sr^-1 * s^-1]

Definition at line 48 of file JEvtWeightFactor.hh.

49  {
50  return getFactor(evt);
51  };
virtual double getFactor(const Evt &evt) const =0
Get multiplication factor of given event.
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: