#include "globals.hh"
#include "geomdefs.hh"
#include <vector>
#include "G4tgrPlace.hh"
Go to the source code of this file.
Data Structures | |
class | G4tgrPlaceDivRep |
Enumerations | |
enum | G4DivType { DivByNdiv, DivByWidth, DivByNdivAndWidth } |
enum G4DivType |
Definition at line 51 of file G4tgrPlaceDivRep.hh.
00051 { DivByNdiv, DivByWidth, DivByNdivAndWidth };