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

#include <G4VDecayChannel.hh>

G4VDecayChannel에 대한 상속 다이어그램 :
G4DalitzDecayChannel G4GeneralPhaseSpaceDecay G4KL3DecayChannel G4MuonDecayChannel G4MuonRadiativeDecayChannelWithSpin G4NeutronBetaDecayChannel G4NuclearDecay G4PhaseSpaceDecayChannel G4PionRadiativeDecayChannel G4TauLeptonicDecayChannel

Public 멤버 함수

 G4VDecayChannel (const G4String &aName, G4int Verbose=1)
 
 G4VDecayChannel (const G4String &aName, const G4String &theParentName, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2="", const G4String &theDaughterName3="", const G4String &theDaughterName4="")
 
virtual ~G4VDecayChannel ()
 
G4int operator== (const G4VDecayChannel &right) const
 
G4int operator!= (const G4VDecayChannel &right) const
 
G4int operator< (const G4VDecayChannel &right) const
 
virtual G4DecayProductsDecayIt (G4double parentMass=-1.0)=0
 
const G4StringGetKinematicsName () const
 
G4double GetBR () const
 
G4int GetNumberOfDaughters () const
 
G4ParticleDefinitionGetParent ()
 
G4ParticleDefinitionGetDaughter (G4int anIndex)
 
G4int GetAngularMomentum ()
 
const G4StringGetParentName () const
 
const G4StringGetDaughterName (G4int anIndex) const
 
G4double GetParentMass () const
 
G4double GetDaughterMass (G4int anIndex) const
 
void SetParent (const G4ParticleDefinition *particle_type)
 
void SetParent (const G4String &particle_name)
 
void SetBR (G4double value)
 
void SetNumberOfDaughters (G4int value)
 
void SetDaughter (G4int anIndex, const G4ParticleDefinition *particle_type)
 
void SetDaughter (G4int anIndex, const G4String &particle_name)
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
void DumpInfo ()
 
G4double GetRangeMass () const
 
void SetRangeMass (G4double val)
 
virtual G4bool IsOKWithParentMass (G4double parentMass)
 
void SetPolarization (const G4ThreeVector &)
 
const G4ThreeVectorGetPolarization () const
 

Protected 멤버 함수

void ClearDaughtersName ()
 
void CheckAndFillDaughters ()
 
void CheckAndFillParent ()
 
 G4VDecayChannel ()
 
 G4VDecayChannel (const G4VDecayChannel &)
 
G4VDecayChanneloperator= (const G4VDecayChannel &)
 
G4double DynamicalMass (G4double massPDG, G4double width, G4double maxDev=+1.) const
 

Protected 속성

G4String kinematics_name
 
G4double rbranch
 
G4int numberOfDaughters
 
G4Stringparent_name
 
G4String ** daughters_name
 
G4double rangeMass
 
G4ThreeVector parent_polarization
 
G4ParticleTableparticletable
 
G4int verboseLevel
 
G4ParticleDefinitionG4MT_parent
 
G4ParticleDefinition ** G4MT_daughters
 
G4double G4MT_parent_mass
 
G4doubleG4MT_daughters_mass
 
G4doubleG4MT_daughters_width
 
G4Mutex daughtersMutex
 
G4Mutex parentMutex
 

정적 Protected 속성

static const G4String noName = " "
 

Private 멤버 함수

void FillDaughters ()
 
void FillParent ()
 
const G4StringGetNoName () const
 

상세한 설명

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

생성자 & 소멸자 문서화

G4VDecayChannel::G4VDecayChannel ( const G4String aName,
G4int  Verbose = 1 
)
G4VDecayChannel::G4VDecayChannel ( const G4String aName,
const G4String theParentName,
G4double  theBR,
G4int  theNumberOfDaughters,
const G4String theDaughterName1,
const G4String theDaughterName2 = "",
const G4String theDaughterName3 = "",
const G4String theDaughterName4 = "" 
)
G4VDecayChannel::~G4VDecayChannel ( )
virtual

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

다음을 참조함 : ClearDaughtersName(), daughtersMutex, G4MT_daughters_mass, G4MT_daughters_width, G4MUTEXDESTROY, parent_name, parentMutex.

G4VDecayChannel::G4VDecayChannel ( )
protected
G4VDecayChannel::G4VDecayChannel ( const G4VDecayChannel right)
protected

멤버 함수 문서화

void G4VDecayChannel::CheckAndFillDaughters ( )
inlineprotected
void G4VDecayChannel::CheckAndFillParent ( )
inlineprotected
void G4VDecayChannel::ClearDaughtersName ( )
protected
virtual G4DecayProducts* G4VDecayChannel::DecayIt ( G4double  parentMass = -1.0)
pure virtual
void G4VDecayChannel::DumpInfo ( )
G4double G4VDecayChannel::DynamicalMass ( G4double  massPDG,
G4double  width,
G4double  maxDev = +1. 
) const
protected

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

다음을 참조함 : G4UniformRand, rangeMass, width, x, y.

다음에 의해서 참조됨 : G4PhaseSpaceDecayChannel::ThreeBodyDecayIt(), G4PhaseSpaceDecayChannel::TwoBodyDecayIt().

void G4VDecayChannel::FillDaughters ( )
private
void G4VDecayChannel::FillParent ( )
private
G4int G4VDecayChannel::GetAngularMomentum ( )
G4double G4VDecayChannel::GetBR ( ) const
inline
G4ParticleDefinition * G4VDecayChannel::GetDaughter ( G4int  anIndex)
inline
G4double G4VDecayChannel::GetDaughterMass ( G4int  anIndex) const
inline

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

다음을 참조함 : G4cout, G4endl, G4MT_daughters_mass, numberOfDaughters, verboseLevel.

const G4String & G4VDecayChannel::GetDaughterName ( G4int  anIndex) const
inline
const G4String & G4VDecayChannel::GetKinematicsName ( ) const
inline

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

다음을 참조함 : kinematics_name.

다음에 의해서 참조됨 : G4TextPPReporter::GeneratePropertyTable(), G4HtmlPPReporter::GeneratePropertyTable().

const G4String & G4VDecayChannel::GetNoName ( ) const
private

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

다음을 참조함 : noName.

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

G4int G4VDecayChannel::GetNumberOfDaughters ( ) const
inline
G4ParticleDefinition * G4VDecayChannel::GetParent ( )
inline

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

다음을 참조함 : CheckAndFillParent(), G4MT_parent.

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

G4double G4VDecayChannel::GetParentMass ( ) const
inline

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

다음을 참조함 : G4MT_parent_mass.

const G4String & G4VDecayChannel::GetParentName ( ) const
inline
const G4ThreeVector & G4VDecayChannel::GetPolarization ( ) const
inline

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

다음을 참조함 : parent_polarization.

G4double G4VDecayChannel::GetRangeMass ( ) const
inline

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

다음을 참조함 : rangeMass.

G4int G4VDecayChannel::GetVerboseLevel ( ) const
inline
G4bool G4VDecayChannel::IsOKWithParentMass ( G4double  parentMass)
virtual
G4int G4VDecayChannel::operator!= ( const G4VDecayChannel right) const
inline

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

G4int G4VDecayChannel::operator< ( const G4VDecayChannel right) const
inline

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

다음을 참조함 : rbranch.

G4VDecayChannel & G4VDecayChannel::operator= ( const G4VDecayChannel right)
protected
G4int G4VDecayChannel::operator== ( const G4VDecayChannel right) const
inline

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

void G4VDecayChannel::SetBR ( G4double  value)
void G4VDecayChannel::SetDaughter ( G4int  anIndex,
const G4ParticleDefinition particle_type 
)
void G4VDecayChannel::SetDaughter ( G4int  anIndex,
const G4String particle_name 
)

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

다음을 참조함 : daughters_name, FatalException, G4cout, G4endl, G4Exception(), G4MT_daughters, numberOfDaughters, verboseLevel.

void G4VDecayChannel::SetNumberOfDaughters ( G4int  value)
void G4VDecayChannel::SetParent ( const G4ParticleDefinition particle_type)
void G4VDecayChannel::SetParent ( const G4String particle_name)
inline

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

다음을 참조함 : G4MT_parent, parent_name.

void G4VDecayChannel::SetPolarization ( const G4ThreeVector polar)
inline

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

다음을 참조함 : parent_polarization.

다음에 의해서 참조됨 : G4DecayWithSpin::AtRestDoIt(), G4DecayWithSpin::PostStepDoIt().

void G4VDecayChannel::SetRangeMass ( G4double  val)
inline

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

다음을 참조함 : rangeMass.

void G4VDecayChannel::SetVerboseLevel ( G4int  value)
inline

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

다음을 참조함 : verboseLevel.

다음에 의해서 참조됨 : G4Decay::DecayIt(), G4MuonicAtomDecay::DecayIt().

멤버 데이타 문서화

G4String** G4VDecayChannel::daughters_name
protected
G4Mutex G4VDecayChannel::daughtersMutex
protected

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

다음에 의해서 참조됨 : CheckAndFillDaughters(), ClearDaughtersName(), FillDaughters(), G4VDecayChannel(), operator=(), ~G4VDecayChannel().

G4ParticleDefinition** G4VDecayChannel::G4MT_daughters
protected
G4double* G4VDecayChannel::G4MT_daughters_mass
protected
G4double* G4VDecayChannel::G4MT_daughters_width
protected
G4ParticleDefinition* G4VDecayChannel::G4MT_parent
protected
G4double G4VDecayChannel::G4MT_parent_mass
protected

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

다음에 의해서 참조됨 : G4PhaseSpaceDecayChannel::DecayIt(), FillParent(), G4VDecayChannel(), GetParentMass(), operator=().

G4String G4VDecayChannel::kinematics_name
protected
const G4String G4VDecayChannel::noName = " "
staticprotected

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

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

G4int G4VDecayChannel::numberOfDaughters
protected
G4String* G4VDecayChannel::parent_name
protected
G4ThreeVector G4VDecayChannel::parent_polarization
protected
G4Mutex G4VDecayChannel::parentMutex
protected

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

다음에 의해서 참조됨 : CheckAndFillParent(), FillParent(), G4VDecayChannel(), operator=(), ~G4VDecayChannel().

G4ParticleTable* G4VDecayChannel::particletable
protected

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

다음에 의해서 참조됨 : FillDaughters(), FillParent(), G4VDecayChannel(), operator=().

G4double G4VDecayChannel::rangeMass
protected
G4double G4VDecayChannel::rbranch
protected
G4int G4VDecayChannel::verboseLevel
protected

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