31 const std::string& w =
"bottom",
double woffset = 0);
47 const std::string&
getW()
const {
return m_w; }
49 void setW(
const std::string& w) {
m_w = w;}
The Class for VXD placement payload.
void setWOffset(double woffset)
set offset to local w position where to place the component
void setV(double v)
set local v coordinate where to place the component
double getU() const
get local u coordinate where to place the component
const std::string & getName() const
get name of the component
double m_u
u coordinate where to place the component
double getV() const
get local v coordinate where to place the component
double m_v
v coordinate where to place the component
void setU(double u)
set local u coordinate where to place the component
void setW(const std::string &w)
set local w position where to place the component
const std::string & getW() const
get local w position where to place the component
std::string m_w
w coordinate where to place the component
~VXDGeoPlacementPar()
Destructor.
double m_woffset
Offset to the w placement of the component.
void setName(const std::string &name)
set name of the component
ClassDef(VXDGeoPlacementPar, 5)
ClassDef, must be the last term before the closing {}.
std::string m_name
Name of the component.
double getWOffset() const
get offset to local w position where to place the component
Abstract base class for different kinds of events.