Jpp test-rotations-old
the software that should make you happy
|
Implementation of oscillation complex phase. More...
#include <JComplexPhase.hh>
Public Types | |
typedef JComplexPhase< T > | JComplexPhase_t |
typedef JOscParameter< T > | JOscParameter_t |
typedef JOscParameter_t::JParameter_t | JParameter_t |
typedef JOscParameter_t::argument_type | argument_type |
typedef JOscParameter_t::value_type | value_type |
Public Member Functions | |
JComplexPhase () | |
Default constructor. | |
JComplexPhase (argument_type value) | |
Constructor. | |
JComplexPhase_t & | operator= (const value_type &value) |
Assignment operator. | |
bool | is_valid () const override final |
Check validity of oscillation parameter. | |
void | setValue (const value_type &value) |
Set parameter. | |
const value_type | getValue () const |
Get value of parameter. | |
operator const value_type () const | |
Type conversion operator. | |
const bool | isDefined () const |
Get status of parameter. | |
bool | less (const JParameter< T > ¶meter) const |
Less than method. | |
Protected Attributes | |
T | __value |
bool | is_defined |
Implementation of oscillation complex phase.
Definition at line 27 of file JComplexPhase.hh.
JComplexPhase<T> JOSCPROB::JComplexPhase< T >::JComplexPhase_t |
Definition at line 30 of file JComplexPhase.hh.
JOscParameter<T> JOSCPROB::JComplexPhase< T >::JOscParameter_t |
Definition at line 31 of file JComplexPhase.hh.
JOscParameter_t::JParameter_t JOSCPROB::JComplexPhase< T >::JParameter_t |
Definition at line 33 of file JComplexPhase.hh.
JOscParameter_t::argument_type JOSCPROB::JComplexPhase< T >::argument_type |
Definition at line 34 of file JComplexPhase.hh.
JOscParameter_t::value_type JOSCPROB::JComplexPhase< T >::value_type |
Definition at line 35 of file JComplexPhase.hh.
|
inline |
Default constructor.
Definition at line 41 of file JComplexPhase.hh.
|
inlineexplicit |
Constructor.
value | complex phase value [rad] |
Definition at line 51 of file JComplexPhase.hh.
|
inline |
Assignment operator.
value | complex phase value [rad] |
Definition at line 68 of file JComplexPhase.hh.
|
inlinefinaloverridevirtual |
Check validity of oscillation parameter.
Implements JOSCPROB::JOscParameter< T >.
Definition at line 81 of file JComplexPhase.hh.
|
inlineinherited |
Set parameter.
value | oscillation parameter value |
Definition at line 74 of file JOscParameter.hh.
|
inlineinherited |
|
inlineinherited |
|
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.
|
protectedinherited |
Definition at line 172 of file JParameter.hh.
|
protectedinherited |
Definition at line 173 of file JParameter.hh.