Import Geant4 10.5.0.beta source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
$Id: History 110680 2018-06-07 14:51:42Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -17,14 +17,19 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
15 March 2018 Gabriele Cosmo (gdml-V10-03-11)
|
||||
7 June 2018 Gabriele Cosmo (gdml-V10-04-03)
|
||||
- Clear also auxiliary map information in G4GDMLReadStructure::Clear().
|
||||
Addressing problem report #2064.
|
||||
|
||||
15 March 2018 Gabriele Cosmo (gdml-V10-04-02)
|
||||
- Protect printout of progress in reading/writing by G4VERBOSE.
|
||||
|
||||
07 February 2018 Daren Sawkey (gdml-V10-03-10)
|
||||
- Updates to changes in G4Material[Const]PropertiesTable (fix bug #2030) in
|
||||
7 February 2018 Daren Sawkey (gdml-V10-04-01)
|
||||
- Updates to changes in G4Material[Const]PropertiesTable in
|
||||
G4GDMLWriteSolids and G4GDMLWriteMaterials.
|
||||
Addressing problem report #2030.
|
||||
|
||||
19 December 2017 Gabriele Cosmo
|
||||
19 December 2017 Gabriele Cosmo (gdml-V10-04-00)
|
||||
- Fixed self-consistency in G4GDMLAuxStructType header (missing #include).
|
||||
Thanks to Raphael Isemann for reporting this.
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4GDMLRead.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLRead.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
//
|
||||
// class G4GDMLRead Implementation
|
||||
//
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4GDMLReadDefine.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLReadDefine.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
//
|
||||
// class G4GDMLReadDefine Implementation
|
||||
//
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4GDMLReadMaterials.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLReadMaterials.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
// GEANT4 tag $ Name:$
|
||||
//
|
||||
// class G4GDMLReadMaterials Implementation
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4GDMLReadSetup.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLReadSetup.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
//
|
||||
// class G4GDMLReadSetup Implementation
|
||||
//
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4GDMLReadSolids.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLReadSolids.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
//
|
||||
// class G4GDMLReadSolids Implementation
|
||||
//
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4GDMLReadStructure.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLReadStructure.cc 110680 2018-06-07 14:51:42Z gcosmo $
|
||||
//
|
||||
// class G4GDMLReadStructure Implementation
|
||||
//
|
||||
@@ -902,4 +902,5 @@ void G4GDMLReadStructure::Clear()
|
||||
{
|
||||
eval.Clear();
|
||||
setuptoPV.clear();
|
||||
auxMap.clear();
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4GDMLWrite.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLWrite.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
//
|
||||
// class G4GDMLWrite Implementation
|
||||
//
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4GDMLWriteDefine.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLWriteDefine.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
//
|
||||
// class G4GDMLWriteDefine Implementation
|
||||
//
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4GDMLWriteMaterials.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLWriteMaterials.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
//
|
||||
// class G4GDMLWriteMaterials Implementation
|
||||
//
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4GDMLWriteSetup.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLWriteSetup.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
//
|
||||
// class G4GDMLWriteSetup Implementation
|
||||
//
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4GDMLWriteSolids.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLWriteSolids.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
//
|
||||
// class G4GDMLWriteSolids Implementation
|
||||
//
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4GDMLWriteStructure.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4GDMLWriteStructure.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
//
|
||||
// class G4GDMLWriteStructure Implementation
|
||||
//
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4STRead.cc 110108 2018-05-15 11:46:54Z gcosmo $
|
||||
// $Id: G4STRead.cc 108895 2018-03-15 10:27:25Z gcosmo $
|
||||
//
|
||||
// class G4STRead Implementation
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user