Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Geant4 thermal neutron physics #32009

Merged
merged 1 commit into from Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 0 additions & 18 deletions SimG4Core/PhysicsLists/interface/CMSThermalNeutrons.h

This file was deleted.

4 changes: 2 additions & 2 deletions SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_HP_EML.cc
@@ -1,8 +1,8 @@
#include "FTFPCMS_BERT_HP_EML.h"
#include "SimG4Core/PhysicsLists/interface/CMSEmStandardPhysicsXS.h"
#include "SimG4Core/PhysicsLists/interface/CMSThermalNeutrons.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

#include "G4ThermalNeutrons.hh"
#include "G4DecayPhysics.hh"
#include "G4EmExtraPhysics.hh"
#include "G4IonPhysics.hh"
Expand Down Expand Up @@ -60,7 +60,7 @@ FTFPCMS_BERT_HP_EML::FTFPCMS_BERT_HP_EML(const edm::ParameterSet& p) : PhysicsLi
RegisterPhysics(ncut);
}
if (thermal) {
RegisterPhysics(new CMSThermalNeutrons(ver));
RegisterPhysics(new G4ThermalNeutrons(ver));
}
}
}
4 changes: 2 additions & 2 deletions SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_HP_EMM.cc
@@ -1,8 +1,8 @@
#include "FTFPCMS_BERT_HP_EMM.h"
#include "SimG4Core/PhysicsLists/interface/CMSEmStandardPhysicsLPM.h"
#include "SimG4Core/PhysicsLists/interface/CMSThermalNeutrons.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

#include "G4ThermalNeutrons.hh"
#include "G4DecayPhysics.hh"
#include "G4EmExtraPhysics.hh"
#include "G4IonPhysics.hh"
Expand Down Expand Up @@ -60,7 +60,7 @@ FTFPCMS_BERT_HP_EMM::FTFPCMS_BERT_HP_EMM(const edm::ParameterSet& p) : PhysicsLi
RegisterPhysics(ncut);
}
if (thermal) {
RegisterPhysics(new CMSThermalNeutrons(ver));
RegisterPhysics(new G4ThermalNeutrons(ver));
}
}
}
4 changes: 2 additions & 2 deletions SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_XS_EML.cc
@@ -1,8 +1,8 @@
#include "FTFPCMS_BERT_XS_EML.h"
#include "SimG4Core/PhysicsLists/interface/CMSEmStandardPhysicsXS.h"
#include "SimG4Core/PhysicsLists/interface/CMSThermalNeutrons.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

#include "G4ThermalNeutrons.hh"
#include "G4DecayPhysics.hh"
#include "G4EmExtraPhysics.hh"
#include "G4IonPhysics.hh"
Expand Down Expand Up @@ -60,7 +60,7 @@ FTFPCMS_BERT_XS_EML::FTFPCMS_BERT_XS_EML(const edm::ParameterSet& p) : PhysicsLi
RegisterPhysics(ncut);
}
if (thermal) {
RegisterPhysics(new CMSThermalNeutrons(ver));
RegisterPhysics(new G4ThermalNeutrons(ver));
}
}
}
4 changes: 2 additions & 2 deletions SimG4Core/PhysicsLists/plugins/FTFPCMS_INCLXX_HP_EMM.cc
@@ -1,8 +1,8 @@
#include "FTFPCMS_INCLXX_HP_EMM.h"
#include "SimG4Core/PhysicsLists/interface/CMSEmStandardPhysicsLPM.h"
#include "SimG4Core/PhysicsLists/interface/CMSThermalNeutrons.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

#include "G4ThermalNeutrons.hh"
#include "G4DecayPhysics.hh"
#include "G4EmExtraPhysics.hh"
#include "G4IonINCLXXPhysics.hh"
Expand Down Expand Up @@ -60,7 +60,7 @@ FTFPCMS_INCLXX_HP_EMM::FTFPCMS_INCLXX_HP_EMM(const edm::ParameterSet& p) : Physi
RegisterPhysics(ncut);
}
if (thermal) {
RegisterPhysics(new CMSThermalNeutrons(ver));
RegisterPhysics(new G4ThermalNeutrons(ver));
}
}
}
38 changes: 0 additions & 38 deletions SimG4Core/PhysicsLists/src/CMSThermalNeutrons.cc

This file was deleted.