CbmRoot
Loading...
Searching...
No Matches
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

namespace  CbmSts
 

Enumerations

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

Variables

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

Enumeration Type Documentation

◆ CbmStsELoss

enum class 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 48 of file CbmStsDefs.h.

◆ CbmStsSensorClass

enum class 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 67 of file CbmStsDefs.h.