#include "DD4hep/LCDD.h"
#include "DD4hep/Plugins.h"
#include "DD4hep/Volumes.h"
#include "DD4hep/Printout.h"
#include "DDG4/Geant4HierarchyDump.h"
#include "G4Version.hh"
#include "G4VisAttributes.hh"
#include "G4ProductionCuts.hh"
#include "G4VUserRegionInformation.hh"
#include "G4Element.hh"
#include "G4SDManager.hh"
#include "G4AssemblyVolume.hh"
#include "G4Box.hh"
#include "G4Trd.hh"
#include "G4Tubs.hh"
#include "G4Cons.hh"
#include "G4Torus.hh"
#include "G4Sphere.hh"
#include "G4Polycone.hh"
#include "G4Polyhedra.hh"
#include "G4UnionSolid.hh"
#include "G4Paraboloid.hh"
#include "G4SubtractionSolid.hh"
#include "G4IntersectionSolid.hh"
#include "G4Region.hh"
#include "G4UserLimits.hh"
#include "G4VSensitiveDetector.hh"
#include "G4LogicalVolume.hh"
#include "G4Material.hh"
#include "G4Isotope.hh"
#include "G4Transform3D.hh"
#include "G4ThreeVector.hh"
#include "G4PVPlacement.hh"
#include "G4ElectroMagneticField.hh"
#include "G4FieldManager.hh"
#include <iostream>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
|
static const char * | _T (const std::string &s) |
|
|
static unsigned long | m_flags = ~0x0UL |
|
Enumerator |
---|
G4DUMP_ALL |
|
G4DUMP_LOGVOL |
|
G4DUMP_SOLID |
|
G4DUMP_SENSDET |
|
G4DUMP_LIMITS |
|
G4DUMP_REGION |
|
G4DUMP_LAST |
|
Definition at line 73 of file Geant4HierarchyDump.cpp.
static const char* _T |
( |
const std::string & |
s | ) |
|
|
static |
unsigned long m_flags = ~0x0UL |
|
static |