Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
@@ -34,19 +34,19 @@ unsigned int G4AssemblyVolume::GetImprintsCount() const
}
inline
void G4AssemblyVolume::SetImprintsCount( unsigned int value )
void G4AssemblyVolume::SetImprintsCount( unsigned int value )
{
fImprintsCounter = value;
}
inline
void G4AssemblyVolume::ImprintsCountPlus()
void G4AssemblyVolume::ImprintsCountPlus()
{
++fImprintsCounter;
}
inline
void G4AssemblyVolume::ImprintsCountMinus()
void G4AssemblyVolume::ImprintsCountMinus()
{
--fImprintsCounter;
}
@@ -58,7 +58,7 @@ unsigned int G4AssemblyVolume::GetAssemblyID() const
}
inline
void G4AssemblyVolume::SetAssemblyID( unsigned int value )
void G4AssemblyVolume::SetAssemblyID( unsigned int value )
{
fAssemblyID = value;
}