Belle II Software development
|
This class uses the ideal detector geometry for the translation of wire IDs into geometric positions. More...
#include <IdealCDCGeometryTranslator.h>
Public Member Functions | |
IdealCDCGeometryTranslator () | |
Constructor. | |
~IdealCDCGeometryTranslator () | |
Destructor. | |
const ROOT::Math::XYZVector | getWireForwardPosition (const WireID &wireID, float) override |
As this is for the ideal geometry, I take simply the one used in the simulation. | |
const ROOT::Math::XYZVector | getWireForwardPosition (const WireID &wireID) override |
The following (dummy) is needed to make this class compilable. | |
const ROOT::Math::XYZVector | getWireBackwardPosition (const WireID &wireID, float) override |
As this is for the ideal geometry, I take simply the one used in the simulation. | |
const ROOT::Math::XYZVector | getWireBackwardPosition (const WireID &wireID) override |
The following (dummy) is needed to make this class compilable. | |
This class uses the ideal detector geometry for the translation of wire IDs into geometric positions.
Definition at line 21 of file IdealCDCGeometryTranslator.h.
|
inline |
|
inline |
|
inlineoverridevirtual |
The following (dummy) is needed to make this class compilable.
Implements CDCGeometryTranslatorBase.
Definition at line 50 of file IdealCDCGeometryTranslator.h.
|
inlineoverridevirtual |
As this is for the ideal geometry, I take simply the one used in the simulation.
Implements CDCGeometryTranslatorBase.
Definition at line 43 of file IdealCDCGeometryTranslator.h.
|
inlineoverridevirtual |
The following (dummy) is needed to make this class compilable.
Implements CDCGeometryTranslatorBase.
Definition at line 37 of file IdealCDCGeometryTranslator.h.
|
inlineoverridevirtual |
As this is for the ideal geometry, I take simply the one used in the simulation.
Implements CDCGeometryTranslatorBase.
Definition at line 30 of file IdealCDCGeometryTranslator.h.