|
Jpp 20.0.0-rc.9-29-gccc23c492-D
the software that should make you happy
|
Data structure for fit of straight line in positive z-direction with energy. More...
#include <JShower3EZ.hh>
Public Types | |
| typedef double JShower3EZ::* | parameter_type |
Public Member Functions | |
| JShower3EZ () | |
| Default constructor. | |
| JShower3EZ (const JShower3Z &line, const double &E=0, const double By=1.0) | |
| Constructor. | |
| JShower3EZ (const JPoint4D &point, const JVersor3Z &dir, const double E=0, const double By=1.0) | |
| Constructor. | |
| double | getBy () const |
| Get bjorken y. | |
| double | getE () const |
| Get E. | |
| JShower3EZ & | negate () |
| Prefix unary minus. | |
| JShower3EZ & | add (const JShower3EZ &value) |
| Addition operator. | |
| JShower3EZ & | sub (const JShower3EZ &value) |
| Subtraction operator. | |
| JShower3EZ & | mul (const double value) |
| Multiplication operator. | |
| JShower3EZ & | div (const double value) |
| Division operator. | |
| JShower3Z & | add (const JShower3Z &value) |
| Addition operator. | |
| JShower3Z & | sub (const JShower3Z &value) |
| Subtraction operator. | |
Static Public Member Functions | |
| static parameter_type | pBy () |
| static parameter_type | pE () |
| static parameter_type | pDX () |
| static parameter_type | pDY () |
| static parameter_type | pX () |
| static parameter_type | pY () |
| static parameter_type | pZ () |
| static parameter_type | pT () |
Protected Attributes | |
| double | __E |
| double | __By |
Friends | |
| std::istream & | operator>> (std::istream &in, JShower3EZ &object) |
| Read object from input. | |
| std::ostream & | operator<< (std::ostream &out, const JShower3EZ &object) |
| Write object to output. | |
Data structure for fit of straight line in positive z-direction with energy.
Note that the position coordinates are defined with respect to the given direction.
Definition at line 27 of file JShower3EZ.hh.
| typedef double JShower3EZ::* JFIT::JShower3EZ::parameter_type |
Definition at line 202 of file JShower3EZ.hh.
|
inline |
|
inline |
Constructor.
| line | line |
| E | E [GeV] |
| By | bjorken y |
Definition at line 48 of file JShower3EZ.hh.
|
inline |
Constructor.
| point | point |
| dir | direction |
| E | E [GeV] |
| By | bjorken y |
Definition at line 62 of file JShower3EZ.hh.
|
inline |
|
inline |
|
inline |
Prefix unary minus.
Definition at line 95 of file JShower3EZ.hh.
|
inline |
Addition operator.
| value | shower |
Definition at line 111 of file JShower3EZ.hh.
|
inline |
Subtraction operator.
| value | shower |
Definition at line 127 of file JShower3EZ.hh.
|
inline |
Multiplication operator.
| value | multiplication factor |
Definition at line 143 of file JShower3EZ.hh.
|
inline |
Division operator.
| value | division factor |
Definition at line 159 of file JShower3EZ.hh.
|
inlinestatic |
Definition at line 204 of file JShower3EZ.hh.
|
inlinestatic |
Definition at line 205 of file JShower3EZ.hh.
Addition operator.
| value | shower |
Definition at line 85 of file JShower3Z.hh.
Subtraction operator.
| value | shower |
Definition at line 99 of file JShower3Z.hh.
|
inlinestaticinherited |
Definition at line 171 of file JShower3Z.hh.
|
inlinestaticinherited |
Definition at line 172 of file JShower3Z.hh.
|
inlinestaticinherited |
Definition at line 58 of file JPoint4D.hh.
|
inlinestaticinherited |
Definition at line 59 of file JPoint4D.hh.
|
inlinestaticinherited |
Definition at line 60 of file JPoint4D.hh.
|
inlinestaticinherited |
Definition at line 61 of file JPoint4D.hh.
|
friend |
Read object from input.
| in | input stream |
| object | object |
Definition at line 176 of file JShower3EZ.hh.
|
friend |
Write object to output.
| out | output stream |
| object | object |
Definition at line 193 of file JShower3EZ.hh.
|
protected |
Definition at line 207 of file JShower3EZ.hh.
|
protected |
Definition at line 208 of file JShower3EZ.hh.