Skip to content
Snippets Groups Projects
Commit 9508d7c9 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Merge branch 'v10.4.1_patch_phys_lists' into 'master'

Updated method name in PhysLists for 10.4.1

See merge request lhcb/Geant4!31
parents 6bb63cee 6635b62d
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
set(GEANT4_SRCS_REPOSITORY https://gitlab.cern.ch/lhcb/Geant4-srcs.git CACHE STRING "Repository for Geant4 sources")
find_package(GaudiProject)
gaudi_project(Geant4 v10r3p3
DATA Geant4Files VERSION v103r1)
gaudi_project(Geant4 v104r1
DATA Geant4Files VERSION v104r0)
# FIXME: hack for compatibility with CMT build
file(WRITE ${CMAKE_BINARY_DIR}/dummy.cpp "")
......
......@@ -224,7 +224,7 @@ void G4EmStandardPhysics_option1NoApplyCuts::ConstructProcess()
G4eMultipleScattering* msc = new G4eMultipleScattering;
G4UrbanMscModel* msc1 = new G4UrbanMscModel();
G4WentzelVIModel* msc2 = new G4WentzelVIModel();
msc1->SetNewDisplacementFlag(false);
msc1->SetLateralDisplasmentFlag(false);
msc1->SetHighEnergyLimit(highEnergyLimit);
msc2->SetLowEnergyLimit(highEnergyLimit);
msc->AddEmModel(0, msc1);
......@@ -250,7 +250,7 @@ void G4EmStandardPhysics_option1NoApplyCuts::ConstructProcess()
G4eMultipleScattering* msc = new G4eMultipleScattering;
G4UrbanMscModel* msc1 = new G4UrbanMscModel();
G4WentzelVIModel* msc2 = new G4WentzelVIModel();
msc1->SetNewDisplacementFlag(false);
msc1->SetLateralDisplasmentFlag(false);
msc1->SetHighEnergyLimit(highEnergyLimit);
msc2->SetLowEnergyLimit(highEnergyLimit);
msc->AddEmModel(0, msc1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment