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

#include <B5HodoscopeHit.hh>

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

Public 멤버 함수

 B5HodoscopeHit (G4int i, G4double t)
 
 B5HodoscopeHit (const B5HodoscopeHit &right)
 
virtual ~B5HodoscopeHit ()
 
const B5HodoscopeHitoperator= (const B5HodoscopeHit &right)
 
int operator== (const B5HodoscopeHit &right) const
 
voidoperator new (size_t)
 
void operator delete (void *aHit)
 
void Draw ()
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 
void Print ()
 
G4int GetID () const
 
void SetTime (G4double val)
 
G4double GetTime () const
 
void SetPos (G4ThreeVector xyz)
 
G4ThreeVector GetPos () const
 
void SetRot (G4RotationMatrix rmat)
 
G4RotationMatrix GetRot () const
 
void SetLogV (G4LogicalVolume *val)
 
const G4LogicalVolumeGetLogV () const
 
G4int operator== (const G4VHit &right) const
 

Private 속성

G4int fId
 
G4double fTime
 
G4ThreeVector fPos
 
G4RotationMatrix fRot
 
const G4LogicalVolumefPLogV
 

상세한 설명

Hodoscope hit

It records:

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

생성자 & 소멸자 문서화

B5HodoscopeHit::B5HodoscopeHit ( G4int  i,
G4double  t 
)

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

B5HodoscopeHit::B5HodoscopeHit ( const B5HodoscopeHit right)

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

B5HodoscopeHit::~B5HodoscopeHit ( )
virtual

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

멤버 함수 문서화

std::vector< G4AttValue > * B5HodoscopeHit::CreateAttValues ( ) const
virtual

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

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

다음을 참조함 : G4UIcommand::ConvertToString(), fId, fPLogV, fPos, fTime, G4BestUnit, G4LogicalVolume::GetName().

void B5HodoscopeHit::Draw ( )
virtual

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

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

다음을 참조함 : fPLogV, fPos, fRot, G4VVisManager::GetConcreteInstance(), G4LogicalVolume::GetVisAttributes(), CLHEP::HepRotation::inverse().

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

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

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

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

G4int B5HodoscopeHit::GetID ( ) const
inline

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

다음을 참조함 : fId.

const G4LogicalVolume* B5HodoscopeHit::GetLogV ( ) const
inline

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

다음을 참조함 : fPLogV.

G4ThreeVector B5HodoscopeHit::GetPos ( ) const
inline

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

다음을 참조함 : fPos.

G4RotationMatrix B5HodoscopeHit::GetRot ( ) const
inline

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

다음을 참조함 : fRot.

G4double B5HodoscopeHit::GetTime ( ) const
inline

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

다음을 참조함 : fTime.

void B5HodoscopeHit::operator delete ( void aHit)
inline

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

다음을 참조함 : B5HodoscopeHitAllocator.

void * B5HodoscopeHit::operator new ( size_t  )
inline

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

다음을 참조함 : B5HodoscopeHitAllocator.

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

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

다음을 참조함 : fId, fPLogV, fPos, fRot, fTime.

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

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

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

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

void B5HodoscopeHit::Print ( void  )
virtual

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

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

다음을 참조함 : fId, fTime, G4cout, G4endl, ns.

void B5HodoscopeHit::SetLogV ( G4LogicalVolume val)
inline

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

다음을 참조함 : fPLogV.

void B5HodoscopeHit::SetPos ( G4ThreeVector  xyz)
inline

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

다음을 참조함 : fPos.

void B5HodoscopeHit::SetRot ( G4RotationMatrix  rmat)
inline

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

다음을 참조함 : fRot.

void B5HodoscopeHit::SetTime ( G4double  val)
inline

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

다음을 참조함 : fTime.

멤버 데이타 문서화

G4int B5HodoscopeHit::fId
private

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

다음에 의해서 참조됨 : CreateAttValues(), GetID(), operator=(), Print().

const G4LogicalVolume* B5HodoscopeHit::fPLogV
private

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

다음에 의해서 참조됨 : CreateAttValues(), Draw(), GetLogV(), operator=(), SetLogV().

G4ThreeVector B5HodoscopeHit::fPos
private

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

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

G4RotationMatrix B5HodoscopeHit::fRot
private

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

다음에 의해서 참조됨 : Draw(), GetRot(), operator=(), SetRot().

G4double B5HodoscopeHit::fTime
private

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

다음에 의해서 참조됨 : CreateAttValues(), GetTime(), operator=(), Print(), SetTime().


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