 |
Belle II Software
release-05-02-19
|
15 #include <cdc/dataobjects/WireID.h>
27 class CDCDisplacement:
public TObject {
float getTension() const
Getter for wire tension.
Class to identify a wire inside the CDC.
unsigned short m_wire
Wire ID.
ClassDef(CDCDisplacement, 3)
ClassDef.
CDCDisplacement()
Default constructor.
float m_tension
Displacement of wire tension (grW)
unsigned short getISuperLayer() const
Getter for Super-Layer.
float getYBwd() const
Getter for bwd y-position.
unsigned short getEWire() const
Getter for EWireID.
float getYFwd() const
Getter for fwd y-position.
float getZFwd() const
Getter for fwd z-position.
TVector3 m_fwd
Displacement of forward side.
Database object for displacement of sense wire position.
float getXBwd() const
Getter for bwd x-position.
Abstract base class for different kinds of events.
unsigned short getIWire() const
Getter for wire within the layer.
int getICLayer() const
Getter for continuous layer numbering.
float getZBwd() const
Getter for bwd z-position.
TVector3 m_bwd
Displacement of backward side.
float getXFwd() const
Getter for fwd x-position.
unsigned short getILayer() const
Getter for layer within the Super-Layer.