|
Jpp
18.6.0-rc.1
the software that should make you happy
|
Abstract base class for oscillation parameter. More...
#include <JOscParameter.hh>
Public Types | |
| typedef JParameter< T > | JParameter_t |
| typedef JParameter_t::argument_type | argument_type |
| typedef JParameter_t::value_type | value_type |
Public Member Functions | |
| JOscParameter () | |
| Default constructor. More... | |
| JOscParameter (argument_type value) | |
| Constructor. More... | |
| JOscParameter< T > & | operator= (const value_type &value) |
| Assignment operator. More... | |
| void | setValue (const value_type &value) |
| Set parameter. More... | |
| virtual bool | is_valid () const =0 |
| Check validity of oscillation parameter. More... | |
| const value_type | getValue () const |
| Get value of parameter. More... | |
| operator const value_type () const | |
| Type conversion operator. More... | |
| const bool | isDefined () const |
| Get status of parameter. More... | |
| bool | less (const JParameter< T > ¶meter) const |
| Less than method. More... | |
Protected Attributes | |
| T | __value |
| bool | is_defined |
Friends | |
| std::istream & | operator>> (std::istream &in, JOscParameter< T > ¶meter) |
| Stream input. More... | |
Abstract base class for oscillation parameter.
Definition at line 28 of file JOscParameter.hh.
| typedef JParameter<T> JOSCPROB::JOscParameter< T >::JParameter_t |
Definition at line 31 of file JOscParameter.hh.
| typedef JParameter_t::argument_type JOSCPROB::JOscParameter< T >::argument_type |
Definition at line 33 of file JOscParameter.hh.
| typedef JParameter_t::value_type JOSCPROB::JOscParameter< T >::value_type |
Definition at line 34 of file JOscParameter.hh.
|
inline |
|
inlineexplicit |
Constructor.
| value | oscillation parameter value |
Definition at line 50 of file JOscParameter.hh.
|
inline |
Assignment operator.
| value | oscillation parameter value |
Definition at line 61 of file JOscParameter.hh.
|
inline |
Set parameter.
| value | oscillation parameter value |
Definition at line 74 of file JOscParameter.hh.
|
pure virtual |
Check validity of oscillation parameter.
Implemented in JOSCPROB::JComplexPhase< JGrid< double > >, JOSCPROB::JMixingAngle< JGrid< double > >, JOSCPROB::JMassSquaredDifference< JGrid< double > >, JOSCPROB::JComplexPhase< T >, JOSCPROB::JMassSquaredDifference< T >, and JOSCPROB::JMixingAngle< T >.
|
inlineinherited |
|
inlineinherited |
Type conversion operator.
Definition at line 105 of file JParameter.hh.
|
inlineinherited |
Get status of parameter.
Definition at line 116 of file JParameter.hh.
|
inlineinherited |
Less than method.
This method evaluates to true if both parameter values are defined and this value is less than the value of the given parameter object.
| parameter | parameter |
Definition at line 131 of file JParameter.hh.
|
friend |
Stream input.
| in | input stream |
| parameter | oscillation parameter |
Definition at line 101 of file JOscParameter.hh.
|
protectedinherited |
Definition at line 172 of file JParameter.hh.
|
protectedinherited |
Definition at line 173 of file JParameter.hh.
1.8.5