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

#include <G4SmoothTrajectory.hh>

G4SmoothTrajectory에 대한 상속 다이어그램 :
G4VTrajectory

Public 멤버 함수

 G4SmoothTrajectory ()
 
 G4SmoothTrajectory (const G4Track *aTrack)
 
 G4SmoothTrajectory (G4SmoothTrajectory &)
 
virtual ~G4SmoothTrajectory ()
 
voidoperator new (size_t)
 
void operator delete (void *)
 
int operator== (const G4SmoothTrajectory &right) const
 
G4int GetTrackID () const
 
G4int GetParentID () const
 
G4String GetParticleName () const
 
G4double GetCharge () const
 
G4int GetPDGEncoding () const
 
G4double GetInitialKineticEnergy () const
 
G4ThreeVector GetInitialMomentum () const
 
virtual void ShowTrajectory (std::ostream &os=G4cout) const
 
virtual void DrawTrajectory () const
 
virtual void AppendStep (const G4Step *aStep)
 
virtual int GetPointEntries () const
 
virtual G4VTrajectoryPointGetPoint (G4int i) const
 
virtual void MergeTrajectory (G4VTrajectory *secondTrajectory)
 
G4ParticleDefinitionGetParticleDefinition ()
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 
G4bool operator== (const G4VTrajectory &right) const
 

Private 멤버 함수

G4SmoothTrajectoryoperator= (const G4SmoothTrajectory &)
 

Private 속성

TrajectoryPointContainerpositionRecord
 
G4int fTrackID
 
G4int fParentID
 
G4int PDGEncoding
 
G4double PDGCharge
 
G4String ParticleName
 
G4double initialKineticEnergy
 
G4ThreeVector initialMomentum
 

상세한 설명

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

생성자 & 소멸자 문서화

G4SmoothTrajectory::G4SmoothTrajectory ( )

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

G4SmoothTrajectory::G4SmoothTrajectory ( const G4Track aTrack)
G4SmoothTrajectory::G4SmoothTrajectory ( G4SmoothTrajectory right)

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

다음을 참조함 : fParentID, fTrackID, initialKineticEnergy, initialMomentum, ParticleName, PDGCharge, PDGEncoding, positionRecord.

G4SmoothTrajectory::~G4SmoothTrajectory ( )
virtual

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

다음을 참조함 : positionRecord.

멤버 함수 문서화

void G4SmoothTrajectory::AppendStep ( const G4Step aStep)
virtual
std::vector< G4AttValue > * G4SmoothTrajectory::CreateAttValues ( ) const
virtual
void G4SmoothTrajectory::DrawTrajectory ( ) const
virtual

G4VTrajectory(으)로부터 재구현되었습니다.

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

다음을 참조함 : G4VTrajectory::DrawTrajectory().

const std::map< G4String, G4AttDef > * G4SmoothTrajectory::GetAttDefs ( ) const
virtual

G4VTrajectory(으)로부터 재구현되었습니다.

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

다음을 참조함 : G4AttDefStore::GetInstance().

다음에 의해서 참조됨 : CreateAttValues(), G4VisCommandList::SetNewValue(), G4VisCommandSceneAddTrajectories::SetNewValue().

G4double G4SmoothTrajectory::GetCharge ( ) const
inlinevirtual

G4VTrajectory를 구현.

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

다음을 참조함 : PDGCharge.

G4double G4SmoothTrajectory::GetInitialKineticEnergy ( ) const
inline

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

다음을 참조함 : initialKineticEnergy.

G4ThreeVector G4SmoothTrajectory::GetInitialMomentum ( ) const
inlinevirtual

G4VTrajectory를 구현.

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

다음을 참조함 : initialMomentum.

G4int G4SmoothTrajectory::GetParentID ( ) const
inlinevirtual

G4VTrajectory를 구현.

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

다음을 참조함 : fParentID.

G4ParticleDefinition * G4SmoothTrajectory::GetParticleDefinition ( void  )

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

다음을 참조함 : G4ParticleTable::GetParticleTable(), ParticleName.

G4String G4SmoothTrajectory::GetParticleName ( ) const
inlinevirtual

G4VTrajectory를 구현.

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

다음을 참조함 : ParticleName.

G4int G4SmoothTrajectory::GetPDGEncoding ( ) const
inlinevirtual

G4VTrajectory를 구현.

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

다음을 참조함 : PDGEncoding.

virtual G4VTrajectoryPoint* G4SmoothTrajectory::GetPoint ( G4int  i) const
inlinevirtual

G4VTrajectory를 구현.

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

다음을 참조함 : positionRecord.

virtual int G4SmoothTrajectory::GetPointEntries ( ) const
inlinevirtual

G4VTrajectory를 구현.

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

다음을 참조함 : positionRecord.

다음에 의해서 참조됨 : CreateAttValues(), MergeTrajectory().

G4int G4SmoothTrajectory::GetTrackID ( ) const
inlinevirtual

G4VTrajectory를 구현.

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

다음을 참조함 : fTrackID.

void G4SmoothTrajectory::MergeTrajectory ( G4VTrajectory secondTrajectory)
virtual

G4VTrajectory를 구현.

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

다음을 참조함 : GetPointEntries(), positionRecord.

void G4SmoothTrajectory::operator delete ( void aTrajectory)
inline

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

다음을 참조함 : aSmoothTrajectoryAllocator().

void * G4SmoothTrajectory::operator new ( size_t  )
inline

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

다음을 참조함 : aSmoothTrajectoryAllocator().

G4SmoothTrajectory& G4SmoothTrajectory::operator= ( const G4SmoothTrajectory )
private
G4bool G4VTrajectory::operator== ( const G4VTrajectory right) const
inherited

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

int G4SmoothTrajectory::operator== ( const G4SmoothTrajectory right) const
inline

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

void G4SmoothTrajectory::ShowTrajectory ( std::ostream &  os = G4cout) const
virtual

G4VTrajectory(으)로부터 재구현되었습니다.

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

다음을 참조함 : G4VTrajectory::ShowTrajectory().

멤버 데이타 문서화

G4int G4SmoothTrajectory::fParentID
private

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

다음에 의해서 참조됨 : CreateAttValues(), G4SmoothTrajectory(), GetParentID().

G4int G4SmoothTrajectory::fTrackID
private

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

다음에 의해서 참조됨 : CreateAttValues(), G4SmoothTrajectory(), GetTrackID().

G4double G4SmoothTrajectory::initialKineticEnergy
private

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

다음에 의해서 참조됨 : CreateAttValues(), G4SmoothTrajectory(), GetInitialKineticEnergy().

G4ThreeVector G4SmoothTrajectory::initialMomentum
private

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

다음에 의해서 참조됨 : CreateAttValues(), G4SmoothTrajectory(), GetInitialMomentum().

G4String G4SmoothTrajectory::ParticleName
private

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

다음에 의해서 참조됨 : CreateAttValues(), G4SmoothTrajectory(), GetParticleDefinition(), GetParticleName().

G4double G4SmoothTrajectory::PDGCharge
private

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

다음에 의해서 참조됨 : CreateAttValues(), G4SmoothTrajectory(), GetCharge().

G4int G4SmoothTrajectory::PDGEncoding
private

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

다음에 의해서 참조됨 : CreateAttValues(), G4SmoothTrajectory(), GetPDGEncoding().

TrajectoryPointContainer* G4SmoothTrajectory::positionRecord
private

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

다음에 의해서 참조됨 : AppendStep(), G4SmoothTrajectory(), GetPoint(), GetPointEntries(), MergeTrajectory(), ~G4SmoothTrajectory().


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