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

#include <RE02DetectorConstruction.hh>

RE02DetectorConstruction에 대한 상속 다이어그램 :
G4VUserDetectorConstruction

Public 멤버 함수

 RE02DetectorConstruction ()
 
virtual ~RE02DetectorConstruction ()
 
virtual G4VPhysicalVolumeConstruct ()
 
virtual void ConstructSDandField ()
 
void SetPhantomSize (G4ThreeVector size)
 
const G4ThreeVectorGetPhantomSize () const
 
void SetNumberOfSegmentsInPhantom (G4int nx, G4int ny, G4int nz)
 
void GetNumberOfSegmentsInPhantom (G4int &nx, G4int &ny, G4int &nz) const
 
void SetLeadSegment (G4bool flag=TRUE)
 
G4bool IsLeadSegment ()
 
virtual void CloneSD ()
 
virtual void CloneF ()
 
void RegisterParallelWorld (G4VUserParallelWorld *)
 
G4int ConstructParallelGeometries ()
 
void ConstructParallelSD ()
 
G4int GetNumberOfParallelWorld () const
 
G4VUserParallelWorldGetParallelWorld (G4int i) const
 

Protected 멤버 함수

void SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false)
 
void SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD)
 

Private 속성

G4ThreeVector fPhantomSize
 
G4int fNx
 
G4int fNy
 
G4int fNz
 
G4bool fInsertLead
 
G4LogicalVolumefLVPhantomSens
 

상세한 설명

Uer detector construction class

(Description)

Detector construction for example RE02.

[Geometry] The world volume is defined as 200 cm x 200 cm x 200 cm box with Air. Water phantom is defined as 200 mm x 200 mm x 400 mm box with Water. The water phantom is divided into 100 segments in x,y plane using replication, and then divided into 200 segments perpendicular to z axis using nested parameterised volume. These values are defined at constructor, e.g. the size of water phantom (fPhantomSize), and number of segmentation of water phantom (fNx, fNy, fNz).

By default, lead plates are inserted into the position of even order segments. NIST database is used for materials.

[Scorer] Assignment of G4MultiFunctionalDetector and G4PrimitiveScorer

is demonstrated in this example.

The collection names of defined Primitives are 0 PhantomSD/totalEDep 1 PhantomSD/protonEDep 2 PhantomSD/protonNStep 3 PhantomSD/chargedPassCellFlux 4 PhantomSD/chargedCellFlux 5 PhantomSD/chargedSurfFlux 6 PhantomSD/gammaSurfCurr000 7 PhantomSD/gammaSurfCurr001 9 PhantomSD/gammaSurdCurr002

10 PhantomSD/gammaSurdCurr003

Please see README for detail description.

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

생성자 & 소멸자 문서화

RE02DetectorConstruction::RE02DetectorConstruction ( )

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

다음을 참조함 : fInsertLead, fNx, fNy, fNz, fPhantomSize, mm, CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), TRUE.

RE02DetectorConstruction::~RE02DetectorConstruction ( )
virtual

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

멤버 함수 문서화

void G4VUserDetectorConstruction::CloneF ( )
virtualinherited
void G4VUserDetectorConstruction::CloneSD ( )
virtualinherited
G4VPhysicalVolume * RE02DetectorConstruction::Construct ( void  )
virtual
G4int G4VUserDetectorConstruction::ConstructParallelGeometries ( )
inherited

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

다음을 참조함 : G4VUserDetectorConstruction::parallelWorld.

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

void G4VUserDetectorConstruction::ConstructParallelSD ( )
inherited

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

다음을 참조함 : G4VUserDetectorConstruction::parallelWorld.

다음에 의해서 참조됨 : G4WorkerRunManager::InitializeGeometry(), G4RunManager::InitializeGeometry().

void RE02DetectorConstruction::ConstructSDandField ( )
virtual
G4int G4VUserDetectorConstruction::GetNumberOfParallelWorld ( ) const
inherited

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

다음을 참조함 : G4VUserDetectorConstruction::parallelWorld.

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

void RE02DetectorConstruction::GetNumberOfSegmentsInPhantom ( G4int nx,
G4int ny,
G4int nz 
) const
inline

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

다음을 참조함 : fNx, fNy, fNz.

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

G4VUserParallelWorld * G4VUserDetectorConstruction::GetParallelWorld ( G4int  i) const
inherited
const G4ThreeVector& RE02DetectorConstruction::GetPhantomSize ( ) const
inline

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

다음을 참조함 : fPhantomSize.

G4bool RE02DetectorConstruction::IsLeadSegment ( )
inline

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

다음을 참조함 : fInsertLead.

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

void G4VUserDetectorConstruction::RegisterParallelWorld ( G4VUserParallelWorld aPW)
inherited
void RE02DetectorConstruction::SetLeadSegment ( G4bool  flag = TRUE)
inline

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

다음을 참조함 : fInsertLead.

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

void RE02DetectorConstruction::SetNumberOfSegmentsInPhantom ( G4int  nx,
G4int  ny,
G4int  nz 
)
inline

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

다음을 참조함 : fNx, fNy, fNz.

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

void RE02DetectorConstruction::SetPhantomSize ( G4ThreeVector  size)
inline

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

다음을 참조함 : fPhantomSize.

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

void G4VUserDetectorConstruction::SetSensitiveDetector ( const G4String logVolName,
G4VSensitiveDetector aSD,
G4bool  multi = false 
)
protectedinherited

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

다음을 참조함 : FatalErrorInArgument, G4Exception(), G4LogicalVolumeStore::GetInstance(), G4VSensitiveDetector::GetName(), pos.

다음에 의해서 참조됨 : H02DetectorConstruction::Construct(), XDetectorConstruction::ConstructSDandField(), RE01DetectorConstruction::ConstructSDandField(), ExTGDetectorConstructionWithSD::ConstructSDandField(), RE05DetectorConstruction::ConstructSDandField(), B3DetectorConstruction::ConstructSDandField(), G4HumanPhantomConstruction::ConstructSDandField(), B2aDetectorConstruction::ConstructSDandField(), B2bDetectorConstruction::ConstructSDandField(), ElectronBenchmarkDetector::ConstructSDandField(), LXeDetectorConstruction::ConstructSDandField(), FCALTestbeamSetup::ConstructSDandField(), B4cDetectorConstruction::ConstructSDandField(), B4dDetectorConstruction::ConstructSDandField(), B01DetectorConstruction::ConstructSDandField(), UltraDetectorConstruction::ConstructSDandField(), DMXDetectorConstruction::ConstructSDandField(), WLSDetectorConstruction::ConstructSDandField(), XrayFluoPlaneDetectorConstruction::ConstructSDandField(), F03DetectorConstruction::ConstructSDandField(), XrayFluoMercuryDetectorConstruction::ConstructSDandField(), F02DetectorConstruction::ConstructSDandField(), F01DetectorConstruction::ConstructSDandField(), XrayFluoDetectorConstruction::ConstructSDandField(), GammaRayTelDetectorConstruction::ConstructSDandField(), TSDetectorConstruction::ConstructSDandField(), DicomDetectorConstruction::ConstructSDandField(), MyDetectorConstruction::SetSDtoScoreVoxel(), GB03DetectorConstruction::SetupDetectors(), RE06DetectorConstruction::SetupDetectors().

void G4VUserDetectorConstruction::SetSensitiveDetector ( G4LogicalVolume logVol,
G4VSensitiveDetector aSD 
)
protectedinherited

멤버 데이타 문서화

G4bool RE02DetectorConstruction::fInsertLead
private

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

다음에 의해서 참조됨 : IsLeadSegment(), RE02DetectorConstruction(), SetLeadSegment().

G4LogicalVolume* RE02DetectorConstruction::fLVPhantomSens
private

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

다음에 의해서 참조됨 : Construct(), ConstructSDandField().

G4int RE02DetectorConstruction::fNx
private
G4int RE02DetectorConstruction::fNy
private
G4int RE02DetectorConstruction::fNz
private
G4ThreeVector RE02DetectorConstruction::fPhantomSize
private

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

다음에 의해서 참조됨 : Construct(), GetPhantomSize(), RE02DetectorConstruction(), SetPhantomSize().


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