Jpp  16.0.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
JOscProbFunction.hh File Reference
#include "JLang/JClonable.hh"
#include "JOscProb/JOscProb.hh"
#include "JOscProb/JOscChannel.hh"

Go to the source code of this file.

Classes

struct  JOSCPROB::JOscProbFunction< JFunction_t >
 Implementation of oscillation probability function interface. More...
 
struct  JOSCPROB::JOscProbFunction< pOscProb >
 Implementation of C-style oscillation probability function. More...
 

Namespaces

 JOSCPROB
 

Typedefs

typedef double(* JOSCPROB::pOscProb )(const JOscChannel &, const double, const double)
 

Functions

template<class JFunction_t >
JOscProbFunction< JFunction_t > JOSCPROB::make_oscProbFunction (const JFunction_t &function)
 Auxiliary method for creating an interface to an oscillation probability function. More...
 
JOscProbFunction< pOscProb > JOSCPROB::make_oscProbFunction (pOscProb function)
 Auxiliary method for creating an interface to an oscillation probability function. More...