Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4DetConstruction.h
Go to the documentation of this file.
1#ifndef TG4_DET_CONSTRUCTION_H
2#define TG4_DET_CONSTRUCTION_H
3
4//------------------------------------------------
5// The Geant4 Virtual Monte Carlo package
6// Copyright (C) 2007 - 2014 Ivana Hrivnacova
7// All rights reserved.
8//
9// For the licensing terms see geant4_vmc/LICENSE.
10// Contact: root-vmc@cern.ch
11//-------------------------------------------------
12
17
18#include <G4VUserDetectorConstruction.hh>
19
20class G4VPhysicalVolume;
21
27
29{
30 public:
32 virtual ~TG4DetConstruction();
33
34 // methods
35 virtual G4VPhysicalVolume* Construct();
36 virtual void ConstructSDandField();
37
39
40 private:
45
46 G4VPhysicalVolume* fWorld;
47};
48
49#endif // TG4_DET_CONSTRUCTION_H
Detector construction for building geometry using TVirtualMCApplication.
TG4DetConstruction(const TG4DetConstruction &right)
Not implemented.
void SlaveTG4DetConstruction()
TG4DetConstruction & operator=(const TG4DetConstruction &right)
Not implemented.
G4VPhysicalVolume * fWorld
virtual void ConstructSDandField()
virtual G4VPhysicalVolume * Construct()