ROOT 6.18/05 Reference Guide |
Definition at line 31 of file RPadLength.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) |
DERIVED | operator/ (const DERIVED &lhs, double rhs) |
double | operator/ (DERIVED lhs, 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) |
bool | operator>= (const DERIVED &lhs, const DERIVED &rhs) |
#include <ROOT/RPadLength.hxx>
|
default |
|
inline |
Definition at line 35 of file RPadLength.hxx.
|
inline |
Definition at line 53 of file RPadLength.hxx.
|
inline |
Definition at line 43 of file RPadLength.hxx.
|
inline |
Definition at line 38 of file RPadLength.hxx.
|
inline |
Definition at line 48 of file RPadLength.hxx.
|
inline |
Definition at line 36 of file RPadLength.hxx.
|
friend |
Definition at line 58 of file RPadLength.hxx.
|
friend |
Definition at line 59 of file RPadLength.hxx.
|
friend |
Definition at line 40 of file RPadLength.hxx.
|
friend |
Definition at line 41 of file RPadLength.hxx.
|
friend |
Definition at line 60 of file RPadLength.hxx.
|
friend |
Definition at line 42 of file RPadLength.hxx.
|
friend |
Definition at line 61 of file RPadLength.hxx.
|
friend |
Definition at line 63 of file RPadLength.hxx.
|
friend |
Definition at line 62 of file RPadLength.hxx.
|
friend |
Definition at line 64 of file RPadLength.hxx.
double ROOT::Experimental::RPadLength::CoordSysBase< DERIVED >::fVal = 0. |
Coordinate value.
Definition at line 32 of file RPadLength.hxx.