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

Detector construction allowing to use the geometry read from the GDML file. More...

#include <G01DetectorConstruction.hh>

Inheritance diagram for G01DetectorConstruction:
Collaboration diagram for G01DetectorConstruction:

Public Member Functions

 G01DetectorConstruction (G4VPhysicalVolume *setWorld=0)
 
virtual G4VPhysicalVolumeConstruct ()
 
- Public Member Functions inherited from G4VUserDetectorConstruction
 G4VUserDetectorConstruction ()
 
virtual ~G4VUserDetectorConstruction ()
 
virtual void ConstructSDandField ()
 
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

Detector construction allowing to use the geometry read from the GDML file.

Definition at line 41 of file G01DetectorConstruction.hh.

Constructor & Destructor Documentation

G01DetectorConstruction::G01DetectorConstruction ( G4VPhysicalVolume setWorld = 0)
inline

Definition at line 45 of file G01DetectorConstruction.hh.

46  {
47  fWorld = setWorld;
48  }

Member Function Documentation

virtual G4VPhysicalVolume* G01DetectorConstruction::Construct ( void  )
inlinevirtual

Implements G4VUserDetectorConstruction.

Definition at line 50 of file G01DetectorConstruction.hh.

51  {
52  return fWorld;
53  }

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