CbmRoot
CbmStsDefs.h File Reference
#include "Rtypes.h"
Include dependency graph for CbmStsDefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 CbmSts
 

Enumerations

enum  CbmStsELoss { CbmStsELoss::kIdeal = 0, CbmStsELoss::kUniform = 1, CbmStsELoss::kUrban = 2 }
 Energy loss model used in simulation. More...
 
enum  CbmStsSensorClass { CbmStsSensorClass::kUnknown = 0, CbmStsSensorClass::kDssdStereo = 1, CbmStsSensorClass::kDssdOrtho = 2 }
 Sensor classes. More...
 

Variables

const Double_t CbmSts::kSiCharge = 14.
 Silicon charge [e]. More...
 
const Double_t CbmSts::kSiDensity = 2.336
 Silicon density [g/cm^3]. More...
 
const Double_t CbmSts::kProtonMass = 0.938272081
 Proton mass [GeV]. More...
 

Enumeration Type Documentation

◆ CbmStsELoss

enum CbmStsELoss
strong

Energy loss model used in simulation.

This enumerator denotes the model of the distributions of the charge created by the passage of a charged particle through a Silicon sensor.

Ideal: All charge is created in the centre plane of the sensor Uniform: The charge distribution is uniform Urban: The charge fluctuates according the Urban model

Enumerator
kIdeal 
kUniform 
kUrban 

Definition at line 43 of file CbmStsDefs.h.

◆ CbmStsSensorClass

enum CbmStsSensorClass
strong

Sensor classes.

DssdStereo: Double-sided strip sensor with stereo angles on one or both sides. The strips are read-out at the top edge. In case of stereo angle on a side, there is a cross-connection by a double metal layer, connecting strips ending at the sides of the sides of the sensor.

DssdOrtho: Double-sided strip sensor with vertical strips on the front side and horizontal strips at the back side. The front side is read-out at the top edge, the back side at the left edge.

Enumerator
kUnknown 
kDssdStereo 
kDssdOrtho 

Definition at line 61 of file CbmStsDefs.h.