Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RE03DetectorConstruction Class Reference

#include <RE03DetectorConstruction.hh>

Inheritance diagram for RE03DetectorConstruction:
Collaboration diagram for RE03DetectorConstruction:

Public Member Functions

 RE03DetectorConstruction ()
 
virtual ~RE03DetectorConstruction ()
 
virtual G4VPhysicalVolumeConstruct ()
 
virtual void ConstructSDandField ()
 
- Public Member Functions inherited from G4VUserDetectorConstruction
 G4VUserDetectorConstruction ()
 
virtual ~G4VUserDetectorConstruction ()
 
virtual void CloneSD ()
 
virtual void CloneF ()
 
void RegisterParallelWorld (G4VUserParallelWorld *)
 
G4int ConstructParallelGeometries ()
 
void ConstructParallelSD ()
 
G4int GetNumberOfParallelWorld () const
 
G4VUserParallelWorldGetParallelWorld (G4int i) const
 

Additional Inherited Members

- Protected Member Functions inherited from G4VUserDetectorConstruction
void SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false)
 
void SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD)
 

Detailed Description

Definition at line 41 of file RE03DetectorConstruction.hh.

Constructor & Destructor Documentation

RE03DetectorConstruction::RE03DetectorConstruction ( )

Definition at line 55 of file RE03DetectorConstruction.cc.

57  fAir(0),fWater(0),fWorldPhys(0),fPhantomPhys(0),
58  fConstructed(false)
59 {;}
RE03DetectorConstruction::~RE03DetectorConstruction ( )
virtual

Definition at line 62 of file RE03DetectorConstruction.cc.

63 {;}

Member Function Documentation

G4VPhysicalVolume * RE03DetectorConstruction::Construct ( void  )
virtual

Implements G4VUserDetectorConstruction.

Definition at line 66 of file RE03DetectorConstruction.cc.

67 {
68  if(!fConstructed)
69  {
70  fConstructed = true;
71  DefineMaterials();
72  SetupGeometry();
73  }
74  return fWorldPhys;
75 }
void RE03DetectorConstruction::ConstructSDandField ( )
virtual

Reimplemented from G4VUserDetectorConstruction.

Definition at line 114 of file RE03DetectorConstruction.cc.

115 {;}

The documentation for this class was generated from the following files: