Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user