| 
    Jpp test-rotations-old
    
   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.   | |
| JOscParameter (argument_type value) | |
| Constructor.   | |
| JOscParameter< T > & | operator= (const value_type &value) | 
| Assignment operator.   | |
| void | setValue (const value_type &value) | 
| Set parameter.   | |
| virtual bool | is_valid () const =0 | 
| Check validity of oscillation 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 | 
Friends | |
| std::istream & | operator>> (std::istream &in, JOscParameter< T > ¶meter) | 
| Stream input.   | |
Abstract base class for oscillation parameter.
Definition at line 28 of file JOscParameter.hh.
| JParameter<T> JOSCPROB::JOscParameter< T >::JParameter_t | 
Definition at line 31 of file JOscParameter.hh.
| JParameter_t::argument_type JOSCPROB::JOscParameter< T >::argument_type | 
Definition at line 33 of file JOscParameter.hh.
| 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< T >, JOSCPROB::JComplexPhase< JGrid< double > >, JOSCPROB::JMassSquaredDifference< T >, JOSCPROB::JMassSquaredDifference< JGrid< double > >, JOSCPROB::JMixingAngle< T >, and JOSCPROB::JMixingAngle< JGrid< double > >.
      
  | 
  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.