Changeset 1315 for trunk/source/geometry/volumes/include
- Timestamp:
- Jun 18, 2010, 11:42:07 AM (15 years ago)
- Location:
- trunk/source/geometry/volumes/include
- Files:
-
- 2 edited
-
G4NavigationHistory.hh (modified) (3 diffs)
-
G4ReflectionFactory.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/geometry/volumes/include/G4NavigationHistory.hh
r1228 r1315 25 25 // 26 26 // 27 // $Id: G4NavigationHistory.hh,v 1.1 4 2009/11/03 09:15:51gcosmo Exp $28 // GEANT4 tag $Name: geant4-09-0 3$27 // $Id: G4NavigationHistory.hh,v 1.18 2010/04/22 09:06:50 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $ 29 29 // 30 30 // class G4NavigationHistory … … 47 47 #include "geomdefs.hh" 48 48 49 //#include "G4Allocator.hh"50 49 #include "G4AffineTransform.hh" 51 50 #include "G4VPhysicalVolume.hh" 52 51 #include "G4NavigationLevel.hh" 52 #include "G4EnhancedVecAllocator.hh" 53 53 54 54 #include <vector> … … 142 142 private: 143 143 144 std::vector<G4NavigationLevel> fNavHistory; 145 //std::vector<G4NavigationLevel, G4Allocator<G4NavigationLevel> > fNavHistory; 144 std::vector<G4NavigationLevel, 145 G4EnhancedVecAllocator<G4NavigationLevel> > fNavHistory; 146 // The geometrical tree; uses specialized allocator to optimize 147 // memory handling and reduce possible fragmentation 146 148 147 149 G4int fStackDepth; -
trunk/source/geometry/volumes/include/G4ReflectionFactory.hh
r1228 r1315 25 25 // 26 26 // 27 // $Id: G4ReflectionFactory.hh,v 1. 4 2008/11/13 09:33:20gcosmo Exp $28 // GEANT4 tag $Name: geant4-09-0 3$27 // $Id: G4ReflectionFactory.hh,v 1.5 2010/04/13 07:19:01 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $ 29 29 // 30 30 // … … 181 181 // been reflected, after that placement or replication is performed. 182 182 183 void Reset(); 184 // Resets maps of constituent and reflected volumes. 185 // To be used exclusively when volumes are removed from the stores. 186 183 187 protected: 184 188
Note:
See TracChangeset
for help on using the changeset viewer.
