Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -59,7 +59,7 @@ class G4PSCellFluxForCylinder3D : public G4PSCellFlux3D
G4int depj = 1, G4int depk = 0);
virtual ~G4PSCellFluxForCylinder3D();
void SetCylinderSize(G4double dr, G4double dz);
void SetCylinderSize(G4ThreeVector cylSize, G4double startAng, G4double angSpan);
void SetNumberOfSegments(G4int nSeg[3]);
protected: // with description
@@ -68,6 +68,7 @@ class G4PSCellFluxForCylinder3D : public G4PSCellFlux3D
private:
// Order of segmentation (Z PHI R) in CylinderMesh
G4ThreeVector cylinderSize;
G4double fAngle[2];
G4int nSegment[3];
};
#endif
@@ -53,7 +53,7 @@ class G4PSDoseDepositForCylinder3D : public G4PSDoseDeposit3D
virtual ~G4PSDoseDepositForCylinder3D();
void SetCylinderSize(G4double dr, G4double dz);
void SetCylinderSize(G4ThreeVector cylSize, G4double startAng, G4double angSpan);
void SetNumberOfSegments(G4int nSeg[3]);
protected: // with description
@@ -62,6 +62,7 @@ class G4PSDoseDepositForCylinder3D : public G4PSDoseDeposit3D
private:
// Order of segmentation (Z PHI R) in CylinderMesh
G4ThreeVector cylinderSize;
G4double fAngle[2];
G4int nSegment[3];
};
#endif
@@ -57,7 +57,7 @@ class G4PSPassageCellFluxForCylinder3D : public G4PSPassageCellFlux3D
G4int depk = 0);
virtual ~G4PSPassageCellFluxForCylinder3D();
void SetCylinderSize(G4double dr, G4double dz);
void SetCylinderSize(G4ThreeVector cylSize, G4double startAng, G4double angSpan);
void SetNumberOfSegments(G4int nSeg[3]);
protected: // with description
@@ -66,6 +66,7 @@ class G4PSPassageCellFluxForCylinder3D : public G4PSPassageCellFlux3D
private:
// Order of segmentation (Z PHI R) in CylinderMesh
G4ThreeVector cylinderSize;
G4double fAngle[2];
G4int nSegment[3];
};
#endif