| 
    Jpp
    
   | 
 
Data structure for fit of energy. More...
#include <JEnergy.hh>
  
 Public Types | |
| typedef double JEnergy::* | parameter_type | 
Public Member Functions | |
| JEnergy () | |
| Default constructor.  More... | |
| JEnergy (const double X) | |
| Constructor.  More... | |
| const JEnergy & | getEnergy () const | 
| Get Energy.  More... | |
| void | setEnergy (const JEnergy &energy) | 
| Set Energy.  More... | |
| bool | less (const JEnergy &X) const | 
| Less than method.  More... | |
| JEnergy & | negate () | 
| Prefix unary minus.  More... | |
| JEnergy & | add (const JEnergy &value) | 
| Addition operator.  More... | |
| JEnergy & | sub (const JEnergy &value) | 
| Subtraction operator.  More... | |
| JEnergy & | mul (const double value) | 
| Multiplication operator.  More... | |
| JEnergy & | div (const double value) | 
| Division operator.  More... | |
| double | getX () const | 
| Get energy.  More... | |
| double | getE () const | 
| Get energy.  More... | |
| void | putE (const double E) | 
| Put energy.  More... | |
| double | getDE () const | 
| Get derivative of energy.  More... | |
| JEnergy & | mul (const JNullType &object) | 
| Multiply with object.  More... | |
Static Public Member Functions | |
| static JEnergy | min () | 
| Get minimum possible value.  More... | |
| static JEnergy | max () | 
| Get maximum possible value.  More... | |
| static parameter_type | pE () | 
Protected Attributes | |
| double | __X | 
Friends | |
| double | fabs (const JEnergy &energy) | 
| Get absolute value.  More... | |
| std::istream & | operator>> (std::istream &in, JEnergy &object) | 
| Read object from input.  More... | |
| std::ostream & | operator<< (std::ostream &out, const JEnergy &object) | 
| Write object to output.  More... | |
Data structure for fit of energy.
The internal value is equal to the logarithm of the energy.
Definition at line 24 of file JEnergy.hh.
| typedef double JEnergy::* JFIT::JEnergy::parameter_type | 
Definition at line 257 of file JEnergy.hh.
      
  | 
  inline | 
Default constructor.
Definition at line 32 of file JEnergy.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Less than method.
| X | Energy [log(E/GeV)] | 
Definition at line 75 of file JEnergy.hh.
      
  | 
  inline | 
Subtraction operator.
| value | Energy | 
Definition at line 114 of file JEnergy.hh.
      
  | 
  inline | 
Multiplication operator.
| value | multiplication factor | 
Definition at line 128 of file JEnergy.hh.
      
  | 
  inline | 
Division operator.
| value | multiplication factor | 
Definition at line 142 of file JEnergy.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Put energy.
| E | Energy [GeV] | 
Definition at line 177 of file JEnergy.hh.
      
  | 
  inline | 
      
  | 
  inlinestatic | 
Get minimum possible value.
Definition at line 210 of file JEnergy.hh.
      
  | 
  inlinestatic | 
Get maximum possible value.
Definition at line 221 of file JEnergy.hh.
      
  | 
  inlinestatic | 
Definition at line 259 of file JEnergy.hh.
      
  | 
  inlineinherited | 
Multiply with object.
| object | object | 
Definition at line 273 of file JMath.hh.
      
  | 
  friend | 
      
  | 
  friend | 
Read object from input.
| in | input stream | 
| object | object | 
Definition at line 234 of file JEnergy.hh.
      
  | 
  friend | 
Write object to output.
| out | output stream | 
| object | object | 
Definition at line 249 of file JEnergy.hh.
      
  | 
  protected | 
Definition at line 262 of file JEnergy.hh.
 1.8.5