Import Geant4 10.4.0 source tree
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
/// \file biasing/ReverseMC01/src/G4AdjointPhysicsList.cc
|
||||
/// \brief Implementation of the G4AdjointPhysicsList class
|
||||
//
|
||||
// $Id: G4AdjointPhysicsList.cc 101303 2016-11-14 11:21:18Z gcosmo $
|
||||
// $Id: G4AdjointPhysicsList.cc 107258 2017-11-07 09:58:16Z gcosmo $
|
||||
//
|
||||
//////////////////////////////////////////////////////////////
|
||||
// Class Name: G4AdjointPhysicsList
|
||||
@@ -262,12 +262,10 @@ void G4AdjointPhysicsList::ConstructEM()
|
||||
if (fUse_ms) {
|
||||
theeminusMS = new G4eMultipleScattering();
|
||||
G4UrbanMscModel* msc1 = new G4UrbanMscModel();
|
||||
msc1->SetNewDisplacementFlag(false);
|
||||
theeminusMS->AddEmModel(0, msc1);
|
||||
theeminusMS->SetEmModel(msc1);
|
||||
theeminusAdjointMS = new G4eAdjointMultipleScattering();
|
||||
G4UrbanAdjointMscModel* msc2 = new G4UrbanAdjointMscModel();
|
||||
msc2->SetNewDisplacementFlag(false);
|
||||
theeminusAdjointMS->AddEmModel(0, msc2);
|
||||
theeminusAdjointMS->SetEmModel(msc2);
|
||||
thepMS = new G4hMultipleScattering();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user