Import Geant4 10.7.0.beta source tree
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user