Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre-Alain Loizeau
cbmroot
Commits
93cf7eae
Commit
93cf7eae
authored
Nov 02, 2021
by
drslebedev
Committed by
Semen Lebedev
Nov 11, 2021
Browse files
Fix problem with No points in RICH using GEANT4 (
#2298
)
parent
cfb2a55a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
sim/transport/steer/CbmGeant4Settings.h
sim/transport/steer/CbmGeant4Settings.h
+4
-1
No files found.
sim/transport/steer/CbmGeant4Settings.h
View file @
93cf7eae
...
...
@@ -83,7 +83,10 @@ private:
std
::
vector
<
std
::
string
>
fG4Commands
{
"/process/optical/verbose 0"
,
"/process/optical/defaults/cerenkov/setMaxPhotons 20"
,
"/process/optical/defaults/cerenkov/setMaxBetaChange 0.1"
,
"/process/optical/setTrackSecondariesFirst Cerenkov false"
};
"/process/optical/setTrackSecondariesFirst Cerenkov true"
,
"/process/optical/processActivation Cerenkov true"
,
"/process/optical/processActivation OpAbsorption true"
,
"/process/optical/processActivation OpBoundary true"
};
Int_t
fMaxNumSteps
{
10000000
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment