Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/persistency/gdml/include/G4GDMLReadStructure.hh

    r1337 r1347  
    2525//
    2626//
    27 // $Id: G4GDMLReadStructure.hh,v 1.28 2009/09/24 15:04:34 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4GDMLReadStructure.hh,v 1.32 2010/11/02 10:39:27 gcosmo Exp $
     28// GEANT4 tag $Name: gdml-V09-03-09 $
    2929//
    3030//
     
    5454{
    5555   G4String type;
    56    G4double value;
     56   G4String value;
    5757};
    5858
    5959typedef std::vector<G4GDMLAuxPairType> G4GDMLAuxListType;
    60 typedef std::map<const G4LogicalVolume*,G4GDMLAuxListType> G4GDMLAuxMapType;
     60typedef std::map<G4LogicalVolume*,G4GDMLAuxListType> G4GDMLAuxMapType;
    6161typedef std::map<G4String, G4AssemblyVolume*> G4GDMLAssemblyMapType;
    6262
     
    7272   G4LogicalVolume* GetVolume(const G4String&) const;
    7373   G4AssemblyVolume* GetAssembly(const G4String&) const;
    74    G4GDMLAuxListType GetVolumeAuxiliaryInformation(const G4LogicalVolume* const);
     74   G4GDMLAuxListType GetVolumeAuxiliaryInformation(G4LogicalVolume*) const;
    7575   G4VPhysicalVolume* GetWorldVolume(const G4String&);
    7676   const G4GDMLAuxMapType* GetAuxMap() const;
     77   void Clear();   // Clears internal map and evaluator
    7778
    7879   virtual void VolumeRead(const xercesc::DOMElement* const);
     
    101102   G4GDMLAssemblyMapType assemblyMap;
    102103   G4LogicalVolume *pMotherLogical;
    103 
     104   std::map<std::string, G4VPhysicalVolume*> setuptoPV;
    104105};
    105106
Note: See TracChangeset for help on using the changeset viewer.