Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (15 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

Location:
trunk/source/geometry/volumes/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/volumes/include/G4NavigationHistory.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4NavigationHistory.hh,v 1.14 2009/11/03 09:15:51 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     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 $
    2929//
    3030// class G4NavigationHistory
     
    4747#include "geomdefs.hh"
    4848
    49 //#include "G4Allocator.hh"
    5049#include "G4AffineTransform.hh"
    5150#include "G4VPhysicalVolume.hh"
    5251#include "G4NavigationLevel.hh"
     52#include "G4EnhancedVecAllocator.hh"
    5353
    5454#include <vector>
     
    142142 private:
    143143
    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
    146148
    147149  G4int fStackDepth;
  • trunk/source/geometry/volumes/include/G4ReflectionFactory.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4ReflectionFactory.hh,v 1.4 2008/11/13 09:33:20 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     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 $
    2929//
    3030//
     
    181181      // been reflected, after that placement or replication is performed.
    182182
     183    void Reset(); 
     184      // Resets maps of constituent and reflected volumes.
     185      // To be used exclusively when volumes are removed from the stores.
     186
    183187  protected: 
    184188
Note: See TracChangeset for help on using the changeset viewer.