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

#include <B2aDetectorConstruction.hh>

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

Public 멤버 함수

 B2aDetectorConstruction ()
 
virtual ~B2aDetectorConstruction ()
 
virtual G4VPhysicalVolumeConstruct ()
 
virtual void ConstructSDandField ()
 
void SetTargetMaterial (G4String)
 
void SetChamberMaterial (G4String)
 
void SetMaxStep (G4double)
 
void SetCheckOverlaps (G4bool)
 
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 멤버 함수

void DefineMaterials ()
 
G4VPhysicalVolumeDefineVolumes ()
 

Private 속성

G4int fNbOfChambers
 
G4LogicalVolumefLogicTarget
 
G4LogicalVolume ** fLogicChamber
 
G4MaterialfTargetMaterial
 
G4MaterialfChamberMaterial
 
G4UserLimitsfStepLimit
 
B2aDetectorMessengerfMessenger
 
G4bool fCheckOverlaps
 

정적 Private 속성

static G4ThreadLocal
G4GlobalMagFieldMessenger
fMagFieldMessenger = 0
 

상세한 설명

Detector construction class to define materials, geometry and global uniform magnetic field.

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

생성자 & 소멸자 문서화

B2aDetectorConstruction::B2aDetectorConstruction ( )

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

다음을 참조함 : fLogicChamber, fMessenger, fNbOfChambers.

B2aDetectorConstruction::~B2aDetectorConstruction ( )
virtual

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

다음을 참조함 : fLogicChamber, fMessenger, fStepLimit.

멤버 함수 문서화

void G4VUserDetectorConstruction::CloneF ( )
virtualinherited
void G4VUserDetectorConstruction::CloneSD ( )
virtualinherited
G4VPhysicalVolume * B2aDetectorConstruction::Construct ( void  )
virtual

G4VUserDetectorConstruction를 구현.

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

다음을 참조함 : DefineMaterials(), DefineVolumes().

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 B2aDetectorConstruction::ConstructSDandField ( )
virtual
void B2aDetectorConstruction::DefineMaterials ( )
private

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

다음을 참조함 : fChamberMaterial, G4NistManager::FindOrBuildMaterial(), fTargetMaterial, G4cout, G4endl, G4Material::GetMaterialTable(), G4NistManager::Instance().

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

G4VPhysicalVolume * B2aDetectorConstruction::DefineVolumes ( )
private

Set additional contraints on the track, with G4UserSpecialCuts

G4double maxLength = 2*trackerLength, maxTime = 0.1*ns, minEkin = 10*MeV; trackerLV->SetUserLimits(new G4UserLimits(maxStep, maxLength, maxTime, minEkin));

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

다음을 참조함 : cm, deg, FatalException, fChamberMaterial, fCheckOverlaps, fLogicChamber, fLogicTarget, fNbOfChambers, fStepLimit, fTargetMaterial, G4cout, G4endl, G4Exception(), G4GeometryTolerance::GetInstance(), G4GeometryManager::GetInstance(), G4Material::GetMaterial(), G4Material::GetName(), G4GeometryTolerance::GetSurfaceTolerance(), mm, G4LogicalVolume::SetUserLimits(), G4LogicalVolume::SetVisAttributes(), G4GeometryManager::SetWorldMaximumExtent().

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

G4int G4VUserDetectorConstruction::GetNumberOfParallelWorld ( ) const
inherited

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

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

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

G4VUserParallelWorld * G4VUserDetectorConstruction::GetParallelWorld ( G4int  i) const
inherited
void G4VUserDetectorConstruction::RegisterParallelWorld ( G4VUserParallelWorld aPW)
inherited
void B2aDetectorConstruction::SetChamberMaterial ( G4String  materialName)

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

다음을 참조함 : fChamberMaterial, G4NistManager::FindOrBuildMaterial(), fLogicChamber, fNbOfChambers, G4cout, G4endl, G4NistManager::Instance().

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

void B2aDetectorConstruction::SetCheckOverlaps ( G4bool  checkOverlaps)

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

다음을 참조함 : fCheckOverlaps.

void B2aDetectorConstruction::SetMaxStep ( G4double  maxStep)

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

다음을 참조함 : fStepLimit, G4UserLimits::SetMaxAllowedStep().

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

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(), ExTGDetectorConstructionWithSD::ConstructSDandField(), RE01DetectorConstruction::ConstructSDandField(), RE05DetectorConstruction::ConstructSDandField(), B3DetectorConstruction::ConstructSDandField(), G4HumanPhantomConstruction::ConstructSDandField(), 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
void B2aDetectorConstruction::SetTargetMaterial ( G4String  materialName)

멤버 데이타 문서화

G4Material* B2aDetectorConstruction::fChamberMaterial
private

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

다음에 의해서 참조됨 : DefineMaterials(), DefineVolumes(), SetChamberMaterial().

G4bool B2aDetectorConstruction::fCheckOverlaps
private

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

다음에 의해서 참조됨 : DefineVolumes(), SetCheckOverlaps().

G4LogicalVolume** B2aDetectorConstruction::fLogicChamber
private

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

다음에 의해서 참조됨 : B2aDetectorConstruction(), DefineVolumes(), SetChamberMaterial(), ~B2aDetectorConstruction().

G4LogicalVolume* B2aDetectorConstruction::fLogicTarget
private

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

다음에 의해서 참조됨 : DefineVolumes(), SetTargetMaterial().

G4ThreadLocal G4GlobalMagFieldMessenger * B2aDetectorConstruction::fMagFieldMessenger = 0
staticprivate

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

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

B2aDetectorMessenger* B2aDetectorConstruction::fMessenger
private

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

다음에 의해서 참조됨 : B2aDetectorConstruction(), ~B2aDetectorConstruction().

G4int B2aDetectorConstruction::fNbOfChambers
private

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

다음에 의해서 참조됨 : B2aDetectorConstruction(), DefineVolumes(), SetChamberMaterial().

G4UserLimits* B2aDetectorConstruction::fStepLimit
private

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

다음에 의해서 참조됨 : DefineVolumes(), SetMaxStep(), ~B2aDetectorConstruction().

G4Material* B2aDetectorConstruction::fTargetMaterial
private

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

다음에 의해서 참조됨 : DefineMaterials(), DefineVolumes(), SetTargetMaterial().


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