Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4ModelingParameters.hh 81056 2014-05-20 09:02:16Z gcosmo $
// $Id: G4ModelingParameters.hh 95224 2016-02-01 09:14:18Z gcosmo $
//
//
// John Allison 31st December 1997.
@@ -102,11 +102,17 @@ public: // With description
VisAttributesSignifier signifier,
const std::vector<G4PhysicalVolumeModel::G4PhysicalVolumeNodeID>& path);
const G4VisAttributes& GetVisAttributes() const
{return fVisAtts;}
{return fVisAtts;}
VisAttributesSignifier GetVisAttributesSignifier() const
{return fSignifier;}
{return fSignifier;}
const PVNameCopyNoPath& GetPVNameCopyNoPath() const
{return fPVNameCopyNoPath;}
{return fPVNameCopyNoPath;}
void SetVisAttributes(const G4VisAttributes& visAtts)
{fVisAtts = visAtts;}
void SetVisAttributesSignifier(VisAttributesSignifier signifier)
{fSignifier = signifier;}
void SetPVNameCopyNoPath(const PVNameCopyNoPath& PVNameCopyNoPath)
{fPVNameCopyNoPath = PVNameCopyNoPath;}
G4bool operator!=(const VisAttributesModifier&) const;
G4bool operator==(const VisAttributesModifier& rhs) const
{return !operator!=(rhs);}