Changeset 1010 for trunk/source/geometry/divisions/include
- Timestamp:
- Apr 22, 2009, 11:58:58 AM (17 years ago)
- Location:
- trunk/source/geometry/divisions/include
- Files:
-
- 11 edited
-
G4PVDivision.hh (modified) (2 diffs)
-
G4PVDivisionFactory.hh (modified) (1 diff)
-
G4ParameterisationBox.hh (modified) (1 diff)
-
G4ParameterisationCons.hh (modified) (1 diff)
-
G4ParameterisationPara.hh (modified) (1 diff)
-
G4ParameterisationPolycone.hh (modified) (1 diff)
-
G4ParameterisationPolyhedra.hh (modified) (1 diff)
-
G4ParameterisationTrd.hh (modified) (6 diffs)
-
G4ParameterisationTubs.hh (modified) (1 diff)
-
G4VDivisionParameterisation.hh (modified) (1 diff)
-
G4VDivisionParameterisation.icc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/geometry/divisions/include/G4PVDivision.hh
r850 r1010 25 25 // 26 26 // 27 // $Id: G4PVDivision.hh,v 1.1 3 2008/08/18 14:06:01 tnikitinExp $28 // GEANT4 tag $Name: HEAD$27 // $Id: G4PVDivision.hh,v 1.14 2008/12/03 16:41:45 arce Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // class G4PVDivision … … 145 145 146 146 void CheckAndSetParameters( const EAxis pAxis, 147 const G4int nDivs, 148 const G4double width, 147 149 const G4double offset, 150 DivisionType divType, 148 151 const G4LogicalVolume* pMotherLogical ); 149 152 -
trunk/source/geometry/divisions/include/G4PVDivisionFactory.hh
r850 r1010 26 26 // 27 27 // $Id: G4PVDivisionFactory.hh,v 1.2 2006/06/29 18:18:09 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/geometry/divisions/include/G4ParameterisationBox.hh
r850 r1010 26 26 // 27 27 // $Id: G4ParameterisationBox.hh,v 1.6 2006/06/29 18:18:11 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // classes G4ParameterisationBoxX, -
trunk/source/geometry/divisions/include/G4ParameterisationCons.hh
r850 r1010 26 26 // 27 27 // $Id: G4ParameterisationCons.hh,v 1.6 2006/06/29 18:18:13 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // classes G4ParameterisationConsRho, -
trunk/source/geometry/divisions/include/G4ParameterisationPara.hh
r850 r1010 26 26 // 27 27 // $Id: G4ParameterisationPara.hh,v 1.7 2006/06/29 18:18:15 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // classes G4ParameterisationParaX, -
trunk/source/geometry/divisions/include/G4ParameterisationPolycone.hh
r850 r1010 26 26 // 27 27 // $Id: G4ParameterisationPolycone.hh,v 1.7 2006/06/29 18:18:18 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // classes G4ParameterisationPolyconeRho, -
trunk/source/geometry/divisions/include/G4ParameterisationPolyhedra.hh
r850 r1010 26 26 // 27 27 // $Id: G4ParameterisationPolyhedra.hh,v 1.8 2006/06/29 18:18:20 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // classes G4ParameterisationPolyhedraRho, -
trunk/source/geometry/divisions/include/G4ParameterisationTrd.hh
r850 r1010 25 25 // 26 26 // 27 // $Id: G4ParameterisationTrd.hh,v 1. 7 2006/06/29 18:18:22 gunterExp $28 // GEANT4 tag $Name: HEAD$27 // $Id: G4ParameterisationTrd.hh,v 1.8 2008/12/03 16:48:48 arce Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // classes G4ParameterisationTrdX … … 61 61 class G4Polycone; 62 62 class G4Polyhedra; 63 #include <vector> 63 64 64 65 class G4VParameterisationTrd : public G4VDivisionParameterisation … … 71 72 72 73 virtual ~G4VParameterisationTrd(); 74 75 76 protected: 77 G4bool bDivInTrap; 73 78 }; 74 79 … … 89 94 G4VPhysicalVolume* physVol) const; 90 95 91 void ComputeDimensions(G4Trd& trd, const G4int copyNo, 92 const G4VPhysicalVolume* pv) const; 96 virtual void ComputeDimensions(G4Trd& trd, const G4int copyNo, 97 const G4VPhysicalVolume* pv) const; 98 99 virtual void ComputeDimensions(G4Trap& trd, const G4int copyNo, 100 const G4VPhysicalVolume* pv) const; 101 102 virtual G4VSolid* ComputeSolid(const G4int, G4VPhysicalVolume *); 103 93 104 94 105 private: // Dummy declarations to get rid of warnings ... … … 106 117 void ComputeDimensions (G4Para&,const G4int, 107 118 const G4VPhysicalVolume*) const {} 108 void ComputeDimensions (G4Trap&,const G4int,109 const G4VPhysicalVolume*) const {}110 119 void ComputeDimensions (G4Hype&,const G4int, 111 120 const G4VPhysicalVolume*) const {} … … 116 125 void ComputeDimensions (G4Polyhedra&,const G4int, 117 126 const G4VPhysicalVolume*) const {} 127 128 void ComputeTrapParams(); 129 G4Trap* theTrap; 118 130 }; 119 131 -
trunk/source/geometry/divisions/include/G4ParameterisationTubs.hh
r850 r1010 26 26 // 27 27 // $Id: G4ParameterisationTubs.hh,v 1.6 2006/06/29 18:18:24 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // classes G4ParameterisationTubsRho -
trunk/source/geometry/divisions/include/G4VDivisionParameterisation.hh
r850 r1010 26 26 // 27 27 // $Id: G4VDivisionParameterisation.hh,v 1.11 2007/05/11 13:26:26 gcosmo Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // class G4VDivisionParameterisation -
trunk/source/geometry/divisions/include/G4VDivisionParameterisation.icc
r850 r1010 26 26 // 27 27 // $Id: G4VDivisionParameterisation.icc,v 1.4 2006/06/29 18:18:29 gunter Exp $ 28 // GEANT4 tag $Name: HEAD$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // class G4VDivisionParameterisation Inline Implementation file
Note:
See TracChangeset
for help on using the changeset viewer.
