DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <DD4hep/Printout.h>
#include <DD4hep/Volumes.h>
#include <DD4hep/DetElement.h>
#include <DD4hep/DetectorTools.h>
#include <DDG4/Geant4VolumeManager.h>
#include <DDG4/Geant4TouchableHandler.h>
#include <DDG4/Geant4Mapping.h>
#include <G4VTouchable.hh>
#include <G4LogicalVolume.hh>
#include <G4VPhysicalVolume.hh>
#include <sstream>
#include <DDG4/Geant4AssemblyVolume.h>
Go to the source code of this file.
Typedefs | |
using | VolIDDescriptor = std::pair< VolumeID, std::vector< std::pair< const BitFieldElement *, VolumeID > > > |
using VolIDDescriptor = std::pair<VolumeID,std::vector<std::pair<const BitFieldElement*, VolumeID> > > |
Definition at line 35 of file Geant4VolumeManager.cpp.