Import Geant4 11.2.2 source tree

This commit is contained in:
Gabriele Cosmo
2024-06-21 15:46:33 +02:00
parent dda54bbdcf
commit f7b23877ed
411 changed files with 22817 additions and 21317 deletions
@@ -149,7 +149,7 @@ G4Qt3DQEntity* G4Qt3DSceneHandler::CreateNewNode()
if (fReadyForTransients) { // All transients hang from this node
newNode = new G4Qt3DQEntity(fpTransientObjects);
G4String name = fpModel? fpModel->GetGlobalTag(): "User";
G4String name = fpModel? fpModel->GetGlobalTag(): G4String("User");
newNode->setObjectName(name.c_str());
return newNode;
}