Import Geant4 11.3.1 source tree
This commit is contained in:
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2025-01-14 Ben Morgan (emdna-V11-02-18)
|
||||
- Remove obsolete/commented references to G4AllocatorList.
|
||||
|
||||
## 2024-10-31 Hoang Tran (emdna-V11-02-17)
|
||||
- missing value in DNA PTB Ionization Structure;
|
||||
- missing GetMaterial() in DNA PTB Excitation and Elastic models (PR#78,by mjpietrzak)
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
|
||||
#include "G4FastList.hh"
|
||||
#include "G4ManyFastLists.hh"
|
||||
#include "G4AllocatorList.hh"
|
||||
#include "G4Track.hh"
|
||||
#include "G4IT.hh"
|
||||
|
||||
|
||||
@@ -64,8 +64,6 @@ G4FastListNode<G4Track>* G4FastList<G4Track>::__GetNode(G4Track* __track)
|
||||
template<>
|
||||
void G4FastList<G4Track>::DeleteObject(G4Track* __track)
|
||||
{
|
||||
if (G4AllocatorList::GetAllocatorListIfExist() == nullptr) return;
|
||||
|
||||
auto __step = const_cast<G4Step*>(__track->GetStep());
|
||||
if (__step != nullptr)
|
||||
{
|
||||
|
||||
-14
@@ -35,7 +35,6 @@
|
||||
#include "G4MolecularConfiguration.hh"
|
||||
#include "G4MoleculeDefinition.hh"
|
||||
#include "G4UIcommand.hh"
|
||||
#include "G4AllocatorList.hh"
|
||||
#include "G4AutoLock.hh"
|
||||
#include "G4MoleculeTable.hh"
|
||||
#include "G4Serialize.hh"
|
||||
@@ -147,10 +146,6 @@ G4MolecularConfiguration::GetManager()
|
||||
G4MolecularConfiguration::
|
||||
G4MolecularConfigurationManager::~G4MolecularConfigurationManager()
|
||||
{
|
||||
// G4cout << "Does G4AllocatorList exists= ";
|
||||
// G4cout << (G4AllocatorList::GetAllocatorListIfExist() ? "true":"false")
|
||||
// << G4endl;
|
||||
|
||||
G4MolecularConfigurationManager::MolElectronConfTable::iterator it1;
|
||||
G4MolecularConfigurationManager::ElectronOccupancyTable::
|
||||
iterator it2;
|
||||
@@ -507,15 +502,6 @@ G4MolecularConfiguration(const G4MoleculeDefinition* moleculeDef,
|
||||
G4MolecularConfiguration::~G4MolecularConfiguration()
|
||||
{
|
||||
if (fgManager != nullptr) fgManager->RemoveMolecularConfigurationFromTable(this);
|
||||
|
||||
// if (G4AllocatorList::GetAllocatorListIfExist())
|
||||
// {
|
||||
// if (fElectronOccupancy)
|
||||
// {
|
||||
// delete fElectronOccupancy;
|
||||
// fElectronOccupancy = 0;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
//______________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user