Import Geant4 11.1.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2022-07-01 10:44:02 +02:00
parent b3bf75a2a1
commit c07cea1fe0
2172 changed files with 183300 additions and 123938 deletions
@@ -81,6 +81,13 @@ protected:
const G4int waitTimePerPointmilliseconds = 20,
const G4String exportString = "");
void Twinkle
// Twinkles the touchables in paths
// /vis/viewer/centreOn to see its effect
(G4VViewer* currentViewer,
const G4ViewParameters& baseVP,
const std::vector<std::vector<G4PhysicalVolumeModel::G4PhysicalVolumeNodeID>>& paths);
// Conversion routines augmenting those in G4UIcommand.
static G4String ConvertToString(G4double x, G4double y,
@@ -114,10 +121,6 @@ protected:
G4double& value);
// Return false if there's a problem
void CopyMostViewParameters
(G4ViewParameters& target, const G4ViewParameters& from);
// Copy view parameters except for autoRefresh and background...
void CopyCameraParameters
(G4ViewParameters& target, const G4ViewParameters& from);
// Copy view parameters pertaining only to camera
@@ -161,7 +164,7 @@ protected:
// creation of a new viewer and *also* at the creation of a new scene
// handler.
static G4bool fThereWasAViewer; // True if there was a viewer
static G4ViewParameters fVPExistingViewer; // Its view parameters
static G4ViewParameters fExistingVP; // Its view parameters
};
#endif