Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4PostDetConstruction.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#ifdef USE_G4ROOT
16
18#include "TG4GeometryManager.h"
19#include "TG4Globals.h"
20
21//_____________________________________________________________________________
22TG4PostDetConstruction::TG4PostDetConstruction()
23 : TVirtualUserPostDetConstruction()
24{
26}
27
28//_____________________________________________________________________________
29TG4PostDetConstruction::~TG4PostDetConstruction()
30{
32}
33
34//
35// public methods
36//
37
38//_____________________________________________________________________________
39void TG4PostDetConstruction::Initialize(TG4RootDetectorConstruction* dc)
40{
42 // --
43
44 G4cout << "TG4PostDetConstruction::Initialize" << G4endl;
47}
48
49//_____________________________________________________________________________
50void TG4PostDetConstruction::InitializeSDandField()
51{
53 // --
54
55 G4cout << "TG4PostDetConstruction::InitializeSDandField" << G4endl;
57}
58
59#endif
Definition of the TG4GeometryManager class.
Definition of the TG4Globals class and basic container types.
Definition of the TG4PostDetConstruction class.
void SetRootDetectorConstruction(TG4RootDetectorConstruction *rootDetectorConstruction)
static TG4GeometryManager * Instance()