A length in RPad.
Definition at line 30 of file RPadLength.hxx.
|
std::vector< double > | fArr |
| components [0] - normalized, [1] - pixel, [2] - user More...
|
|
#include <ROOT/RPadLength.hxx>
◆ RPadLength() [1/6]
ROOT::Experimental::RPadLength::RPadLength |
( |
| ) |
|
|
inline |
◆ RPadLength() [2/6]
ROOT::Experimental::RPadLength::RPadLength |
( |
Normal |
normal | ) |
|
|
inline |
◆ RPadLength() [3/6]
ROOT::Experimental::RPadLength::RPadLength |
( |
Pixel |
px | ) |
|
|
inline |
◆ RPadLength() [4/6]
ROOT::Experimental::RPadLength::RPadLength |
( |
User |
user | ) |
|
|
inline |
◆ RPadLength() [5/6]
ROOT::Experimental::RPadLength::RPadLength |
( |
Normal |
normal, |
|
|
Pixel |
px |
|
) |
| |
|
inline |
Constructor for normal and pixel coordinate.
Definition at line 123 of file RPadLength.hxx.
◆ RPadLength() [6/6]
ROOT::Experimental::RPadLength::RPadLength |
( |
Normal |
normal, |
|
|
Pixel |
px, |
|
|
User |
user |
|
) |
| |
|
inline |
Constructor for normal, pixel and user coordinate.
Definition at line 126 of file RPadLength.hxx.
◆ Clear()
void ROOT::Experimental::RPadLength::Clear |
( |
| ) |
|
|
inline |
◆ ClearUser()
void ROOT::Experimental::RPadLength::ClearUser |
( |
| ) |
|
|
inline |
◆ GetNormal()
double ROOT::Experimental::RPadLength::GetNormal |
( |
| ) |
const |
|
inline |
◆ GetPixel()
double ROOT::Experimental::RPadLength::GetPixel |
( |
| ) |
const |
|
inline |
◆ GetUser()
double ROOT::Experimental::RPadLength::GetUser |
( |
| ) |
const |
|
inline |
◆ HasNormal()
bool ROOT::Experimental::RPadLength::HasNormal |
( |
| ) |
const |
|
inline |
◆ HasPixel()
bool ROOT::Experimental::RPadLength::HasPixel |
( |
| ) |
const |
|
inline |
◆ HasUser()
bool ROOT::Experimental::RPadLength::HasUser |
( |
| ) |
const |
|
inline |
◆ operator*=()
RPadLength & ROOT::Experimental::RPadLength::operator*= |
( |
double |
scale | ) |
|
|
inline |
◆ operator+=()
◆ operator-()
RPadLength ROOT::Experimental::RPadLength::operator- |
( |
| ) |
|
|
inline |
◆ operator-=()
◆ SetNormal()
RPadLength & ROOT::Experimental::RPadLength::SetNormal |
( |
double |
v | ) |
|
|
inline |
◆ SetPixel()
RPadLength & ROOT::Experimental::RPadLength::SetPixel |
( |
double |
v | ) |
|
|
inline |
◆ SetUser()
RPadLength & ROOT::Experimental::RPadLength::SetUser |
( |
double |
v | ) |
|
|
inline |
◆ operator+
◆ operator-
◆ fArr
std::vector<double> ROOT::Experimental::RPadLength::fArr |
|
protected |
components [0] - normalized, [1] - pixel, [2] - user
Definition at line 34 of file RPadLength.hxx.
[legend]
The documentation for this class was generated from the following file: