Geant4-11
|
#include "G4LogicalVolumeModel.hh"
#include "G4VSolid.hh"
#include "G4LogicalVolume.hh"
#include "G4PVPlacement.hh"
#include "G4PVParameterised.hh"
#include "G4VPVParameterisation.hh"
#include "G4ModelingParameters.hh"
#include "G4VGraphicsScene.hh"
#include "G4DrawVoxels.hh"
#include "G4VSensitiveDetector.hh"
#include "G4VReadOutGeometry.hh"
#include "G4Circle.hh"
#include <vector>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{G4LogicalVolumeModel.cc} |
Typedefs | |
typedef std::pair< G4VSolid *, G4int > | anonymous_namespace{G4LogicalVolumeModel.cc}::solidCopyNoPair |
Functions | |
void | anonymous_namespace{G4LogicalVolumeModel.cc}::DrawPoint (G4VGraphicsScene &sceneHandler, const G4ThreeVector &point) |
void | anonymous_namespace{G4LogicalVolumeModel.cc}::DrawSolid (G4VGraphicsScene &sceneHandler, G4VSolid *sol, G4int copyNo, const G4Transform3D &t) |
const G4double | anonymous_namespace{G4LogicalVolumeModel.cc}::highlightPointDiameter (20.) |
const G4double | anonymous_namespace{G4LogicalVolumeModel.cc}::highlightSolidLineWidth (10.) |
Variables | |
const G4Colour | anonymous_namespace{G4LogicalVolumeModel.cc}::highlightPointColour (0.5, 0.5, 1.0) |
const G4Colour | anonymous_namespace{G4LogicalVolumeModel.cc}::highlightSolidColour (1.0, 0.8, 0.8) |
std::vector< solidCopyNoPair > | anonymous_namespace{G4LogicalVolumeModel.cc}::solidCopyNoVector |