Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -75,6 +75,7 @@ class G4ExtrudedSolid : public G4TessellatedSolid
|
||||
|
||||
struct ZSection
|
||||
{
|
||||
ZSection() : fZ(0.), fOffset(0.,0.), fScale(1.) {}
|
||||
ZSection(G4double z, const G4TwoVector& offset, G4double scale)
|
||||
: fZ(z), fOffset(offset), fScale(scale) {}
|
||||
|
||||
@@ -93,8 +94,10 @@ class G4ExtrudedSolid : public G4TessellatedSolid
|
||||
G4ExtrudedSolid( const G4String& pName,
|
||||
const std::vector<G4TwoVector>& polygon,
|
||||
G4double halfZ,
|
||||
const G4TwoVector& off1, G4double scale1,
|
||||
const G4TwoVector& off2, G4double scale2 );
|
||||
const G4TwoVector& off1 = G4TwoVector(0.,0.),
|
||||
G4double scale1 = 1.,
|
||||
const G4TwoVector& off2 = G4TwoVector(0.,0.),
|
||||
G4double scale2 = 1. );
|
||||
// Special constructor for solid with 2 z-sections
|
||||
|
||||
virtual ~G4ExtrudedSolid();
|
||||
|
||||
Reference in New Issue
Block a user