10#ifndef CBMSTSSIMSENSORDSSD_H
11#define CBMSTSSIMSENSORDSSD_H 1
164 Double_t
LorentzShift(Double_t z, Int_t chargeType, Double_t bY)
const;
185 virtual void PropagateCharge(Double_t
x, Double_t
y, Double_t z, Double_t charge, Double_t bY, Int_t side) = 0;
197 void RegisterCharge(Int_t side, Int_t strip, Double_t charge, Double_t time)
const;
Class representing an element of the STS setup.
Container class for a local point in a STS sensor.
Abstract class for the simulation of double-sided silicon strip sensors.
std::string ChargeStatus() const
Print charge status.
Bool_t IsInside(Double_t x, Double_t y)
Double_t fDz
Thickness in z [cm].
virtual Int_t GetNofStrips(Int_t side) const =0
Number of strips on front and back side.
CbmStsSimSensorDssd & operator=(const CbmStsSimSensorDssd &rhs)=delete
Assignment operator (disabled)
virtual void PropagateCharge(Double_t x, Double_t y, Double_t z, Double_t charge, Double_t bY, Int_t side)=0
void ProduceCharge(CbmStsSensorPoint *point)
Generate charge as response to a sensor point.
Bool_t fIsSet
Flag whether sensor is properly initialised.
Double_t fDx
Dimension of active area in x [cm].
CbmStsSimSensorDssd(CbmStsElement *element=nullptr)
Standard constructor.
virtual ~CbmStsSimSensorDssd()
Destructor
virtual void ModifyStripPitch(Double_t pitch)=0
Modify the strip pitch.
Double_t fDy
Dimension of active area in y [cm].
virtual Int_t CalculateResponse(CbmStsSensorPoint *point)
Analogue response to a track in the sensor.
Double_t LorentzShift(Double_t z, Int_t chargeType, Double_t bY) const
Lorentz shift in the x coordinate.
void CrossTalk(Double_t ctCoeff)
ClassDef(CbmStsSimSensorDssd, 1)
void RegisterCharge(Int_t side, Int_t strip, Double_t charge, Double_t time) const
Register the produced charge in one strip to the module.
CbmStsSimSensorDssd(CbmStsSimSensorDssd &rhs)=delete
Copy constructor (disabled)
virtual std::string ToString() const =0
String output.
virtual Int_t GetModuleChannel(Int_t strip, Int_t side, Int_t sensorId) const =0
Get the readout channel in the module for a given strip.
Class for the simulation of a sensor in the CBM-STS.