Skip to content
Snippets Groups Projects
Commit 93cf7eae authored by drslebedev's avatar drslebedev Committed by Semen Lebedev
Browse files

Fix problem with No points in RICH using GEANT4 (#2298)

parent cfb2a55a
No related branches found
No related tags found
1 merge request!559Fix problem with No points in RICH using GEANT4 (#2298)
...@@ -83,7 +83,10 @@ private: ...@@ -83,7 +83,10 @@ private:
std::vector<std::string> fG4Commands {"/process/optical/verbose 0", std::vector<std::string> fG4Commands {"/process/optical/verbose 0",
"/process/optical/defaults/cerenkov/setMaxPhotons 20", "/process/optical/defaults/cerenkov/setMaxPhotons 20",
"/process/optical/defaults/cerenkov/setMaxBetaChange 0.1", "/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}; Int_t fMaxNumSteps {10000000};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment