Geant4
10.02.p02
|
#include <XLogicalBase.hh>
Public Member Functions | |
XLogicalAtomicLattice * | GetLattice () |
G4Element * | GetElement () |
void | SetLattice (XLogicalAtomicLattice *) |
void | SetElement (G4Element *) |
virtual G4double | ComputeAtomicFormFactor () |
G4complex | ComputeStructureFactorSingleAtomicKind (G4int, G4int, G4int) |
XLogicalBase (G4Element *, XLogicalAtomicLattice *) | |
XLogicalBase () | |
~XLogicalBase () | |
Private Attributes | |
XLogicalAtomicLattice * | fLattice |
G4Element * | fElement |
Definition at line 39 of file XLogicalBase.hh.
XLogicalBase::XLogicalBase | ( | G4Element * | vElement, |
XLogicalAtomicLattice * | vLattice | ||
) |
Definition at line 36 of file XLogicalBase.cc.
References SetElement(), and SetLattice().
XLogicalBase::XLogicalBase | ( | ) |
Definition at line 31 of file XLogicalBase.cc.
XLogicalBase::~XLogicalBase | ( | ) |
Definition at line 42 of file XLogicalBase.cc.
|
virtual |
Definition at line 71 of file XLogicalBase.cc.
Referenced by ComputeStructureFactorSingleAtomicKind().
Definition at line 78 of file XLogicalBase.cc.
References ComputeAtomicFormFactor(), XLogicalAtomicLattice::ComputeGeometricalStructureFactorSingleKind(), and GetLattice().
G4Element * XLogicalBase::GetElement | ( | ) |
Definition at line 53 of file XLogicalBase.cc.
References fElement.
Referenced by XUnitCell::ComputeAtomVolumeDensity(), and XVCrystalCharacteristic::ComputeTFScreeningRadius().
XLogicalAtomicLattice * XLogicalBase::GetLattice | ( | ) |
Definition at line 47 of file XLogicalBase.cc.
References fLattice.
Referenced by XUnitCell::ComputeAtomVolumeDensity(), and ComputeStructureFactorSingleAtomicKind().
void XLogicalBase::SetElement | ( | G4Element * | vElement | ) |
Definition at line 65 of file XLogicalBase.cc.
References fElement.
Referenced by XLogicalBase().
void XLogicalBase::SetLattice | ( | XLogicalAtomicLattice * | vLattice | ) |
Definition at line 59 of file XLogicalBase.cc.
References fLattice.
Referenced by XLogicalBase().
|
private |
Definition at line 43 of file XLogicalBase.hh.
Referenced by GetElement(), and SetElement().
|
private |
Definition at line 42 of file XLogicalBase.hh.
Referenced by GetLattice(), and SetLattice().