| 
    Jpp
    19.1.0
    
   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.  More... | |
| JComplexPhase (argument_type value) | |
| Constructor.  More... | |
| JComplexPhase_t & | operator= (const value_type &value) | 
| Assignment operator.  More... | |
| bool | is_valid () const override final | 
| Check validity of oscillation parameter.  More... | |
| void | setValue (const value_type &value) | 
| Set 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... | |
Static Public Member Functions | |
| static JComplexPhase_t | make_parameter (argument_type value) | 
| Auxiliary function to create a complex phase parameter grid.  More... | |
Protected Attributes | |
| T | __value | 
| bool | is_defined | 
Implementation of oscillation complex phase.
Definition at line 27 of file JComplexPhase.hh.
| typedef JComplexPhase<T> JOSCPROB::JComplexPhase< T >::JComplexPhase_t | 
Definition at line 30 of file JComplexPhase.hh.
| typedef JOscParameter<T> JOSCPROB::JComplexPhase< T >::JOscParameter_t | 
Definition at line 31 of file JComplexPhase.hh.
| typedef JOscParameter_t::JParameter_t JOSCPROB::JComplexPhase< T >::JParameter_t | 
Definition at line 33 of file JComplexPhase.hh.
| typedef JOscParameter_t::argument_type JOSCPROB::JComplexPhase< T >::argument_type | 
Definition at line 34 of file JComplexPhase.hh.
| typedef 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.
      
  | 
  inlinestatic | 
Auxiliary function to create a complex phase parameter grid.
| value | complex phase value [rad] | 
Definition at line 95 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.