Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Private 속성 | 모든 멤버 목록
G4ChargeState 클래스 참조

#include <G4ChargeState.hh>

Public 멤버 함수

 G4ChargeState (G4double charge, G4double magnetic_dipole_moment, G4double pdgSpin, G4double electric_dipole_moment=0.0, G4double magnetic_charge=0.0)
 
 G4ChargeState (const G4ChargeState &right)
 
G4ChargeStateoperator= (const G4ChargeState &right)
 
void SetChargeSpinMoments (G4double charge, G4double pdgSpin, G4double magnetic_dipole_moment=DBL_MAX, G4double electric_dipole_moment=DBL_MAX, G4double magnetic_charge=DBL_MAX)
 
void SetCharge (G4double charge)
 
G4double GetCharge () const
 
void SetPDGSpin (G4double spin)
 
G4double GetPDGSpin () const
 
void SetMagneticDipoleMoment (G4double moment)
 
G4double GetMagneticDipoleMoment () const
 
void SetElectricDipoleMoment (G4double moment)
 
G4double ElectricDipoleMoment () const
 
void SetMagneticCharge (G4double charge)
 
G4double MagneticCharge () const
 
void SetChargeMdm (G4double charge, G4double mag_dipole_moment)
 
void SetChargeMdmSpin (G4double charge, G4double magnetic_dipole_moment, G4double pdgSpin)
 
void SetChargeSpin (G4double charge, G4double pdgSpin)
 
void SetChargeDipoleMoments (G4double charge, G4double magnetic_dipole_moment, G4double electric_dipole_moment)
 
void SetChargesAndMoments (G4double charge, G4double magnetic_dipole_moment, G4double electric_dipole_moment, G4double magnetic_charge)
 
void SetSpin (G4double spin)
 
G4double GetSpin () const
 

Private 속성

G4double fCharge
 
G4double fSpin
 
G4double fMagn_dipole
 
G4double fElec_dipole
 
G4double fMagneticCharge
 

상세한 설명

G4ChargeState.hh 파일의 44 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4ChargeState::G4ChargeState ( G4double  charge,
G4double  magnetic_dipole_moment,
G4double  pdgSpin,
G4double  electric_dipole_moment = 0.0,
G4double  magnetic_charge = 0.0 
)
inline

G4ChargeState.hh 파일의 122 번째 라인에서 정의되었습니다.

다음을 참조함 : fCharge, fElec_dipole, fMagn_dipole, fMagneticCharge, fSpin.

G4ChargeState::G4ChargeState ( const G4ChargeState right)
inline

G4ChargeState.hh 파일의 135 번째 라인에서 정의되었습니다.

다음을 참조함 : fCharge, fElec_dipole, fMagn_dipole, fMagneticCharge, fSpin.

멤버 함수 문서화

G4double G4ChargeState::ElectricDipoleMoment ( ) const
inline

G4ChargeState.hh 파일의 77 번째 라인에서 정의되었습니다.

다음을 참조함 : fElec_dipole.

G4double G4ChargeState::GetCharge ( ) const
inline
G4double G4ChargeState::GetMagneticDipoleMoment ( ) const
inline
G4double G4ChargeState::GetPDGSpin ( ) const
inline

G4ChargeState.hh 파일의 71 번째 라인에서 정의되었습니다.

다음을 참조함 : fSpin.

다음에 의해서 참조됨 : G4FieldTrack::GetPDGSpin(), GetSpin().

G4double G4ChargeState::GetSpin ( ) const
inline
G4double G4ChargeState::MagneticCharge ( ) const
inline

G4ChargeState.hh 파일의 80 번째 라인에서 정의되었습니다.

다음을 참조함 : fMagneticCharge.

다음에 의해서 참조됨 : G4MonopoleEquation::SetChargeMomentumMass().

G4ChargeState & G4ChargeState::operator= ( const G4ChargeState right)
inline

G4ChargeState.hh 파일의 144 번째 라인에서 정의되었습니다.

다음을 참조함 : fCharge, fElec_dipole, fMagn_dipole, fMagneticCharge, fSpin.

void G4ChargeState::SetCharge ( G4double  charge)
inline

G4ChargeState.hh 파일의 64 번째 라인에서 정의되었습니다.

다음을 참조함 : fCharge.

다음에 의해서 참조됨 : SetChargeMdm(), SetChargeSpin().

void G4ChargeState::SetChargeDipoleMoments ( G4double  charge,
G4double  magnetic_dipole_moment,
G4double  electric_dipole_moment 
)
inline

G4ChargeState.hh 파일의 179 번째 라인에서 정의되었습니다.

다음을 참조함 : SetChargeMdm(), SetElectricDipoleMoment().

다음에 의해서 참조됨 : SetChargesAndMoments().

void G4ChargeState::SetChargeMdm ( G4double  charge,
G4double  mag_dipole_moment 
)
inline

G4ChargeState.hh 파일의 157 번째 라인에서 정의되었습니다.

다음을 참조함 : SetCharge(), SetMagneticDipoleMoment().

다음에 의해서 참조됨 : SetChargeDipoleMoments(), SetChargeMdmSpin().

void G4ChargeState::SetChargeMdmSpin ( G4double  charge,
G4double  magnetic_dipole_moment,
G4double  pdgSpin 
)
inline

G4ChargeState.hh 파일의 163 번째 라인에서 정의되었습니다.

다음을 참조함 : SetChargeMdm(), SetPDGSpin().

void G4ChargeState::SetChargesAndMoments ( G4double  charge,
G4double  magnetic_dipole_moment,
G4double  electric_dipole_moment,
G4double  magnetic_charge 
)
inline

G4ChargeState.hh 파일의 188 번째 라인에서 정의되었습니다.

다음을 참조함 : SetChargeDipoleMoments(), SetMagneticCharge().

다음에 의해서 참조됨 : G4FieldTrack::SetChargeAndMoments().

void G4ChargeState::SetChargeSpin ( G4double  charge,
G4double  pdgSpin 
)
inline

G4ChargeState.hh 파일의 171 번째 라인에서 정의되었습니다.

다음을 참조함 : SetCharge(), SetPDGSpin().

void G4ChargeState::SetChargeSpinMoments ( G4double  charge,
G4double  pdgSpin,
G4double  magnetic_dipole_moment = DBL_MAX,
G4double  electric_dipole_moment = DBL_MAX,
G4double  magnetic_charge = DBL_MAX 
)

G4ChargeState.cc 파일의 38 번째 라인에서 정의되었습니다.

다음을 참조함 : DBL_MAX, fCharge, fElec_dipole, fMagn_dipole, fMagneticCharge, fSpin.

void G4ChargeState::SetElectricDipoleMoment ( G4double  moment)
inline

G4ChargeState.hh 파일의 76 번째 라인에서 정의되었습니다.

다음을 참조함 : fElec_dipole.

다음에 의해서 참조됨 : SetChargeDipoleMoments().

void G4ChargeState::SetMagneticCharge ( G4double  charge)
inline

G4ChargeState.hh 파일의 79 번째 라인에서 정의되었습니다.

다음을 참조함 : fMagneticCharge.

다음에 의해서 참조됨 : SetChargesAndMoments().

void G4ChargeState::SetMagneticDipoleMoment ( G4double  moment)
inline

G4ChargeState.hh 파일의 73 번째 라인에서 정의되었습니다.

다음을 참조함 : fMagn_dipole.

다음에 의해서 참조됨 : SetChargeMdm().

void G4ChargeState::SetPDGSpin ( G4double  spin)
inline

G4ChargeState.hh 파일의 70 번째 라인에서 정의되었습니다.

다음을 참조함 : fSpin.

다음에 의해서 참조됨 : G4FieldTrack::G4FieldTrack(), SetChargeMdmSpin(), SetChargeSpin(), G4FieldTrack::SetPDGSpin(), SetSpin().

void G4ChargeState::SetSpin ( G4double  spin)
inline

G4ChargeState.hh 파일의 108 번째 라인에서 정의되었습니다.

다음을 참조함 : SetPDGSpin().

멤버 데이타 문서화

G4double G4ChargeState::fCharge
private

G4ChargeState.hh 파일의 113 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4ChargeState(), GetCharge(), operator=(), SetCharge(), SetChargeSpinMoments().

G4double G4ChargeState::fElec_dipole
private

G4ChargeState.hh 파일의 116 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ElectricDipoleMoment(), G4ChargeState(), operator=(), SetChargeSpinMoments(), SetElectricDipoleMoment().

G4double G4ChargeState::fMagn_dipole
private

G4ChargeState.hh 파일의 115 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4ChargeState(), GetMagneticDipoleMoment(), operator=(), SetChargeSpinMoments(), SetMagneticDipoleMoment().

G4double G4ChargeState::fMagneticCharge
private

G4ChargeState.hh 파일의 117 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4ChargeState(), MagneticCharge(), operator=(), SetChargeSpinMoments(), SetMagneticCharge().

G4double G4ChargeState::fSpin
private

G4ChargeState.hh 파일의 114 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4ChargeState(), GetPDGSpin(), operator=(), SetChargeSpinMoments(), SetPDGSpin().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: