ROOT 6.14/05 Reference Guide |
Definition at line 29 of file TPadLength.hxx.
Public Member Functions | |
CoordSysBase ()=default | |
CoordSysBase (double val) | |
DERIVED & | operator*= (double scale) |
DERIVED & | operator+= (const DERIVED &rhs) |
DERIVED | operator- () |
DERIVED & | operator-= (const DERIVED &rhs) |
DERIVED & | ToDerived () |
Public Attributes | |
double | fVal = 0. |
Coordinate value. More... | |
Friends | |
DERIVED | operator* (const DERIVED &lhs, double rhs) |
DERIVED | operator* (double lhs, const DERIVED &rhs) |
DERIVED | operator+ (DERIVED lhs, DERIVED rhs) |
DERIVED | operator- (DERIVED lhs, DERIVED rhs) |
double | operator/ (DERIVED lhs, DERIVED rhs) |
DERIVED | operator/ (const DERIVED &lhs, double rhs) |
bool | operator< (const DERIVED &lhs, const DERIVED &rhs) |
bool | operator<= (const DERIVED &lhs, const DERIVED &rhs) |
bool | operator> (const DERIVED &lhs, const DERIVED &rhs) |
bool | operator>= (const DERIVED &lhs, const DERIVED &rhs) |
#include <ROOT/TPadLength.hxx>
|
default |
|
inline |
Definition at line 33 of file TPadLength.hxx.
|
inline |
Definition at line 51 of file TPadLength.hxx.
|
inline |
Definition at line 41 of file TPadLength.hxx.
|
inline |
Definition at line 36 of file TPadLength.hxx.
|
inline |
Definition at line 46 of file TPadLength.hxx.
|
inline |
Definition at line 34 of file TPadLength.hxx.
|
friend |
Definition at line 56 of file TPadLength.hxx.
|
friend |
Definition at line 57 of file TPadLength.hxx.
|
friend |
Definition at line 38 of file TPadLength.hxx.
|
friend |
Definition at line 39 of file TPadLength.hxx.
|
friend |
Definition at line 40 of file TPadLength.hxx.
|
friend |
Definition at line 58 of file TPadLength.hxx.
|
friend |
Definition at line 59 of file TPadLength.hxx.
|
friend |
Definition at line 61 of file TPadLength.hxx.
|
friend |
Definition at line 60 of file TPadLength.hxx.
|
friend |
Definition at line 62 of file TPadLength.hxx.
double ROOT::Experimental::TPadLength::CoordSysBase< DERIVED >::fVal = 0. |
Coordinate value.
Definition at line 30 of file TPadLength.hxx.