Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4VUserPostDetConstruction.h
Go to the documentation of this file.
1#ifndef TG4_V_USER_POST_DET_CONSTRUCTION_H
2#define TG4_V_USER_POST_DET_CONSTRUCTION_H
3
4//------------------------------------------------
5// The Geant4 Virtual Monte Carlo package
6// Copyright (C) 2007 - 2015 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
28
45
46#endif // TG4_V_USER_POST_DET_CONSTRUCTION_H
The abstract base class for user defined class to customize geometry.
TG4VUserPostDetConstruction(const TG4VUserPostDetConstruction &right)
Not implemented.
virtual void Construct()=0
Method to be overriden by user.
TG4VUserPostDetConstruction & operator=(const TG4VUserPostDetConstruction &right)
Not implemented.