Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (14 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/divisions/include/G4ParameterisationPolyhedra.hh

    r1010 r1228  
    2525//
    2626//
    27 // $Id: G4ParameterisationPolyhedra.hh,v 1.8 2006/06/29 18:18:20 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4ParameterisationPolyhedra.hh,v 1.9 2009/05/14 14:19:32 ivana Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// classes G4ParameterisationPolyhedraRho,
     
    200200                            const G4VPhysicalVolume* physVol ) const;
    201201
    202   private:  // Dummy declarations to get rid of warnings ...
    203 
     202  private:
     203    G4double GetR(G4double z, G4double z1, G4double r1, G4double z2, G4double r2) const;
     204    G4double GetRmin(G4double z, G4int nsegment) const;
     205    G4double GetRmax(G4double z, G4int nsegment) const;
     206
     207    G4int fNSegment;
     208    G4PolyhedraHistorical* fOrigParamMother;
     209
     210    // Dummy declarations to get rid of warnings ...
    204211    void ComputeDimensions (G4Trd&,const G4int,
    205212                            const G4VPhysicalVolume*) const {}
Note: See TracChangeset for help on using the changeset viewer.