Import Geant4 9.3.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ParameterisationPolycone.hh,v 1.7 2006/06/29 18:18:18 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4ParameterisationPolycone.hh,v 1.8 2009/05/14 14:19:32 ivana Exp $
|
||||
// GEANT4 tag $Name: geant4-09-03 $
|
||||
//
|
||||
// classes G4ParameterisationPolyconeRho,
|
||||
// G4ParameterisationPolyconePhi,
|
||||
@@ -191,7 +191,15 @@ class G4ParameterisationPolyconeZ : public G4VParameterisationPolycone
|
||||
void ComputeDimensions( G4Polycone& pcone, const G4int copyNo,
|
||||
const G4VPhysicalVolume* physVol ) const;
|
||||
|
||||
private: // Dummy declarations to get rid of warnings ...
|
||||
private:
|
||||
G4double GetR(G4double z, G4double z1, G4double r1, G4double z2, G4double r2) const;
|
||||
G4double GetRmin(G4double z, G4int nsegment) const;
|
||||
G4double GetRmax(G4double z, G4int nsegment) const;
|
||||
|
||||
G4int fNSegment;
|
||||
G4PolyconeHistorical* fOrigParamMother;
|
||||
|
||||
// Dummy declarations to get rid of warnings ...
|
||||
|
||||
void ComputeDimensions (G4Trd&,const G4int,
|
||||
const G4VPhysicalVolume*) const {}
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ParameterisationPolyhedra.hh,v 1.8 2006/06/29 18:18:20 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4ParameterisationPolyhedra.hh,v 1.9 2009/05/14 14:19:32 ivana Exp $
|
||||
// GEANT4 tag $Name: geant4-09-03 $
|
||||
//
|
||||
// classes G4ParameterisationPolyhedraRho,
|
||||
// G4ParameterisationPolyhedraPhi,
|
||||
@@ -199,8 +199,15 @@ class G4ParameterisationPolyhedraZ : public G4VParameterisationPolyhedra
|
||||
void ComputeDimensions( G4Polyhedra& phedra, const G4int copyNo,
|
||||
const G4VPhysicalVolume* physVol ) const;
|
||||
|
||||
private: // Dummy declarations to get rid of warnings ...
|
||||
private:
|
||||
G4double GetR(G4double z, G4double z1, G4double r1, G4double z2, G4double r2) const;
|
||||
G4double GetRmin(G4double z, G4int nsegment) const;
|
||||
G4double GetRmax(G4double z, G4int nsegment) const;
|
||||
|
||||
G4int fNSegment;
|
||||
G4PolyhedraHistorical* fOrigParamMother;
|
||||
|
||||
// Dummy declarations to get rid of warnings ...
|
||||
void ComputeDimensions (G4Trd&,const G4int,
|
||||
const G4VPhysicalVolume*) const {}
|
||||
void ComputeDimensions (G4Trap&,const G4int,
|
||||
|
||||
Reference in New Issue
Block a user