The Class for VXD placement payload.
More...
#include <VXDGeoPlacementPar.h>
|
| VXDGeoPlacementPar (const std::string &name="", double u=0, double v=0, const std::string &w="bottom", double woffset=0) |
| Constructor.
|
|
| ~VXDGeoPlacementPar () |
| Destructor.
|
|
const std::string & | getName () const |
| get name of the component
|
|
void | setName (const std::string &name) |
| set name of the component
|
|
double | getU () const |
| get local u coordinate where to place the component
|
|
void | setU (double u) |
| set local u coordinate where to place the component
|
|
double | getV () const |
| get local v coordinate where to place the component
|
|
void | setV (double v) |
| set local v coordinate where to place the component
|
|
const std::string & | getW () const |
| get local w position where to place the component
|
|
void | setW (const std::string &w) |
| set local w position where to place the component
|
|
double | getWOffset () const |
| get offset to local w position where to place the component
|
|
void | setWOffset (double woffset) |
| set offset to local w position where to place the component
|
|
|
std::string | m_name |
| Name of the component.
|
|
double | m_u |
| u coordinate where to place the component
|
|
double | m_v |
| v coordinate where to place the component
|
|
std::string | m_w |
| w coordinate where to place the component
|
|
double | m_woffset |
| Offset to the w placement of the component.
|
|
The Class for VXD placement payload.
Definition at line 26 of file VXDGeoPlacementPar.h.
◆ VXDGeoPlacementPar()
VXDGeoPlacementPar |
( |
const std::string & |
name = "" , |
|
|
double |
u = 0 , |
|
|
double |
v = 0 , |
|
|
const std::string & |
w = "bottom" , |
|
|
double |
woffset = 0 |
|
) |
| |
Constructor.
Definition at line 18 of file VXDGeoPlacementPar.cc.
22{ }
double m_u
u coordinate where to place the component
double m_v
v coordinate where to place the component
std::string m_w
w coordinate where to place the component
double m_woffset
Offset to the w placement of the component.
std::string m_name
Name of the component.
◆ ~VXDGeoPlacementPar()
◆ getName()
const std::string & getName |
( |
| ) |
const |
|
inline |
◆ getU()
◆ getV()
◆ getW()
const std::string & getW |
( |
| ) |
const |
|
inline |
◆ getWOffset()
double getWOffset |
( |
| ) |
const |
|
inline |
get offset to local w position where to place the component
Definition at line 51 of file VXDGeoPlacementPar.h.
◆ setName()
void setName |
( |
const std::string & |
name | ) |
|
|
inline |
◆ setU()
◆ setV()
◆ setW()
void setW |
( |
const std::string & |
w | ) |
|
|
inline |
◆ setWOffset()
void setWOffset |
( |
double |
woffset | ) |
|
|
inline |
set offset to local w position where to place the component
Definition at line 53 of file VXDGeoPlacementPar.h.
◆ m_name
◆ m_u
◆ m_v
◆ m_w
◆ m_woffset
The documentation for this class was generated from the following files: