Go to the documentation of this file.
6 #ifndef CBMSTSSIMSENSORDSSDSTEREO_H
7 #define CBMSTSSIMSENSORDSSDSTEREO_H 1
101 virtual Bool_t
Init();
169 virtual Int_t
GetModuleChannel(Int_t strip, Int_t side, Int_t sensorId)
const;
CbmStsSimSensorDssdStereo & operator=(const CbmStsSimSensorDssdStereo &rhs)=delete
Assignment operator (disabled)
virtual Int_t GetStripNumber(Double_t x, Double_t y, Int_t side) const
Get strip number from point coordinates.
Int_t fStripShift[2]
cosine of stereo angle front/back side
ClassDef(CbmStsSimSensorDssdStereo, 1)
Double_t GetStereoAngle(Int_t side) const
Stereo angle for front and back side.
std::string ToString() const
String output.
Detector response for DSSD sensors with stereo angles and cross-connection by double metal layers.
virtual ~CbmStsSimSensorDssdStereo()
Int_t fNofStrips
Number of strips (same for front and back)
Double_t fPitch
Strip pitch /same for front and back)
virtual void Diffusion(Double_t x, Double_t y, Double_t sigma, Int_t side, Double_t &fracL, Double_t &fracC, Double_t &fracR)
Used for calculation of hit errors.
virtual Int_t GetNofStrips(Int_t) const
Number of strips (same for front and back side)
Double_t fCosStereo[2]
tangent of stereo angle front/back side
virtual Bool_t Init()
Initialisation @value kTRUE if parameters and node are consistent.
Double_t fStereoF
Stereo angle front side [degrees].
Abstract class for the simulation of double-sided silicon strip sensors.
CbmStsSimSensorDssdStereo(CbmStsElement *element=nullptr)
virtual void PropagateCharge(Double_t x, Double_t y, Double_t z, Double_t charge, Double_t bY, Int_t side)
Double_t fStereoB
Stereo angle front back side [degrees].
Double_t fErrorFac
Shift in number of strips from bottom to top.
CbmStsSimSensorDssdStereo(CbmStsSimSensorDssdStereo &rhs)=delete
Copy constructor (disabled)
virtual Int_t GetModuleChannel(Int_t strip, Int_t side, Int_t sensorId) const
Get the readout channel in the module for a given strip.
Class representing an element of the STS setup.
virtual void ModifyStripPitch(Double_t pitch)
Modify the strip pitch.