Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (15 years ago)
Author:
garnier
Message:

update to geant4.9.3

Location:
trunk/examples/advanced/human_phantom/include
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/advanced/human_phantom/include/G4HumanPhantomHit.hh

    r807 r1230  
    2626//
    2727// $Id: G4HumanPhantomHit.hh,v 1.10 2007/05/15 14:46:54 guatelli Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/advanced/human_phantom/include/G4MIRDBrain.hh

    r807 r1230  
    3737#include "G4VPhysicalVolume.hh"
    3838#include "G4VOrgan.hh"
    39 //#include "Saxana/SAXProcessor.h"
    40 ///#include "Saxana/ProcessingConfigurator.h"
    4139
    4240class G4VPhysicalVolume;
     
    5149  G4VPhysicalVolume* Construct(const G4String&,G4VPhysicalVolume*,
    5250                                    const G4String&, G4bool, G4bool);
    53  
    54 private:
    55   //AXProcessor sxp;
    56   //ProcessingConfigurator config;
    5751};
    5852#endif
  • trunk/examples/advanced/human_phantom/include/G4MIRDHead.hh

    r807 r1230  
    3737#include "G4VPhysicalVolume.hh"
    3838#include "G4VOrgan.hh"
    39 //##include "Saxana/SAXProcessor.h"
    40 //#include "Saxana/ProcessingConfigurator.h"
    4139
    4240class G4VPhysicalVolume;
     
    5149  ~G4MIRDHead();
    5250  G4VPhysicalVolume* Construct(const G4String&, G4VPhysicalVolume*, const G4String&,
    53                                     G4bool, G4bool);
    54  
     51                                    G4bool, G4bool);
    5552private:
    56   //  SAXProcessor sxp;
    57   //  ProcessingConfigurator config;
    58     G4HumanPhantomMaterial* material;
     53
     54  G4HumanPhantomMaterial* material;
    5955};
    6056#endif
  • trunk/examples/advanced/human_phantom/include/G4MIRDPancreas.hh

    r807 r1230  
    3737#include "G4VPhysicalVolume.hh"
    3838#include "G4VOrgan.hh"
    39 //#include "Saxana/SAXProcessor.h"
    40 //#include "Saxana/ProcessingConfigurator.h"
    4139
    4240class G4VPhysicalVolume;
     
    4947  G4MIRDPancreas();
    5048  ~G4MIRDPancreas();
    51   G4VPhysicalVolume* Construct(const G4String&,G4VPhysicalVolume*,
    52                                     const G4String&, G4bool, G4bool);
    53  
    54 private:
    55   //    SAXProcessor sxp;
    56   //   ProcessingConfigurator config;
    57 
     49  G4VPhysicalVolume* Construct(const G4String&, G4VPhysicalVolume*,
     50                               const G4String&, G4bool, G4bool);
    5851};
    5952#endif
  • trunk/examples/advanced/human_phantom/include/G4MIRDTestes.hh

    r807 r1230  
    3737#include "G4VPhysicalVolume.hh"
    3838
    39 #include "Saxana/SAXProcessor.h"
    40 #include "Saxana/ProcessingConfigurator.h"
     39#include "G4GDMLParser.hh"
    4140
    4241class G4VPhysicalVolume;
     
    5251 
    5352private:
    54     SAXProcessor sxp;
    55     ProcessingConfigurator config;
     53
     54  G4GDMLParser parser;
    5655
    5756};
  • trunk/examples/advanced/human_phantom/include/G4ORNLFemaleBodyFactory.hh

    r807 r1230  
    3838#include "G4VPhysicalVolume.hh"
    3939
    40 #include "Saxana/SAXProcessor.h"
    41 #include "Saxana/ProcessingConfigurator.h"
    42 
    4340class G4VBodyFactory;
    4441class G4ORNLFemaleBodyFactory: public G4VBodyFactory
Note: See TracChangeset for help on using the changeset viewer.