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

#include <G4InuclParticle.hh>

G4InuclParticle에 대한 상속 다이어그램 :
G4InuclElementaryParticle G4InuclNuclei

Public 타입

enum  Model {
  DefaultModel, bullet, target, EPCollider,
  INCascader, NonEquilib, Equilib, Fissioner,
  BigBanger, PreCompound, Coalescence
}
 

Public 멤버 함수

 G4InuclParticle ()
 
 G4InuclParticle (const G4DynamicParticle &dynPart, Model model=DefaultModel)
 
 G4InuclParticle (const G4LorentzVector &mom, Model model=DefaultModel)
 
virtual ~G4InuclParticle ()
 
 G4InuclParticle (const G4InuclParticle &right)
 
G4InuclParticleoperator= (const G4InuclParticle &right)
 
bool operator== (const G4InuclParticle &right)
 
bool operator!= (const G4InuclParticle &right)
 
void setEnergy ()
 
void setMomentum (const G4LorentzVector &mom)
 
void setKineticEnergy (G4double ekin)
 
void setMass (G4double mass)
 
G4double getMass () const
 
G4double getCharge () const
 
G4double getKineticEnergy () const
 
G4double getEnergy () const
 
G4double getMomModule () const
 
G4LorentzVector getMomentum () const
 
virtual void print (std::ostream &os) const
 
const G4ParticleDefinitiongetDefinition () const
 
const G4DynamicParticlegetDynamicParticle () const
 
void setModel (Model model)
 
Model getModel () const
 

Protected 멤버 함수

 G4InuclParticle (const G4ParticleDefinition *pd, Model model=DefaultModel)
 
 G4InuclParticle (const G4ParticleDefinition *pd, const G4LorentzVector &mom, Model model=DefaultModel)
 
 G4InuclParticle (const G4ParticleDefinition *pd, G4double ekin, Model model=DefaultModel)
 
void setDefinition (const G4ParticleDefinition *pd)
 

Private 속성

G4DynamicParticle pDP
 
Model modelId
 

상세한 설명

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

멤버 열거형 문서화

열거형 멤버
DefaultModel 
bullet 
target 
EPCollider 
INCascader 
NonEquilib 
Equilib 
Fissioner 
BigBanger 
PreCompound 
Coalescence 

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

생성자 & 소멸자 문서화

G4InuclParticle::G4InuclParticle ( )
inline

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

G4InuclParticle::G4InuclParticle ( const G4DynamicParticle dynPart,
Model  model = DefaultModel 
)
inline

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

G4InuclParticle::G4InuclParticle ( const G4LorentzVector mom,
Model  model = DefaultModel 
)
inline

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

다음을 참조함 : CLHEP::GeV, CLHEP::MeV, pDP, G4DynamicParticle::Set4Momentum().

virtual G4InuclParticle::~G4InuclParticle ( )
inlinevirtual

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

G4InuclParticle::G4InuclParticle ( const G4InuclParticle right)
inline

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

G4InuclParticle::G4InuclParticle ( const G4ParticleDefinition pd,
Model  model = DefaultModel 
)
inlineexplicitprotected

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

다음을 참조함 : setDefinition().

G4InuclParticle::G4InuclParticle ( const G4ParticleDefinition pd,
const G4LorentzVector mom,
G4InuclParticle::Model  model = DefaultModel 
)
protected

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

다음을 참조함 : setDefinition(), setMomentum().

G4InuclParticle::G4InuclParticle ( const G4ParticleDefinition pd,
G4double  ekin,
Model  model = DefaultModel 
)
inlineprotected

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

멤버 함수 문서화

G4double G4InuclParticle::getCharge ( ) const
inline
const G4ParticleDefinition* G4InuclParticle::getDefinition ( ) const
inline
const G4DynamicParticle& G4InuclParticle::getDynamicParticle ( ) const
inline

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

다음을 참조함 : pDP.

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

G4double G4InuclParticle::getEnergy ( ) const
inline
G4double G4InuclParticle::getKineticEnergy ( ) const
inline
G4double G4InuclParticle::getMass ( ) const
inline
Model G4InuclParticle::getModel ( ) const
inline

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

다음을 참조함 : modelId.

G4LorentzVector G4InuclParticle::getMomentum ( ) const
inline
G4double G4InuclParticle::getMomModule ( ) const
inline

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

다음을 참조함 : G4DynamicParticle::GetTotalMomentum(), CLHEP::GeV, CLHEP::MeV, pDP.

다음에 의해서 참조됨 : G4ElementaryParticleCollider::collide(), G4ParticleLargerBeta::operator()().

bool G4InuclParticle::operator!= ( const G4InuclParticle right)
inline

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

다음을 참조함 : operator==().

G4InuclParticle & G4InuclParticle::operator= ( const G4InuclParticle right)

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

다음을 참조함 : modelId, pDP.

다음에 의해서 참조됨 : G4InuclElementaryParticle::operator=(), G4InuclNuclei::operator=().

bool G4InuclParticle::operator== ( const G4InuclParticle right)
inline

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

다음을 참조함 : pDP.

다음에 의해서 참조됨 : operator!=().

void G4InuclParticle::print ( std::ostream &  os) const
virtual
void G4InuclParticle::setDefinition ( const G4ParticleDefinition pd)
protected

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

다음을 참조함 : pDP, G4DynamicParticle::SetDefinition().

다음에 의해서 참조됨 : G4InuclNuclei::clear(), G4InuclNuclei::fill(), G4InuclParticle().

void G4InuclParticle::setEnergy ( )
inline

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

void G4InuclParticle::setKineticEnergy ( G4double  ekin)
inline

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

다음을 참조함 : CLHEP::GeV, CLHEP::MeV, pDP, G4DynamicParticle::SetKineticEnergy().

다음에 의해서 참조됨 : G4InuclNuclei::fill(), G4InuclNuclei::setExitationEnergy().

void G4InuclParticle::setMass ( G4double  mass)
inline

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

다음을 참조함 : CLHEP::GeV, CLHEP::MeV, pDP, G4DynamicParticle::SetMass().

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

void G4InuclParticle::setModel ( Model  model)
inline

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

다음을 참조함 : modelId.

다음에 의해서 참조됨 : G4InuclNuclei::clear(), G4NonEquilibriumEvaporator::deExcite(), G4InuclNuclei::fill().

void G4InuclParticle::setMomentum ( const G4LorentzVector mom)

멤버 데이타 문서화

Model G4InuclParticle::modelId
private

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

다음에 의해서 참조됨 : getModel(), operator=(), print(), setModel().

G4DynamicParticle G4InuclParticle::pDP
private

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