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

#include <IORTDetectorHit.hh>

IORTDetectorHit에 대한 상속 다이어그램 :
G4VHit

Public 멤버 함수

 IORTDetectorHit ()
 
 ~IORTDetectorHit ()
 
 IORTDetectorHit (const IORTDetectorHit &right)
 
const IORTDetectorHitoperator= (const IORTDetectorHit &right)
 
int operator== (const IORTDetectorHit &right) const
 
voidoperator new (size_t)
 
void operator delete (void *aHit)
 
G4int GetXID ()
 
G4int GetZID ()
 
G4int GetYID ()
 
G4double GetEdep ()
 
void SetEdepAndPosition (G4int xx, G4int yy, G4int zz, G4double eDep)
 
G4int operator== (const G4VHit &right) const
 
virtual void Draw ()
 
virtual void Print ()
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 

Private 속성

G4int xHitID
 
G4int zHitID
 
G4int yHitID
 
G4double energyDeposit
 

상세한 설명

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

생성자 & 소멸자 문서화

IORTDetectorHit::IORTDetectorHit ( )

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

다음을 참조함 : energyDeposit.

IORTDetectorHit::~IORTDetectorHit ( )

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

IORTDetectorHit::IORTDetectorHit ( const IORTDetectorHit right)

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

다음을 참조함 : energyDeposit, xHitID, yHitID, zHitID.

멤버 함수 문서화

virtual std::vector<G4AttValue>* G4VHit::CreateAttValues ( ) const
inlinevirtualinherited
void G4VHit::Draw ( )
virtualinherited
virtual const std::map<G4String,G4AttDef>* G4VHit::GetAttDefs ( ) const
inlinevirtualinherited
G4double IORTDetectorHit::GetEdep ( )
inline

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

다음을 참조함 : energyDeposit.

G4int IORTDetectorHit::GetXID ( )
inline

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

다음을 참조함 : xHitID.

G4int IORTDetectorHit::GetYID ( )
inline

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

다음을 참조함 : yHitID.

G4int IORTDetectorHit::GetZID ( )
inline

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

다음을 참조함 : zHitID.

void IORTDetectorHit::operator delete ( void aHit)
inline

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

다음을 참조함 : G4Allocator< Type >::FreeSingle().

void * IORTDetectorHit::operator new ( size_t  )
inline

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

다음을 참조함 : G4Allocator< Type >::MallocSingle().

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

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

다음을 참조함 : energyDeposit, xHitID, yHitID, zHitID.

G4int G4VHit::operator== ( const G4VHit right) const
inherited

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

int IORTDetectorHit::operator== ( const IORTDetectorHit right) const

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

다음을 참조함 : xHitID, yHitID, zHitID.

void G4VHit::Print ( void  )
virtualinherited
void IORTDetectorHit::SetEdepAndPosition ( G4int  xx,
G4int  yy,
G4int  zz,
G4double  eDep 
)
inline

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

다음을 참조함 : energyDeposit, xHitID, xx, yHitID, zHitID, zz.

멤버 데이타 문서화

G4double IORTDetectorHit::energyDeposit
private

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

다음에 의해서 참조됨 : GetEdep(), IORTDetectorHit(), operator=(), SetEdepAndPosition().

G4int IORTDetectorHit::xHitID
private

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

다음에 의해서 참조됨 : GetXID(), IORTDetectorHit(), operator=(), operator==(), SetEdepAndPosition().

G4int IORTDetectorHit::yHitID
private

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

다음에 의해서 참조됨 : GetYID(), IORTDetectorHit(), operator=(), operator==(), SetEdepAndPosition().

G4int IORTDetectorHit::zHitID
private

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

다음에 의해서 참조됨 : GetZID(), IORTDetectorHit(), operator=(), operator==(), SetEdepAndPosition().


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