Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4PostDetConstruction.h
Go to the documentation of this file.
1#ifndef TG4_POST_DET_CONSTRUCTION_H
2#define TG4_POST_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#ifdef USE_G4ROOT
19
20#include <TG4RootDetectorConstruction.h>
21
22class TG4PostDetConstruction;
23
28
29class TG4PostDetConstruction : public TVirtualUserPostDetConstruction
30{
31 public:
32 TG4PostDetConstruction();
33 virtual ~TG4PostDetConstruction();
34
35 // methods
36 virtual void Initialize(TG4RootDetectorConstruction* dc);
37 virtual void InitializeSDandField();
38
39 private:
41 TG4PostDetConstruction(const TG4PostDetConstruction& right);
43 TG4PostDetConstruction& operator=(const TG4PostDetConstruction& right);
44};
45
46#endif // USE_G4ROOT
47
48#endif // TG4_DET_CONSTRUCTION_H