Jpp - 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::JFlux Struct Referenceabstract

Low-level interface for retrieving flux corresponding to an event. More...

#include <JFlux.hh>

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

Public Types

typedef JClonable< JClonable_t >
::clone_type 
clone_type
 

Public Member Functions

virtual ~JFlux ()
 Virtual destructor. More...
 
virtual double getFlux (const Evt &evt) const =0
 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 flux corresponding to an event.

Definition at line 22 of file JFlux.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::JFlux::~JFlux ( )
inlinevirtual

Virtual destructor.

Definition at line 28 of file JFlux.hh.

29  {}

Member Function Documentation

virtual double JAANET::JFlux::getFlux ( const Evt evt) const
pure virtual

Get flux of given event.

Parameters
evtevent
Returns
flux [GeV * m^-2 * sr^-1 * s^-1]
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: