Ignore:
Timestamp:
Feb 16, 2009, 10:14:30 AM (16 years ago)
Author:
garnier
Message:

en test de gl2ps. Problemes de libraries

File:
1 edited

Legend:

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

    r850 r921  
    2525//
    2626//
    27 // $Id: G4GDMLParser.hh,v 1.53 2008/08/21 12:17:09 gcosmo Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4GDMLParser.hh,v 1.57 2009/01/22 11:02:07 gcosmo Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030//
     
    4646#include "G4STRead.hh"
    4747
    48 #define G4GDML_DEFAULT_SCHEMALOCATION G4String("http://service-spi.web.cern.ch/service-spi/app/releases/GDML/GDML_2_10_0/src/GDMLSchema/gdml.xsd")
     48#define G4GDML_DEFAULT_SCHEMALOCATION G4String("http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd")
    4949
    5050class G4GDMLParser
     
    5252  public:  // with description
    5353
    54    G4GDMLParser() { xercesc::XMLPlatformUtils::Initialize(); }
    55    ~G4GDMLParser() { xercesc::XMLPlatformUtils::Terminate(); }
     54   G4GDMLParser();
     55   G4GDMLParser(G4GDMLReadStructure*);
     56  ~G4GDMLParser();
    5657     //
    57      // Parser constructor & destructor
     58     // Parser constructors & destructor
    5859
    5960   inline void Read(const G4String& filename, G4bool Validate=true);
     
    99100   inline G4VPhysicalVolume* GetWorldVolume(const G4String& setupName="Default");
    100101   inline G4GDMLAuxListType GetVolumeAuxiliaryInformation(const G4LogicalVolume* const logvol);
     102   inline void StripNamePointers() const;
     103   inline void SetOverlapCheck(G4bool);
    101104
    102105   // Methods for Writer
     
    108111  private:
    109112
    110    G4GDMLReadStructure reader;
    111    G4GDMLWriteStructure writer;
     113   G4GDMLReadStructure* reader;
     114   G4GDMLWriteStructure* writer;
     115   G4bool ucode;
    112116
    113117};
Note: See TracChangeset for help on using the changeset viewer.