68 const G4int nReplicas,
76 pAxis, nReplicas, width, offset);
86 const G4int nReplicas,
93 pAxis, nReplicas, offset);
109 return new G4PVDivision(pName, pLogical, pMotherLogical,
110 pAxis, width, offset);
129 if (divParam ==
nullptr)
131 G4Exception(
"G4PVDivisionFactory::CreatePVDivision()",
133 "Unexpected parameterisation type!");
143 return new G4PVDivision(pName, pLogical, pMotherLogical,
144 axis, nofDivisions, width, offset);
155 return (dynamic_cast<const G4PVDivision*>(pv) !=
nullptr) ?
true :
false;