Bjorken-y.
More...
#include <JBjorkenY.hh>
|
| JBjorkenY () |
| Default constructor.
|
|
| JBjorkenY (const double Y) |
| Constructor.
|
|
void | setBjY (const double Y) |
| Set Bjorken-y.
|
|
double | getBjY () const |
| Get Borken-y.
|
|
Bjorken-y.
Definition at line 27 of file JBjorkenY.hh.
◆ JBjorkenY() [1/2]
JGEOMETRY3D::JBjorkenY::JBjorkenY |
( |
| ) |
|
|
inline |
◆ JBjorkenY() [2/2]
JGEOMETRY3D::JBjorkenY::JBjorkenY |
( |
const double | Y | ) |
|
|
inline |
◆ setBjY()
void JGEOMETRY3D::JBjorkenY::setBjY |
( |
const double | Y | ) |
|
|
inline |
◆ getBjY()
double JGEOMETRY3D::JBjorkenY::getBjY |
( |
| ) |
const |
|
inline |
Get Borken-y.
- Returns
- Bjorken-y
Definition at line 64 of file JBjorkenY.hh.
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & | in, |
|
|
JBjorkenY & | bjorkeny ) |
|
friend |
Read Bjorken-y from input.
- Parameters
-
in | input stream |
bjorkeny | Bjorken-y |
- Returns
- input stream
Definition at line 77 of file JBjorkenY.hh.
78 {
79 in >> bjorkeny.__BY;
80
81 return in;
82 }
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const JBjorkenY & | bjorkeny ) |
|
friend |
Write Bjorken-y to output.
- Parameters
-
out | output stream |
bjorkeny | bjorkeny |
- Returns
- output stream
Definition at line 92 of file JBjorkenY.hh.
93 {
95
96 out << bjorkeny.__BY;
97
98 return out;
99 }
JFormat_t & getFormat()
Get format for given type.
◆ operator>> [2/2]
Read Bjorken-y from input.
- Parameters
-
in | reader |
bjorkeny | Bjorken-y |
- Returns
- reader
Definition at line 109 of file JBjorkenY.hh.
110 {
111 in >> bjorkeny.__BY;
112
113 return in;
114 }
◆ operator<< [2/2]
Write Bjorken-y to output.
- Parameters
-
out | writer |
bjorkeny | Bjorken-y |
- Returns
- writer
Definition at line 124 of file JBjorkenY.hh.
125 {
126 out << bjorkeny.__BY;
127
128 return out;
129 }
◆ __BY
double JGEOMETRY3D::JBjorkenY::__BY |
|
protected |
The documentation for this class was generated from the following file: