|
Jpp 20.0.0-rc.9-29-gccc23c492-D
the software that should make you happy
|
Data structure for cascade in positive z-direction. More...
#include <JShower3Z.hh>
Public Types | |
| typedef double JShower3Z::* | parameter_type |
Public Member Functions | |
| JShower3Z () | |
| Default constructor. | |
| JShower3Z (const JPoint4D &point, const JVersor3Z &dir) | |
| Constructor. | |
| JShower3Z & | negate () |
| Prefix unary minus. | |
| JShower3Z & | add (const JShower3Z &value) |
| Addition operator. | |
| JShower3Z & | sub (const JShower3Z &value) |
| Subtraction operator. | |
| JShower3Z & | mul (const double value) |
| Multiplication operator. | |
| JShower3Z & | div (const double value) |
| Divison operator. | |
Static Public Member Functions | |
| static parameter_type | pDX () |
| static parameter_type | pDY () |
| static parameter_type | pX () |
| static parameter_type | pY () |
| static parameter_type | pZ () |
| static parameter_type | pT () |
Friends | |
| std::istream & | operator>> (std::istream &in, JShower3Z &object) |
| Read object from input. | |
| std::ostream & | operator<< (std::ostream &out, const JShower3Z &object) |
| Write object to output. | |
Data structure for cascade in positive z-direction.
Note that the position coordinates are defined with respect to the given direction.
Definition at line 32 of file JShower3Z.hh.
| typedef double JShower3Z::* JFIT::JShower3Z::parameter_type |
Definition at line 169 of file JShower3Z.hh.
|
inline |
Default constructor.
Definition at line 49 of file JShower3Z.hh.
|
inline |
|
inline |
Prefix unary minus.
Definition at line 71 of file JShower3Z.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.
|
inline |
Multiplication operator.
| value |
Definition at line 113 of file JShower3Z.hh.
|
inline |
Divison operator.
| value |
Definition at line 127 of file JShower3Z.hh.
|
inlinestatic |
Definition at line 171 of file JShower3Z.hh.
|
inlinestatic |
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 142 of file JShower3Z.hh.
|
friend |
Write object to output.
| out | output stream |
| object | object |
Definition at line 159 of file JShower3Z.hh.