Skip to content

Commit

Permalink
Merge pull request #16258 from bsunanda/Run2-sim04
Browse files Browse the repository at this point in the history
Run2-sim04 Update Geant4 production Physics List for HGCal
  • Loading branch information
davidlange6 committed Oct 23, 2016
2 parents af91ba3 + df6ac5a commit 96493a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SimG4Core/PhysicsLists/src/CMSEmStandardPhysicsLPM.cc
Expand Up @@ -166,6 +166,8 @@ void CMSEmStandardPhysicsLPM::ConstructProcess() {

G4Region* aRegion =
G4RegionStore::GetInstance()->GetRegion("HcalRegion");
G4Region* bRegion =
G4RegionStore::GetInstance()->GetRegion("HGCalRegion");

aParticleIterator->reset();
while( (*aParticleIterator)() ){
Expand Down Expand Up @@ -195,6 +197,7 @@ void CMSEmStandardPhysicsLPM::ConstructProcess() {
msc->AddEmModel(0, msc1);
msc->AddEmModel(0, msc2);
msc->AddEmModel(-1, msc3, aRegion);
if (bRegion) msc->AddEmModel(-1, msc3, bRegion);

G4eCoulombScatteringModel* ssm = new G4eCoulombScatteringModel();
G4CoulombScattering* ss = new G4CoulombScattering();
Expand Down Expand Up @@ -225,6 +228,7 @@ void CMSEmStandardPhysicsLPM::ConstructProcess() {
msc->AddEmModel(0, msc1);
msc->AddEmModel(0, msc2);
msc->AddEmModel(-1, msc3, aRegion);
if (bRegion) msc->AddEmModel(-1, msc3, bRegion);

G4eCoulombScatteringModel* ssm = new G4eCoulombScatteringModel();
G4CoulombScattering* ss = new G4CoulombScattering();
Expand Down

0 comments on commit 96493a5

Please sign in to comment.