Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4LogicalVolume.hh 78050 2013-12-03 08:17:33Z gcosmo $
// $Id: G4LogicalVolume.hh 93287 2015-10-15 09:50:22Z gcosmo $
//
//
// class G4LogicalVolume
@@ -208,7 +208,7 @@ class G4LogicalVolume
// Destructor. Removes the logical volume from the logical volume Store.
// NOT virtual, since not meant to act as base class.
inline G4String GetName() const;
inline const G4String& GetName() const;
inline void SetName(const G4String& pName);
// Returns and sets the name of the logical volume.
@@ -417,9 +417,6 @@ class G4LogicalVolume
G4double fBiasWeight;
// Weight used in the event biasing technique.
G4bool fChangedState;
// Invalidates any estimations from previous state
G4int instanceID;
// This new field is used as instance ID.
G4GEOM_DLL static G4LVManager subInstanceManager;
@@ -432,6 +429,7 @@ class G4LogicalVolume
G4VSolid* fSolid;
G4VSensitiveDetector* fSensitiveDetector;
G4FieldManager* fFieldManager;
G4LVData* lvdata; // For use of object persistency
};
#include "G4LogicalVolume.icc"