Belle II Software
release-08-01-10
|
Database object for displacement of sense wire position. More...
#include <CDCDisplacement.h>
Public Member Functions | |
CDCDisplacement () | |
Default constructor. | |
CDCDisplacement (const WireID &wire, TVector3 fwd, TVector3 bwd, float tension) | |
Constructor. | |
unsigned short | getEWire () const |
Getter for EWireID. | |
unsigned short | getISuperLayer () const |
Getter for Super-Layer. | |
unsigned short | getILayer () const |
Getter for layer within the Super-Layer. | |
unsigned short | getIWire () const |
Getter for wire within the layer. More... | |
int | getICLayer () const |
Getter for continuous layer numbering. | |
float | getXFwd () const |
Getter for fwd x-position. | |
float | getYFwd () const |
Getter for fwd y-position. | |
float | getZFwd () const |
Getter for fwd z-position. | |
float | getXBwd () const |
Getter for bwd x-position. | |
float | getYBwd () const |
Getter for bwd y-position. | |
float | getZBwd () const |
Getter for bwd z-position. | |
float | getTension () const |
Getter for wire tension. | |
Private Member Functions | |
ClassDef (CDCDisplacement, 3) | |
ClassDef. | |
Private Attributes | |
unsigned short | m_wire |
Wire ID. | |
TVector3 | m_fwd |
Displacement of forward side. | |
TVector3 | m_bwd |
Displacement of backward side. | |
float | m_tension |
Displacement of wire tension (grW) | |
Database object for displacement of sense wire position.
Definition at line 25 of file CDCDisplacement.h.
|
inline |
Getter for wire within the layer.
This getter works for the official numbering scheme as well as the one used in the geometry build-up.
Definition at line 69 of file CDCDisplacement.h.