1#ifndef __JOSCPROB__JCOMPLEXPHASE__
2#define __JOSCPROB__JCOMPLEXPHASE__
#define THROW(JException_t, A)
Marco for throwing exception with std::ostream compatible message.
const value_type getValue() const
Get value of parameter.
const bool isDefined() const
Get status of parameter.
Exception for accessing a value in a collection that is outside of its range.
Template definition of a multi-dimensional oscillation probability interpolation table.
JOscProbInterface::JParameter_t JParameter_t
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
JOscParameter< JGrid_t > JOscParameter_t
JComplexPhase()
Default constructor.
JOscParameter_t::JParameter_t JParameter_t
JComplexPhase< JGrid_t > JComplexPhase_t
JComplexPhase(const JGrid_t &grid)
Constructor.
JComplexPhase_t & operator=(const JGrid_t &grid)
Assignment operator.
bool is_valid() const override final
Check validity of oscillation parameter.
JComplexPhase(const int nx, const double xmin, const double xmax)
Constructor.
JComplexPhase(const double value)
Constructor.
Implementation of oscillation complex phase.
JComplexPhase(argument_type value)
Constructor.
JOscParameter_t::argument_type argument_type
JOscParameter_t::JParameter_t JParameter_t
bool is_valid() const override final
Check validity of oscillation parameter.
JComplexPhase()
Default constructor.
JComplexPhase_t & operator=(const value_type &value)
Assignment operator.
JOscParameter< T > JOscParameter_t
JComplexPhase< T > JComplexPhase_t
JOscParameter_t::value_type value_type
Abstract base class for oscillation parameter.
void setValue(const value_type &value)
Set parameter.
JParameter_t::argument_type argument_type
JParameter_t::value_type value_type