Import Geant4 11.2.0.beta source tree
This commit is contained in:
@@ -94,6 +94,9 @@ inline G4int G4ModelingParameters::GetNoOfSides () const {
|
||||
inline G4DisplacedSolid* G4ModelingParameters::GetSectionSolid () const
|
||||
{return fpSectionSolid;}
|
||||
|
||||
inline G4ModelingParameters::CutawayMode G4ModelingParameters::GetCutawayMode () const
|
||||
{ return fCutawayMode;}
|
||||
|
||||
inline G4DisplacedSolid* G4ModelingParameters::GetCutawaySolid () const
|
||||
{return fpCutawaySolid;}
|
||||
|
||||
@@ -164,6 +167,11 @@ inline void G4ModelingParameters::SetExplodeCentre
|
||||
fExplodeCentre = explodeCentre;
|
||||
}
|
||||
|
||||
inline void G4ModelingParameters::SetCutawayMode
|
||||
(G4ModelingParameters::CutawayMode cutawayMode) {
|
||||
fCutawayMode = cutawayMode;
|
||||
}
|
||||
|
||||
inline void G4ModelingParameters::SetEvent(const G4Event* pEvent) {
|
||||
fpEvent = pEvent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user