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
@@ -77,8 +77,13 @@ public: // With description
// A copy of the G4VisAttributes object is created on the heap to
// ensure a long life.
// Access functions to the string for user customizable information
virtual const G4String& GetInfo() const;
virtual void SetInfo(const G4String& info);
protected:
G4String fInfo; // String for user customizable information
const G4VisAttributes* fpVisAttributes;
G4bool fAllocatedVisAttributes;
};