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

#include <GammaRayTelCalorimeterHit.hh>

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

Public 멤버 함수

 GammaRayTelCalorimeterHit ()
 
 ~GammaRayTelCalorimeterHit ()
 
 GammaRayTelCalorimeterHit (const GammaRayTelCalorimeterHit &)
 
const GammaRayTelCalorimeterHitoperator= (const GammaRayTelCalorimeterHit &)
 
int operator== (const GammaRayTelCalorimeterHit &) const
 
voidoperator new (size_t)
 
void operator delete (void *)
 
void Draw ()
 
void Print ()
 
void AddEnergy (G4double de)
 
void SetCALBarNumber (G4int i)
 
void SetCALPlaneNumber (G4int i)
 
void SetCALType (G4int i)
 
void SetPos (G4ThreeVector xyz)
 
G4double GetEdepCAL ()
 
G4int GetCALBarNumber ()
 
G4int GetCALPlaneNumber ()
 
G4int GetCALType ()
 
G4ThreeVector GetPos ()
 
G4int operator== (const G4VHit &right) const
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 

Private 속성

G4double EdepCAL
 
G4ThreeVector pos
 
G4int CALBarNumber
 
G4int CALPlaneNumber
 
G4int IsCALPlane
 

상세한 설명

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

생성자 & 소멸자 문서화

GammaRayTelCalorimeterHit::GammaRayTelCalorimeterHit ( )

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

다음을 참조함 : CALBarNumber, CALPlaneNumber, EdepCAL, IsCALPlane, pos.

GammaRayTelCalorimeterHit::~GammaRayTelCalorimeterHit ( )

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

GammaRayTelCalorimeterHit::GammaRayTelCalorimeterHit ( const GammaRayTelCalorimeterHit right)

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

다음을 참조함 : CALBarNumber, CALPlaneNumber, EdepCAL, IsCALPlane, pos.

멤버 함수 문서화

void GammaRayTelCalorimeterHit::AddEnergy ( G4double  de)
inline

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

다음을 참조함 : EdepCAL.

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

virtual std::vector<G4AttValue>* G4VHit::CreateAttValues ( ) const
inlinevirtualinherited
void GammaRayTelCalorimeterHit::Draw ( )
virtual

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

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

virtual const std::map<G4String,G4AttDef>* G4VHit::GetAttDefs ( ) const
inlinevirtualinherited
G4int GammaRayTelCalorimeterHit::GetCALBarNumber ( )
inline

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

다음을 참조함 : CALBarNumber.

G4int GammaRayTelCalorimeterHit::GetCALPlaneNumber ( )
inline

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

다음을 참조함 : CALPlaneNumber.

G4int GammaRayTelCalorimeterHit::GetCALType ( )
inline

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

다음을 참조함 : IsCALPlane.

G4double GammaRayTelCalorimeterHit::GetEdepCAL ( )
inline

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

다음을 참조함 : EdepCAL.

G4ThreeVector GammaRayTelCalorimeterHit::GetPos ( )
inline

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

다음을 참조함 : pos.

void GammaRayTelCalorimeterHit::operator delete ( void aHit)
inline

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

다음을 참조함 : GammaRayTelCalorimeterHitAllocator.

void * GammaRayTelCalorimeterHit::operator new ( size_t  )
inline

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

다음을 참조함 : GammaRayTelCalorimeterHitAllocator.

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

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

다음을 참조함 : CALBarNumber, CALPlaneNumber, EdepCAL, IsCALPlane, pos.

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

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

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

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

다음을 참조함 : CALBarNumber, CALPlaneNumber, EdepCAL, IsCALPlane, pos.

void GammaRayTelCalorimeterHit::Print ( void  )
virtual

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

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

void GammaRayTelCalorimeterHit::SetCALBarNumber ( G4int  i)
inline

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

다음을 참조함 : CALBarNumber.

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

void GammaRayTelCalorimeterHit::SetCALPlaneNumber ( G4int  i)
inline

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

다음을 참조함 : CALPlaneNumber.

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

void GammaRayTelCalorimeterHit::SetCALType ( G4int  i)
inline

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

다음을 참조함 : IsCALPlane.

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

void GammaRayTelCalorimeterHit::SetPos ( G4ThreeVector  xyz)
inline

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

다음을 참조함 : pos.

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

멤버 데이타 문서화

G4int GammaRayTelCalorimeterHit::CALBarNumber
private

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

다음에 의해서 참조됨 : GammaRayTelCalorimeterHit(), GetCALBarNumber(), operator=(), operator==(), SetCALBarNumber().

G4int GammaRayTelCalorimeterHit::CALPlaneNumber
private

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

다음에 의해서 참조됨 : GammaRayTelCalorimeterHit(), GetCALPlaneNumber(), operator=(), operator==(), SetCALPlaneNumber().

G4double GammaRayTelCalorimeterHit::EdepCAL
private

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

다음에 의해서 참조됨 : AddEnergy(), GammaRayTelCalorimeterHit(), GetEdepCAL(), operator=(), operator==().

G4int GammaRayTelCalorimeterHit::IsCALPlane
private

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

다음에 의해서 참조됨 : GammaRayTelCalorimeterHit(), GetCALType(), operator=(), operator==(), SetCALType().

G4ThreeVector GammaRayTelCalorimeterHit::pos
private

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

다음에 의해서 참조됨 : GammaRayTelCalorimeterHit(), GetPos(), operator=(), operator==(), SetPos().


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