| Jpp
    19.0.0
    the software that should make you happy | 
Template specialization for parameter grid. More...
#include <JComplexPhase.hh>
 
  
 | Public Types | |
| typedef JGrid< double > | JGrid_t | 
| typedef JComplexPhase< JGrid_t > | JComplexPhase_t | 
| typedef JOscParameter< JGrid_t > | JOscParameter_t | 
| typedef JOscParameter_t::JParameter_t | JParameter_t | 
| typedef JParameter_t::argument_type | argument_type | 
| typedef JParameter_t::value_type | value_type | 
| Public Member Functions | |
| JComplexPhase () | |
| Default constructor.  More... | |
| JComplexPhase (const JGrid_t &grid) | |
| Constructor.  More... | |
| JComplexPhase (const int nx, const double xmin, const double xmax) | |
| Constructor.  More... | |
| JComplexPhase (const double value) | |
| Constructor.  More... | |
| JComplexPhase_t & | operator= (const JGrid_t &grid) | 
| Assignment operator.  More... | |
| bool | is_valid () const override | 
| 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 (const double value) | 
| Auxiliary function to create a complex phase parameter grid.  More... | |
| Protected Attributes | |
| T | __value | 
| bool | is_defined | 
Template specialization for parameter grid.
Definition at line 106 of file JComplexPhase.hh.
| typedef JGrid<double> JOSCPROB::JComplexPhase< JGrid< double > >::JGrid_t | 
Definition at line 109 of file JComplexPhase.hh.
| typedef JComplexPhase<JGrid_t> JOSCPROB::JComplexPhase< JGrid< double > >::JComplexPhase_t | 
Definition at line 110 of file JComplexPhase.hh.
| typedef JOscParameter<JGrid_t> JOSCPROB::JComplexPhase< JGrid< double > >::JOscParameter_t | 
Definition at line 111 of file JComplexPhase.hh.
| typedef JOscParameter_t::JParameter_t JOSCPROB::JComplexPhase< JGrid< double > >::JParameter_t | 
Definition at line 113 of file JComplexPhase.hh.
| 
 | inherited | 
Definition at line 33 of file JOscParameter.hh.
| 
 | inherited | 
Definition at line 34 of file JOscParameter.hh.
| 
 | inline | 
| 
 | inlineexplicit | 
Constructor.
| grid | complex phase parameter grid [rad] | 
Definition at line 128 of file JComplexPhase.hh.
| 
 | inline | 
Constructor.
| nx | number of elements | 
| xmin | lower limit [rad] | 
| xmax | upper limit [rad] | 
Definition at line 146 of file JComplexPhase.hh.
| 
 | inlineexplicit | 
Constructor.
| value | complex phase value [rad] | 
Definition at line 158 of file JComplexPhase.hh.
| 
 | inline | 
Assignment operator.
| grid | complex phase parameter grid [rad] | 
Definition at line 169 of file JComplexPhase.hh.
| 
 | inlineoverridevirtual | 
Check validity of oscillation parameter.
Implements JOSCPROB::JOscParameter< JGrid< double > >.
Definition at line 182 of file JComplexPhase.hh.
| 
 | inlinestatic | 
Auxiliary function to create a complex phase parameter grid.
| value | complex phase value [rad] | 
Definition at line 198 of file JComplexPhase.hh.
| 
 | inlineinherited | 
Set parameter.
| value | oscillation parameter value | 
Definition at line 74 of file JOscParameter.hh.
| 
 | 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.
| 
 | protectedinherited | 
Definition at line 172 of file JParameter.hh.
| 
 | protectedinherited | 
Definition at line 173 of file JParameter.hh.
 1.8.5
 1.8.5