Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -92,7 +92,7 @@ void G4GAGTreeSceneHandler::BeginModeling ()
// Beginning of the tree output
G4cout << "\nG4GAGTreeSceneHandler::BeginModeling:"
"\n set verbosity with \"/vis/GAGTree/verbose <verbosity>\":"
"\n < 10: - does not print daughters of repeated logical volumes."
"\n < 10: - does not print daughters of repeated placements."
"\n - does not repeat replicas."
"\n >= 10: prints all physical volumes."
"\n FORMAT: PV_name.copy_no.index"
@@ -260,9 +260,9 @@ void G4GAGTreeSceneHandler::RequestPrimitives (const G4VSolid&)
else {
if (fLVSet.find(fpCurrentLV) != fLVSet.end()) {
if (verbosity < 10) {
// Add printing for repeated logical volume...
// Add printing for repeated placement...
#if defined DEBUG_GAG_TREE
G4cout << " (repeated logical volume)";
G4cout << " (repeated placement)";
#endif
// Ignore if an already treated logical volume.
if (fpCurrentPV) {