 |
Belle II Software
release-05-01-25
|
11 #ifndef IDEALCDCGEOMETRYTRANSLATOR_H_
12 #define IDEALCDCGEOMETRYTRANSLATOR_H_
14 #include <cdc/dataobjects/CDCGeometryTranslatorBase.h>
15 #include <cdc/geometry/CDCGeometryPar.h>
24 class IdealCDCGeometryTranslator :
public CDCGeometryTranslatorBase {
Class to identify a wire inside the CDC.
const TVector3 wireForwardPosition(int layerId, int cellId, EWirePosition set=c_Base) const
Returns the forward position of the input sense wire.
const TVector3 getWireForwardPosition(const WireID &wireID, float) override
As this is for the ideal geometry, I take simply the one used in the simulation.
const TVector3 getWireBackwardPosition(const WireID &wireID, float) override
As this is for the ideal geometry, I take simply the one used in the simulation.
~IdealCDCGeometryTranslator()
Destructor.
const TVector3 wireBackwardPosition(int layerId, int cellId, EWirePosition set=c_Base) const
Returns the backward position of the input sense wire.
static CDCGeometryPar & Instance(const CDCGeometry *=nullptr)
Static method to get a reference to the CDCGeometryPar instance.
Abstract base class for different kinds of events.
IdealCDCGeometryTranslator()
Constructor.