Changeset 986 for trunk/source/materials
- Timestamp:
- Apr 17, 2009, 10:56:17 AM (17 years ago)
- Location:
- trunk/source/materials
- Files:
-
- 6 added
- 38 edited
-
History (modified) (2 diffs)
-
include/G4AtomicShells.hh (modified) (1 diff)
-
include/G4Element.hh (modified) (1 diff)
-
include/G4ElementTable.hh (modified) (1 diff)
-
include/G4ElementVector.hh (modified) (1 diff)
-
include/G4IonisParamElm.hh (modified) (1 diff)
-
include/G4IonisParamMat.hh (modified) (1 diff)
-
include/G4IronStoppingICRU73.hh (added)
-
include/G4Isotope.hh (modified) (1 diff)
-
include/G4IsotopeVector.hh (modified) (1 diff)
-
include/G4MPVEntry.hh (modified) (1 diff)
-
include/G4Material.hh (modified) (1 diff)
-
include/G4MaterialPropertiesTable.hh (modified) (1 diff)
-
include/G4MaterialPropertyVector.hh (modified) (1 diff)
-
include/G4MaterialStoppingICRU73.hh (added)
-
include/G4MaterialTable.hh (modified) (1 diff)
-
include/G4NistElementBuilder.hh (modified) (1 diff)
-
include/G4NistManager.hh (modified) (1 diff)
-
include/G4NistMaterialBuilder.hh (modified) (1 diff)
-
include/G4NistMessenger.hh (modified) (1 diff)
-
include/G4OpticalSurface.hh (modified) (4 diffs)
-
include/G4SandiaTable.hh (modified) (1 diff)
-
include/G4SimpleMaterialStoppingICRU73.hh (added)
-
include/G4StaticSandiaData.hh (modified) (1 diff)
-
include/G4SurfaceProperty.hh (modified) (3 diffs)
-
src/G4AtomicShells.cc (modified) (1 diff)
-
src/G4Element.cc (modified) (1 diff)
-
src/G4IonisParamElm.cc (modified) (1 diff)
-
src/G4IonisParamMat.cc (modified) (1 diff)
-
src/G4IronStoppingICRU73.cc (added)
-
src/G4Isotope.cc (modified) (1 diff)
-
src/G4MPVEntry.cc (modified) (1 diff)
-
src/G4Material.cc (modified) (1 diff)
-
src/G4MaterialPropertiesTable.cc (modified) (1 diff)
-
src/G4MaterialPropertyVector.cc (modified) (1 diff)
-
src/G4MaterialStoppingICRU73.cc (added)
-
src/G4NistElementBuilder.cc (modified) (1 diff)
-
src/G4NistManager.cc (modified) (1 diff)
-
src/G4NistMaterialBuilder.cc (modified) (1 diff)
-
src/G4NistMessenger.cc (modified) (1 diff)
-
src/G4OpticalSurface.cc (modified) (2 diffs)
-
src/G4SandiaTable.cc (modified) (1 diff)
-
src/G4SimpleMaterialStoppingICRU73.cc (added)
-
src/G4SurfaceProperty.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/materials/History
r921 r986 1 $Id: History,v 1.13 1 2008/11/14 15:14:41 gcosmoExp $1 $Id: History,v 1.133 2009/02/19 12:19:53 vnivanch Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 19-02-09 V.Ivanchenko (materials-V09-02-00) 21 G4MaterialStoppingICRU73 - added 4 forgotten materials from ICRU'73 22 G4SimpleMaterialStoppingICRU73 - fixed density of Mo and number of materials. 23 24 11-12-08 G.Cosmo (materials-V09-01-20) 25 - Added dummy default constructor in G4OpticalSurface and G4SurfaceProperty. 26 - Removed debug printout function Overwrite(). 19 27 20 28 14-11-08 G.Cosmo (materials-V09-01-19) -
trunk/source/materials/include/G4AtomicShells.hh
r850 r986 26 26 // 27 27 // $Id: G4AtomicShells.hh,v 1.7 2006/10/17 15:15:46 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 30 30 // class description -
trunk/source/materials/include/G4Element.hh
r921 r986 26 26 // 27 27 // $Id: G4Element.hh,v 1.23 2008/11/14 15:14:24 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-02- cand-01$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/materials/include/G4ElementTable.hh
r850 r986 26 26 // 27 27 // $Id: G4ElementTable.hh,v 1.6 2006/06/29 19:10:58 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/include/G4ElementVector.hh
r850 r986 26 26 // 27 27 // $Id: G4ElementVector.hh,v 1.6 2006/06/29 19:11:00 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/include/G4IonisParamElm.hh
r850 r986 26 26 // 27 27 // $Id: G4IonisParamElm.hh,v 1.10 2008/06/03 14:30:10 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/materials/include/G4IonisParamMat.hh
r850 r986 26 26 // 27 27 // $Id: G4IonisParamMat.hh,v 1.12 2008/07/08 10:34:56 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/materials/include/G4Isotope.hh
r921 r986 26 26 // 27 27 // $Id: G4Isotope.hh,v 1.21 2008/11/14 15:14:24 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-02- cand-01$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/materials/include/G4IsotopeVector.hh
r850 r986 26 26 // 27 27 // $Id: G4IsotopeVector.hh,v 1.6 2006/06/29 19:11:09 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/include/G4MPVEntry.hh
r850 r986 26 26 // 27 27 // $Id: G4MPVEntry.hh,v 1.7 2008/06/05 23:36:56 gum Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/include/G4Material.hh
r921 r986 26 26 // 27 27 // $Id: G4Material.hh,v 1.27 2008/11/14 15:14:24 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-02- cand-01$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/materials/include/G4MaterialPropertiesTable.hh
r850 r986 26 26 // 27 27 // $Id: G4MaterialPropertiesTable.hh,v 1.19 2008/06/05 23:38:03 gum Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/include/G4MaterialPropertyVector.hh
r850 r986 26 26 // 27 27 // $Id: G4MaterialPropertyVector.hh,v 1.11 2008/06/05 23:37:37 gum Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/include/G4MaterialTable.hh
r850 r986 26 26 // 27 27 // $Id: G4MaterialTable.hh,v 1.6 2006/06/29 19:11:19 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/include/G4NistElementBuilder.hh
r850 r986 25 25 // 26 26 // $Id: G4NistElementBuilder.hh,v 1.18 2008/08/07 10:15:16 vnivanch Exp $ 27 // GEANT4 tag $Name: HEAD$27 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 28 28 29 29 #ifndef G4NistElementBuilder_h -
trunk/source/materials/include/G4NistManager.hh
r850 r986 25 25 // 26 26 // $Id: G4NistManager.hh,v 1.23 2008/08/07 10:15:16 vnivanch Exp $ 27 // GEANT4 tag $Name: HEAD$27 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 28 28 // 29 29 // -
trunk/source/materials/include/G4NistMaterialBuilder.hh
r850 r986 25 25 // 26 26 // $Id: G4NistMaterialBuilder.hh,v 1.13 2008/04/28 08:51:29 vnivanch Exp $ 27 // GEANT4 tag $Name: HEAD$27 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 28 28 29 29 #ifndef G4NistMaterialBuilder_h -
trunk/source/materials/include/G4NistMessenger.hh
r850 r986 26 26 // 27 27 // $Id: G4NistMessenger.hh,v 1.4 2007/05/02 10:48:52 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // File name: G4NistMessenger -
trunk/source/materials/include/G4OpticalSurface.hh
r850 r986 25 25 // 26 26 // 27 // $Id: G4OpticalSurface.hh,v 1.1 0 2008/07/21 20:54:57 gumExp $28 // GEANT4 tag $Name: HEAD$27 // $Id: G4OpticalSurface.hh,v 1.11 2008/12/11 10:23:54 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // … … 84 84 { 85 85 86 public: // Without description87 88 //////////////89 // Operators90 //////////////91 92 G4OpticalSurface(const G4OpticalSurface &right);93 const G4OpticalSurface & operator=(const G4OpticalSurface &right);94 95 G4int operator==(const G4OpticalSurface &right) const;96 G4int operator!=(const G4OpticalSurface &right) const;97 98 86 public: // With description 99 87 100 88 //////////////////////////////// 101 // Constructor s and Destructor89 // Constructor 102 90 //////////////////////////////// 103 91 … … 111 99 public: // Without description 112 100 101 ////////////// 102 // Constructors and destructor 103 ////////////// 104 105 G4OpticalSurface(); 113 106 virtual ~G4OpticalSurface(); 107 G4OpticalSurface(const G4OpticalSurface &right); 108 109 ////////////// 110 // Operators 111 ////////////// 112 113 const G4OpticalSurface & operator=(const G4OpticalSurface &right); 114 115 G4int operator==(const G4OpticalSurface &right) const; 116 G4int operator!=(const G4OpticalSurface &right) const; 114 117 115 118 //////////// … … 117 120 //////////// 118 121 119 // public methods120 121 122 public: // With description 122 123 virtual void Overwrite() {G4cout << "G4OpticalSurface" << G4endl;};124 123 125 124 G4OpticalSurfaceFinish GetFinish() const {return theFinish;}; -
trunk/source/materials/include/G4SandiaTable.hh
r850 r986 26 26 // 27 27 // $Id: G4SandiaTable.hh,v 1.21 2007/10/02 10:13:33 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 30 30 // class description -
trunk/source/materials/include/G4StaticSandiaData.hh
r850 r986 26 26 // 27 27 // $Id: G4StaticSandiaData.hh,v 1.7 2006/06/29 19:12:35 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/materials/include/G4SurfaceProperty.hh
r850 r986 25 25 // 26 26 // 27 // $Id: G4SurfaceProperty.hh,v 1. 7 2008/07/21 20:55:16 gumExp $28 // GEANT4 tag $Name: HEAD$27 // $Id: G4SurfaceProperty.hh,v 1.8 2008/12/11 10:23:54 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // … … 102 102 public: // Without description 103 103 104 G4SurfaceProperty(); 104 105 virtual ~G4SurfaceProperty(); 105 106 … … 111 112 112 113 public: // With description 113 114 virtual void Overwrite() {G4cout << "G4SurfaceProperty" << G4endl;};115 114 116 115 G4String GetName() const { return theName; }; -
trunk/source/materials/src/G4AtomicShells.cc
r850 r986 26 26 // 27 27 // $Id: G4AtomicShells.cc,v 1.7 2006/10/17 15:15:46 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... ....oooOO0OOooo.... -
trunk/source/materials/src/G4Element.cc
r850 r986 26 26 // 27 27 // $Id: G4Element.cc,v 1.31 2008/08/11 11:53:11 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/materials/src/G4IonisParamElm.cc
r850 r986 26 26 // 27 27 // $Id: G4IonisParamElm.cc,v 1.15 2008/06/03 14:30:10 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/src/G4IonisParamMat.cc
r850 r986 26 26 // 27 27 // $Id: G4IonisParamMat.cc,v 1.25 2008/07/08 10:34:56 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/src/G4Isotope.cc
r850 r986 26 26 // 27 27 // $Id: G4Isotope.cc,v 1.22 2008/08/11 11:53:11 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/materials/src/G4MPVEntry.cc
r850 r986 26 26 // 27 27 // $Id: G4MPVEntry.cc,v 1.8 2008/06/05 23:39:18 gum Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/src/G4Material.cc
r850 r986 26 26 // 27 27 // $Id: G4Material.cc,v 1.42 2008/08/13 16:06:42 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/materials/src/G4MaterialPropertiesTable.cc
r850 r986 26 26 // 27 27 // $Id: G4MaterialPropertiesTable.cc,v 1.20 2008/06/05 23:38:34 gum Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/src/G4MaterialPropertyVector.cc
r850 r986 26 26 // 27 27 // $Id: G4MaterialPropertyVector.cc,v 1.16 2008/06/05 23:38:51 gum Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/src/G4NistElementBuilder.cc
r850 r986 25 25 // 26 26 // $Id: G4NistElementBuilder.cc,v 1.22 2008/08/11 11:53:11 vnivanch Exp $ 27 // GEANT4 tag $Name: HEAD$27 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 28 28 // 29 29 // ------------------------------------------------------------------- -
trunk/source/materials/src/G4NistManager.cc
r850 r986 25 25 // 26 26 // $Id: G4NistManager.cc,v 1.19 2008/07/23 14:49:31 vnivanch Exp $ 27 // GEANT4 tag $Name: HEAD$27 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 28 28 // 29 29 // ------------------------------------------------------------------- -
trunk/source/materials/src/G4NistMaterialBuilder.cc
r850 r986 25 25 // 26 26 // $Id: G4NistMaterialBuilder.cc,v 1.19 2008/04/28 08:51:29 vnivanch Exp $ 27 // GEANT4 tag $Name: HEAD$27 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 28 28 // 29 29 // -
trunk/source/materials/src/G4NistMessenger.cc
r850 r986 26 26 // 27 27 // $Id: G4NistMessenger.cc,v 1.4 2007/05/02 10:48:52 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/materials/src/G4OpticalSurface.cc
r850 r986 25 25 // 26 26 // 27 // $Id: G4OpticalSurface.cc,v 1.1 1 2008/07/21 20:55:51 gumExp $28 // GEANT4 tag $Name: HEAD$27 // $Id: G4OpticalSurface.cc,v 1.12 2008/12/11 10:23:54 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // … … 98 98 } 99 99 100 G4OpticalSurface::G4OpticalSurface() 101 : G4SurfaceProperty() 102 { 103 } 104 105 G4OpticalSurface::~G4OpticalSurface() 106 { 107 } 108 100 109 G4OpticalSurface::G4OpticalSurface(const G4OpticalSurface &right) 101 110 : G4SurfaceProperty(right.GetName()) 102 111 { 103 112 *this = right; 104 }105 106 G4OpticalSurface::~G4OpticalSurface()107 {108 Overwrite();109 113 } 110 114 -
trunk/source/materials/src/G4SandiaTable.cc
r850 r986 26 26 // 27 27 // $Id: G4SandiaTable.cc,v 1.34 2007/10/02 10:13:33 vnivanch Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... ....oooOO0OOooo.... -
trunk/source/materials/src/G4SurfaceProperty.cc
r850 r986 25 25 // 26 26 // 27 // $Id: G4SurfaceProperty.cc,v 1. 4 2008/07/21 20:55:34 gumExp $28 // GEANT4 tag $Name: HEAD$27 // $Id: G4SurfaceProperty.cc,v 1.5 2008/12/11 10:23:54 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // … … 61 61 } 62 62 63 // 64 // Dummy constructor 65 // 66 G4SurfaceProperty::G4SurfaceProperty() 67 : theName("Dielectric"), theType(dielectric_metal) 68 { 69 theSurfacePropertyTable.push_back(this); 70 } 71 63 72 G4SurfaceProperty::~G4SurfaceProperty() 64 73 { 65 Overwrite();66 74 } 67 75
Note:
See TracChangeset
for help on using the changeset viewer.
