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

#include <G4ExcitedString.hh>

Public 타입

enum  { PROJECTILE = 1, TARGET = -1 }
 

Public 멤버 함수

 G4ExcitedString (G4Parton *Color, G4Parton *Gluon, G4Parton *AntiColor, G4int Direction=PROJECTILE)
 
 G4ExcitedString (G4Parton *Color, G4Parton *AntiColor, G4int Direction=PROJECTILE)
 
 G4ExcitedString (G4KineticTrack *atrack)
 
 ~G4ExcitedString ()
 
int operator== (const G4ExcitedString &right) const
 
int operator!= (const G4ExcitedString &right) const
 
G4double GetTimeOfCreation () const
 
void SetTimeOfCreation (G4double aTime)
 
const G4ThreeVectorGetPosition () const
 
void SetPosition (const G4ThreeVector &aPosition)
 
const G4PartonVectorGetPartonList () const
 
G4LorentzVector Get4Momentum () const
 
void LorentzRotate (const G4LorentzRotation &rotation)
 
void InsertParton (G4Parton *aParton, const G4Parton *addafter=NULL)
 
G4LorentzRotation TransformToCenterOfMass ()
 
G4LorentzRotation TransformToAlignedCms ()
 
void Boost (G4ThreeVector &Velocity)
 
G4PartonGetColorParton (void) const
 
G4PartonGetGluon (void) const
 
G4PartonGetAntiColorParton (void) const
 
G4PartonGetGluon (G4int GluonPos) const
 
G4KineticTrackGetKineticTrack () const
 
G4PartonGetLeftParton (void) const
 
G4PartonGetRightParton (void) const
 
G4bool IsItKinkyString (void) const
 
G4int GetDirection (void) const
 
G4bool IsExcited () const
 

Private 멤버 함수

 G4ExcitedString (const G4ExcitedString &right)
 
G4ExcitedStringoperator= (const G4ExcitedString &right)
 

Private 속성

G4int theDirection
 
G4double theTimeOfCreation
 
G4ThreeVector thePosition
 
G4PartonVector thePartons
 
G4KineticTracktheTrack
 

상세한 설명

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

멤버 열거형 문서화

anonymous enum
열거형 멤버
PROJECTILE 
TARGET 

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

생성자 & 소멸자 문서화

G4ExcitedString::G4ExcitedString ( G4Parton Color,
G4Parton Gluon,
G4Parton AntiColor,
G4int  Direction = PROJECTILE 
)

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

다음을 참조함 : G4Parton::GetPosition(), theDirection, thePartons, thePosition, theTimeOfCreation, theTrack.

G4ExcitedString::G4ExcitedString ( G4Parton Color,
G4Parton AntiColor,
G4int  Direction = PROJECTILE 
)

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

다음을 참조함 : G4Parton::GetPosition(), theDirection, thePartons, thePosition, theTimeOfCreation, theTrack.

G4ExcitedString::G4ExcitedString ( G4KineticTrack atrack)

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

다음을 참조함 : G4KineticTrack::GetFormationTime(), G4KineticTrack::GetPosition(), theDirection, thePosition, theTimeOfCreation, theTrack, track.

G4ExcitedString::~G4ExcitedString ( )

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

다음을 참조함 : thePartons, theTrack.

G4ExcitedString::G4ExcitedString ( const G4ExcitedString right)
private

멤버 함수 문서화

void G4ExcitedString::Boost ( G4ThreeVector Velocity)

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

다음을 참조함 : CLHEP::HepLorentzVector::boost(), thePartons.

G4LorentzVector G4ExcitedString::Get4Momentum ( ) const
inline
G4Parton * G4ExcitedString::GetAntiColorParton ( void  ) const

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

다음을 참조함 : G4Parton::GetPDGcode(), thePartons.

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

G4Parton * G4ExcitedString::GetColorParton ( void  ) const

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

다음을 참조함 : G4Parton::GetPDGcode(), thePartons.

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

G4int G4ExcitedString::GetDirection ( void  ) const
G4Parton * G4ExcitedString::GetGluon ( void  ) const

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

다음을 참조함 : thePartons.

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

G4Parton * G4ExcitedString::GetGluon ( G4int  GluonPos) const

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

다음을 참조함 : thePartons.

G4KineticTrack * G4ExcitedString::GetKineticTrack ( ) const
inline

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

다음을 참조함 : theTrack.

G4Parton * G4ExcitedString::GetLeftParton ( void  ) const
const G4PartonVector * G4ExcitedString::GetPartonList ( ) const
inline

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

다음을 참조함 : thePartons.

const G4ThreeVector & G4ExcitedString::GetPosition ( void  ) const
inline
G4Parton * G4ExcitedString::GetRightParton ( void  ) const
G4double G4ExcitedString::GetTimeOfCreation ( ) const
inline

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

다음을 참조함 : theTimeOfCreation.

다음에 의해서 참조됨 : G4LundStringFragmentation::FragmentString(), G4LundStringFragmentation::Loop_toFragmentString().

void G4ExcitedString::InsertParton ( G4Parton aParton,
const G4Parton addafter = NULL 
)
inline

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

다음을 참조함 : thePartons.

G4bool G4ExcitedString::IsExcited ( ) const
inline

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

다음을 참조함 : theTrack.

다음에 의해서 참조됨 : G4FTFModel::BuildStrings(), Get4Momentum(), LorentzRotate(), TransformToCenterOfMass().

G4bool G4ExcitedString::IsItKinkyString ( void  ) const

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

다음을 참조함 : thePartons.

void G4ExcitedString::LorentzRotate ( const G4LorentzRotation rotation)
inline

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

다음을 참조함 : Get4Momentum(), G4KineticTrack::Get4Momentum(), IsExcited(), G4KineticTrack::Set4Momentum(), thePartons, theTrack.

int G4ExcitedString::operator!= ( const G4ExcitedString right) const
inline

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

다음을 참조함 : right.

G4ExcitedString& G4ExcitedString::operator= ( const G4ExcitedString right)
private
int G4ExcitedString::operator== ( const G4ExcitedString right) const
inline

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

다음을 참조함 : right.

void G4ExcitedString::SetPosition ( const G4ThreeVector aPosition)
inline

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

다음을 참조함 : thePosition.

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

void G4ExcitedString::SetTimeOfCreation ( G4double  aTime)
inline

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

다음을 참조함 : theTimeOfCreation.

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

G4LorentzRotation G4ExcitedString::TransformToAlignedCms ( )
inline

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

다음을 참조함 : CLHEP::HepLorentzVector::boostVector(), Get4Momentum(), thePartons.

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

G4LorentzRotation G4ExcitedString::TransformToCenterOfMass ( )
inline

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

다음을 참조함 : CLHEP::HepLorentzVector::boostVector(), Get4Momentum(), IsExcited(), G4KineticTrack::Set4Momentum(), thePartons, theTrack.

멤버 데이타 문서화

G4int G4ExcitedString::theDirection
private

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

다음에 의해서 참조됨 : G4ExcitedString(), GetDirection().

G4PartonVector G4ExcitedString::thePartons
private
G4ThreeVector G4ExcitedString::thePosition
private

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

다음에 의해서 참조됨 : G4ExcitedString(), GetPosition(), SetPosition().

G4double G4ExcitedString::theTimeOfCreation
private

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

다음에 의해서 참조됨 : G4ExcitedString(), GetTimeOfCreation(), SetTimeOfCreation().

G4KineticTrack* G4ExcitedString::theTrack
private

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

다음에 의해서 참조됨 : G4ExcitedString(), Get4Momentum(), GetKineticTrack(), IsExcited(), LorentzRotate(), TransformToCenterOfMass(), ~G4ExcitedString().


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