Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4VUserRegionConstruction.h
Go to the documentation of this file.
1#ifndef TG4_V_USER_REGION_CONSTRUCTION_H
2#define TG4_V_USER_REGION_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
24
41
42#endif // TG4_V_USER_REGION_CONSTRUCTION_H
The abstract base class for user defined regions.
TG4VUserRegionConstruction(const TG4VUserRegionConstruction &right)
Not implemented.
TG4VUserRegionConstruction & operator=(const TG4VUserRegionConstruction &right)
Not implemented.
virtual void Construct()=0
Method to be overriden by user.