CbmRoot
Loading...
Searching...
No Matches
CbmLitDefaultSettings.h
Go to the documentation of this file.
1/* Copyright (C) 2009-2014 GSI/JINR-LIT, Darmstadt/Dubna
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Andrey Lebedev [committer], Florian Uhlig */
4
13#ifndef CBMLITDEFAULTSETTINGS_H_
14#define CBMLITDEFAULTSETTINGS_H_
15
16namespace lit
17{
18
20 public:
21 // Track propagation settings
22 static const litfloat
23 LINE_EXTRAPOLATION_START_Z; // z coordinate [cm] after which linear track extrapolation starts
24 static const litfloat ENERGY_LOSS_CONST; // energy lost constant [GeV/c] used in the simple energy loss calculation
25 static const litfloat MINIMUM_PROPAGATION_DISTANCE; // minimum propagation distance [cm]
26 static const litfloat MAXIMUM_TGEO_NAVIGATION_DISTANCE; // maximum distance used in the TGeo navigation
27 // Not const because it is changed to 1 cm for track length calculation!
28 //static litfloat MAXIMUM_PROPAGATION_STEP_SIZE; // maximum step size in the TGeo track propagation
29 };
30
31
32} // namespace lit
33
34#endif /*CBMLITDEFAULTSETTINGS_H_*/
double litfloat
Definition CbmLitFloat.h:19
static const litfloat LINE_EXTRAPOLATION_START_Z
static const litfloat ENERGY_LOSS_CONST
static const litfloat MINIMUM_PROPAGATION_DISTANCE
static const litfloat MAXIMUM_TGEO_NAVIGATION_DISTANCE