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

#include <RE05CalorimeterHit.hh>

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

Public 멤버 함수

 RE05CalorimeterHit ()
 
 RE05CalorimeterHit (G4LogicalVolume *logVol, G4int z, G4int phi)
 
virtual ~RE05CalorimeterHit ()
 
 RE05CalorimeterHit (const RE05CalorimeterHit &right)
 
const RE05CalorimeterHitoperator= (const RE05CalorimeterHit &right)
 
G4int operator== (const RE05CalorimeterHit &right) const
 
voidoperator new (size_t)
 
void operator delete (void *aHit)
 
virtual void Draw ()
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 
virtual void Print ()
 
void SetCellID (G4int z, G4int phi)
 
G4int GetZ ()
 
G4int GetPhi ()
 
void SetEdep (G4double de)
 
void AddEdep (G4double de)
 
G4double GetEdep ()
 
void SetPos (G4ThreeVector xyz)
 
G4ThreeVector GetPos ()
 
void SetRot (G4RotationMatrix rmat)
 
G4RotationMatrix GetRot ()
 
const G4LogicalVolumeGetLogV ()
 
G4int operator== (const G4VHit &right) const
 

Private 속성

G4int fZCellID
 
G4int fPhiCellID
 
G4double fEdep
 
G4ThreeVector fPos
 
G4RotationMatrix fRot
 
const G4LogicalVolumefLogV
 

정적 Private 속성

static std::map< G4String,
G4AttDef
fAttDefs
 

상세한 설명

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

생성자 & 소멸자 문서화

RE05CalorimeterHit::RE05CalorimeterHit ( )

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

RE05CalorimeterHit::RE05CalorimeterHit ( G4LogicalVolume logVol,
G4int  z,
G4int  phi 
)

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

RE05CalorimeterHit::~RE05CalorimeterHit ( )
virtual

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

RE05CalorimeterHit::RE05CalorimeterHit ( const RE05CalorimeterHit right)

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

다음을 참조함 : fEdep, fLogV, fPhiCellID, fPos, fRot, fZCellID.

멤버 함수 문서화

void RE05CalorimeterHit::AddEdep ( G4double  de)
inline

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

다음을 참조함 : fEdep.

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

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

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

다음을 참조함 : G4UIcommand::ConvertToString(), fEdep, fPhiCellID, fZCellID, G4BestUnit.

void RE05CalorimeterHit::Draw ( )
virtual

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

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

다음을 참조함 : G4VVisManager::Draw(), fLogV, fPos, fRot, G4VVisManager::GetConcreteInstance(), G4LogicalVolume::GetVisAttributes(), G4VisAttributes::SetColour(), G4VisAttributes::SetForceSolid().

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

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

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

다음을 참조함 : fAttDefs.

G4double RE05CalorimeterHit::GetEdep ( )
inline

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

다음을 참조함 : fEdep.

const G4LogicalVolume* RE05CalorimeterHit::GetLogV ( )
inline

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

다음을 참조함 : fLogV.

G4int RE05CalorimeterHit::GetPhi ( )
inline

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

다음을 참조함 : fPhiCellID.

G4ThreeVector RE05CalorimeterHit::GetPos ( )
inline

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

다음을 참조함 : fPos.

G4RotationMatrix RE05CalorimeterHit::GetRot ( )
inline

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

다음을 참조함 : fRot.

G4int RE05CalorimeterHit::GetZ ( )
inline

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

다음을 참조함 : fZCellID.

void RE05CalorimeterHit::operator delete ( void aHit)
inline

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

다음을 참조함 : RE05CalorimeterHitAllocator.

void * RE05CalorimeterHit::operator new ( size_t  )
inline

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

다음을 참조함 : RE05CalorimeterHitAllocator.

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

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

다음을 참조함 : fEdep, fLogV, fPhiCellID, fPos, fRot, fZCellID.

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

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

다음을 참조함 : fPhiCellID, fZCellID.

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

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

void RE05CalorimeterHit::Print ( void  )
virtual

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

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

void RE05CalorimeterHit::SetCellID ( G4int  z,
G4int  phi 
)
inline

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

다음을 참조함 : fPhiCellID, fZCellID, z.

void RE05CalorimeterHit::SetEdep ( G4double  de)
inline

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

다음을 참조함 : fEdep.

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

void RE05CalorimeterHit::SetPos ( G4ThreeVector  xyz)
inline

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

다음을 참조함 : fPos.

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

void RE05CalorimeterHit::SetRot ( G4RotationMatrix  rmat)
inline

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

다음을 참조함 : fRot.

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

멤버 데이타 문서화

std::map< G4String, G4AttDef > RE05CalorimeterHit::fAttDefs
staticprivate

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

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

G4double RE05CalorimeterHit::fEdep
private

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

다음에 의해서 참조됨 : AddEdep(), CreateAttValues(), GetEdep(), operator=(), RE05CalorimeterHit(), SetEdep().

const G4LogicalVolume* RE05CalorimeterHit::fLogV
private

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

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

G4int RE05CalorimeterHit::fPhiCellID
private

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

다음에 의해서 참조됨 : CreateAttValues(), GetPhi(), operator=(), operator==(), RE05CalorimeterHit(), SetCellID().

G4ThreeVector RE05CalorimeterHit::fPos
private

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

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

G4RotationMatrix RE05CalorimeterHit::fRot
private

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

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

G4int RE05CalorimeterHit::fZCellID
private

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

다음에 의해서 참조됨 : CreateAttValues(), GetZ(), operator=(), operator==(), RE05CalorimeterHit(), SetCellID().


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