Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
+3
View File
@@ -19,6 +19,9 @@ committal in the CVS repository !
History file for visualization/XXX sub-category (a template graphics system)
---------------------------------------------------------------------------
18 June 2020 John Allison (visXXX-V10-05-04)
- G4XXXSGSceneHandler.cc: Fix a debug statement.
29 August 2019 John Allison (visXXX-V10-05-03)
- Part of vis-V10-05-24.
- Add G4TessellatedSolid to list of solids that may be specially treated
@@ -125,12 +125,7 @@ void G4XXXSGSceneHandler::CreateCurrentItem(const G4String& /*header*/) {
// TREE.
/* Debug
for (size_t i = 0; i < drawnPVPath.size(); ++i) {
std::cout << drawnPVPath[i].GetPhysicalVolume()->GetName() << ":"
<< drawnPVPath[i].GetCopyNo() << " ("
<< currentPOListIndex << "), ";
}
std::cout << std::endl;
G4cout << drawnPVPath << G4endl;
*/
static G4int index = 0; // Some index for future reference