Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4DetConstruction.cxx
Go to the documentation of this file.
1//------------------------------------------------
2// The Geant4 Virtual Monte Carlo package
3// Copyright (C) 2007 - 2014 Ivana Hrivnacova
4// All rights reserved.
5//
6// For the licensing terms see geant4_vmc/LICENSE.
7// Contact: root-vmc@cern.ch
8//-------------------------------------------------
9
14
15#include "TG4DetConstruction.h"
16#include "TG4GeometryManager.h"
17#include "TG4GeometryServices.h"
18#include "TG4Globals.h"
19
20#include <G4VPhysicalVolume.hh>
21
22//_____________________________________________________________________________
28
29//_____________________________________________________________________________
34
35//
36// public methods
37//
38
39//_____________________________________________________________________________
41{
43 // --
44
45 // Build G4 geometry
47
49
50 return fWorld;
51}
52
53//_____________________________________________________________________________
Definition of the TG4DetConstruction class.
Definition of the TG4GeometryManager class.
Definition of the TG4GeometryServices class.
Definition of the TG4Globals class and basic container types.
G4VPhysicalVolume * fWorld
virtual void ConstructSDandField()
virtual G4VPhysicalVolume * Construct()
static TG4GeometryManager * Instance()
G4VPhysicalVolume * GetWorld() const
static TG4GeometryServices * Instance()