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

#include <HadrontherapyDetectorHit.hh>

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

Public 멤버 함수

 HadrontherapyDetectorHit ()
 
 HadrontherapyDetectorHit (const HadrontherapyDetectorHit &)
 
virtual ~HadrontherapyDetectorHit ()
 
const HadrontherapyDetectorHitoperator= (const HadrontherapyDetectorHit &)
 
G4int operator== (const HadrontherapyDetectorHit &) const
 
voidoperator new (size_t)
 
void operator delete (void *)
 
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
 

상세한 설명

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

생성자 & 소멸자 문서화

HadrontherapyDetectorHit::HadrontherapyDetectorHit ( )

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

다음을 참조함 : energyDeposit.

HadrontherapyDetectorHit::HadrontherapyDetectorHit ( const HadrontherapyDetectorHit right)

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

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

HadrontherapyDetectorHit::~HadrontherapyDetectorHit ( )
virtual

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

멤버 함수 문서화

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

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

다음을 참조함 : energyDeposit.

G4int HadrontherapyDetectorHit::GetXID ( )
inline

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

다음을 참조함 : xHitID.

G4int HadrontherapyDetectorHit::GetYID ( )
inline

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

다음을 참조함 : yHitID.

G4int HadrontherapyDetectorHit::GetZID ( )
inline

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

다음을 참조함 : zHitID.

void HadrontherapyDetectorHit::operator delete ( void aHit)
inline

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

다음을 참조함 : HadrontherapyDetectorHitAllocator.

void * HadrontherapyDetectorHit::operator new ( size_t  )
inline

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

다음을 참조함 : HadrontherapyDetectorHitAllocator.

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

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

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

G4int HadrontherapyDetectorHit::operator== ( const HadrontherapyDetectorHit right) const

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

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

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

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

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

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

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

멤버 데이타 문서화

G4double HadrontherapyDetectorHit::energyDeposit
private

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

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

G4int HadrontherapyDetectorHit::xHitID
private

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

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

G4int HadrontherapyDetectorHit::yHitID
private

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

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

G4int HadrontherapyDetectorHit::zHitID
private

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

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


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