| 
    Jpp 19.3.0-rc.3
    
   the software that should make you happy 
   | 
 
Interface class for sets of oscillation parameters. More...
#include <JOscParametersInterface.hh>
  
Public Types | |
| typedef JOscParametersInterface< T > | JOscParametersInterface_t | 
| typedef JOscParameter< T > | JOscParameter_t | 
| typedef JOscParameter_t::JParameter_t | JParameter_t | 
| typedef JParameter_t::argument_type | argument_type | 
| typedef JParameter_t::value_type | value_type | 
| typedef JClonable< JClonable_t >::clone_type | clone_type | 
Public Member Functions | |
| JOscParametersInterface () | |
| Default constructor.   | |
| ~JOscParametersInterface () | |
| Virtual destructor.   | |
| virtual JProperties | getProperties (const JEquationParameters &equation=JOscParametersInterface_t::getEquationParameters())=0 | 
| Get properties of this class.   | |
| virtual JProperties | getProperties (const JEquationParameters &equation=JOscParametersInterface_t::getEquationParameters()) const =0 | 
| Get properties of this class.   | |
| JOscParametersInterface_t & | getParameters () | 
| Get oscillation parameters.   | |
| const JOscParameter_t & | get (const std::string &name) const | 
| Get oscillation parameter.   | |
| JOscParameter_t & | get (const std::string &name) | 
| Get oscillation parameter.   | |
| void | set (const std::string &name, const value_type &value) | 
| Set value for a given oscillation parameter.   | |
| template<class ... Args> | |
| void | set (const std::string &name, const value_type &value, const Args &...args) | 
| Set value for given list of oscillation parameters.   | |
| void | set (const JOscParametersInterface< value_type > ¶meters) | 
| Set oscillation parameters.   | |
| bool | equals (const JOscParametersInterface< value_type > ¶meters) const | 
| Check whether these oscillation parameters are equal to given oscillation parameters.   | |
| bool | operator== (const JOscParametersInterface< value_type > ¶meters) | 
| Equal operator.   | |
| bool | operator!= (const JOscParametersInterface< value_type > ¶meters) | 
| Not equal operator.   | |
| JReader & | read (JReader &in) override | 
| Binary stream input of oscillation parameters.   | |
| JWriter & | write (JWriter &out) const override | 
| Binary stream output of oscillation parameters.   | |
| virtual clone_type | clone () const override | 
| Get clone of this object.   | |
Static Public Member Functions | |
| static JEquationParameters & | getEquationParameters () | 
| Get equation parameters.   | |
| static void | setEquationParameters (const JEquationParameters &equation) | 
| Set equation parameters.   | |
Friends | |
| std::istream & | operator>> (std::istream &in, JOscParametersInterface_t ¶meters) | 
| Stream input of oscillation parameters.   | |
| std::ostream & | operator<< (std::ostream &out, const JOscParametersInterface_t ¶meters) | 
| Stream output of oscillation parameters.   | |
Interface class for sets of oscillation parameters.
Definition at line 46 of file JOscParametersInterface.hh.
| JOscParametersInterface<T> JOSCPROB::JOscParametersInterface< T >::JOscParametersInterface_t | 
Definition at line 52 of file JOscParametersInterface.hh.
| JOscParameter<T> JOSCPROB::JOscParametersInterface< T >::JOscParameter_t | 
Definition at line 53 of file JOscParametersInterface.hh.
| JOscParameter_t::JParameter_t JOSCPROB::JOscParametersInterface< T >::JParameter_t | 
Definition at line 55 of file JOscParametersInterface.hh.
| JParameter_t::argument_type JOSCPROB::JOscParametersInterface< T >::argument_type | 
Definition at line 57 of file JOscParametersInterface.hh.
| JParameter_t::value_type JOSCPROB::JOscParametersInterface< T >::value_type | 
Definition at line 58 of file JOscParametersInterface.hh.
      
  | 
  inherited | 
Definition at line 61 of file JClonable.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  pure virtual | 
Get properties of this class.
| equation | equation parameters | 
      
  | 
  pure virtual | 
Get properties of this class.
| equation | equation parameters | 
      
  | 
  inline | 
Get oscillation parameters.
Definition at line 98 of file JOscParametersInterface.hh.
      
  | 
  inline | 
Get oscillation parameter.
| name | parameter name | 
Definition at line 110 of file JOscParametersInterface.hh.
      
  | 
  inline | 
Get oscillation parameter.
| name | parameter name | 
Definition at line 129 of file JOscParametersInterface.hh.
      
  | 
  inline | 
Set value for a given oscillation parameter.
| name | parameter name | 
| value | parameter value | 
Definition at line 148 of file JOscParametersInterface.hh.
      
  | 
  inline | 
Set value for given list of oscillation parameters.
| name | parameter name | 
| value | parameter value | 
| args | remaining pairs of parameter names and values | 
Definition at line 170 of file JOscParametersInterface.hh.
      
  | 
  inline | 
Set oscillation parameters.
| parameters | oscillation parameters | 
Definition at line 184 of file JOscParametersInterface.hh.
      
  | 
  inline | 
Check whether these oscillation parameters are equal to given oscillation parameters.
| parameters | oscillation parameters | 
Definition at line 208 of file JOscParametersInterface.hh.
      
  | 
  inline | 
Equal operator.
| parameters | set of oscillation parameters | 
Definition at line 234 of file JOscParametersInterface.hh.
      
  | 
  inline | 
Not equal operator.
| parameters | set of oscillation parameters | 
Definition at line 246 of file JOscParametersInterface.hh.
      
  | 
  inlinestatic | 
Get equation parameters.
Definition at line 257 of file JOscParametersInterface.hh.
      
  | 
  inlinestatic | 
Set equation parameters.
| equation | equation parameters | 
Definition at line 270 of file JOscParametersInterface.hh.
      
  | 
  inlineoverridevirtual | 
Binary stream input of oscillation parameters.
| in | input stream | 
Implements JIO::JSerialisable.
Definition at line 282 of file JOscParametersInterface.hh.
      
  | 
  inlineoverridevirtual | 
Binary stream output of oscillation parameters.
| out | output stream | 
Implements JIO::JSerialisable.
Definition at line 309 of file JOscParametersInterface.hh.
      
  | 
  inlineoverridevirtualinherited | 
Get clone of this object.
Reimplemented in JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.
      
  | 
  friend | 
Stream input of oscillation parameters.
| in | input stream | 
| parameters | oscillation parameters | 
Definition at line 331 of file JOscParametersInterface.hh.
      
  | 
  friend | 
Stream output of oscillation parameters.
| out | output stream | 
| parameters | oscillation parameters | 
Definition at line 356 of file JOscParametersInterface.hh.