Definition at line 39 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 | |
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 43 of file RPadLength.hxx.
|
inline |
Definition at line 61 of file RPadLength.hxx.
|
inline |
Definition at line 51 of file RPadLength.hxx.
|
inline |
Definition at line 46 of file RPadLength.hxx.
|
inline |
Definition at line 56 of file RPadLength.hxx.
|
inline |
Definition at line 44 of file RPadLength.hxx.
Definition at line 66 of file RPadLength.hxx.
Definition at line 67 of file RPadLength.hxx.
Definition at line 48 of file RPadLength.hxx.
Definition at line 49 of file RPadLength.hxx.
Definition at line 68 of file RPadLength.hxx.
Definition at line 50 of file RPadLength.hxx.
Definition at line 69 of file RPadLength.hxx.
Definition at line 71 of file RPadLength.hxx.
Definition at line 70 of file RPadLength.hxx.
Definition at line 72 of file RPadLength.hxx.
double ROOT::Experimental::RPadLength::CoordSysBase< DERIVED >::fVal {0.} |
! Coordinate value
Definition at line 40 of file RPadLength.hxx.