Import Geant4 10.6.0.beta source tree
This commit is contained in:
@@ -277,6 +277,12 @@ G4bool G4PVDivision::IsReplicated() const
|
||||
return true;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
G4int G4PVDivision::GetMultiplicity() const
|
||||
{
|
||||
return fnReplicas;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
G4VPVParameterisation* G4PVDivision::GetParameterisation() const
|
||||
{
|
||||
|
||||
@@ -286,6 +286,12 @@ G4bool G4ReplicatedSlice::IsReplicated() const
|
||||
return true;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
G4int G4ReplicatedSlice::GetMultiplicity() const
|
||||
{
|
||||
return fnReplicas;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
G4VPVParameterisation* G4ReplicatedSlice::GetParameterisation() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user