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

#include <LXeDetectorConstruction.hh>

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

Public 멤버 함수

 LXeDetectorConstruction ()
 
virtual ~LXeDetectorConstruction ()
 
virtual G4VPhysicalVolumeConstruct ()
 
virtual void ConstructSDandField ()
 
void SetDimensions (G4ThreeVector)
 
void SetHousingThickness (G4double)
 
void SetNX (G4int)
 
void SetNY (G4int)
 
void SetNZ (G4int)
 
void SetPMTRadius (G4double)
 
void SetDefaults ()
 
G4int GetNX ()
 
G4int GetNY ()
 
G4int GetNZ ()
 
G4double GetScintX ()
 
G4double GetScintY ()
 
G4double GetScintZ ()
 
G4double GetHousingThickness ()
 
G4double GetPMTRadius ()
 
G4double GetSlabZ ()
 
void SetSphereOn (G4bool)
 
void SetHousingReflectivity (G4double)
 
G4double GetHousingReflectivity ()
 
void SetWLSSlabOn (G4bool b)
 
G4bool GetWLSSlabOn ()
 
void SetMainVolumeOn (G4bool b)
 
G4bool GetMainVolumeOn ()
 
void SetNFibers (G4int n)
 
G4int GetNFibers ()
 
void SetMainScintYield (G4double)
 
void SetWLSScintYield (G4double)
 
virtual void CloneSD ()
 
virtual void CloneF ()
 
void RegisterParallelWorld (G4VUserParallelWorld *)
 
G4int ConstructParallelGeometries ()
 
void ConstructParallelSD ()
 
G4int GetNumberOfParallelWorld () const
 
G4VUserParallelWorldGetParallelWorld (G4int i) const
 

정적 Public 멤버 함수

static G4bool GetSphereOn ()
 

Protected 멤버 함수

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

Private 멤버 함수

void DefineMaterials ()
 
G4VPhysicalVolumeConstructDetector ()
 

Private 속성

LXeDetectorMessengerfDetectorMessenger
 
G4BoxfExperimentalHall_box
 
G4LogicalVolumefExperimentalHall_log
 
G4VPhysicalVolumefExperimentalHall_phys
 
G4MaterialfLXe
 
G4MaterialfAl
 
G4ElementfN
 
G4ElementfO
 
G4MaterialfAir
 
G4MaterialfVacuum
 
G4ElementfC
 
G4ElementfH
 
G4MaterialfGlass
 
G4MaterialfPstyrene
 
G4MaterialfPMMA
 
G4MaterialfPethylene1
 
G4MaterialfPethylene2
 
G4double fScint_x
 
G4double fScint_y
 
G4double fScint_z
 
G4double fD_mtl
 
G4int fNx
 
G4int fNy
 
G4int fNz
 
G4double fOuterRadius_pmt
 
G4int fNfibers
 
G4double fRefl
 
G4bool fWLSslab
 
G4bool fMainVolumeOn
 
G4double fSlab_z
 
LXeMainVolumefMainVolume
 
G4MaterialPropertiesTablefLXe_mt
 
G4MaterialPropertiesTablefMPTPStyrene
 
G4Cache< LXeScintSD * > fScint_SD
 
G4Cache< LXePMTSD * > fPmt_SD
 

정적 Private 속성

static G4bool fSphereOn = true
 

상세한 설명

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

생성자 & 소멸자 문서화

LXeDetectorConstruction::LXeDetectorConstruction ( )
LXeDetectorConstruction::~LXeDetectorConstruction ( )
virtual

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

멤버 함수 문서화

void G4VUserDetectorConstruction::CloneF ( )
virtualinherited
void G4VUserDetectorConstruction::CloneSD ( )
virtualinherited
G4VPhysicalVolume * LXeDetectorConstruction::Construct ( void  )
virtual
G4VPhysicalVolume * LXeDetectorConstruction::ConstructDetector ( )
private
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 LXeDetectorConstruction::ConstructSDandField ( )
virtual
void LXeDetectorConstruction::DefineMaterials ( void  )
private
G4double LXeDetectorConstruction::GetHousingReflectivity ( )
inline

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

다음을 참조함 : fRefl.

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

G4double LXeDetectorConstruction::GetHousingThickness ( )
inline

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

다음을 참조함 : fD_mtl.

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

G4bool LXeDetectorConstruction::GetMainVolumeOn ( )
inline

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

다음을 참조함 : fMainVolumeOn.

G4int LXeDetectorConstruction::GetNFibers ( )
inline

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

다음을 참조함 : fNfibers.

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

G4int G4VUserDetectorConstruction::GetNumberOfParallelWorld ( ) const
inherited

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

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

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

G4int LXeDetectorConstruction::GetNX ( )
inline

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

다음을 참조함 : fNx.

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

G4int LXeDetectorConstruction::GetNY ( )
inline

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

다음을 참조함 : fNy.

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

G4int LXeDetectorConstruction::GetNZ ( )
inline

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

다음을 참조함 : fNz.

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

G4VUserParallelWorld * G4VUserDetectorConstruction::GetParallelWorld ( G4int  i) const
inherited
G4double LXeDetectorConstruction::GetPMTRadius ( )
inline

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

다음을 참조함 : fOuterRadius_pmt.

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

G4double LXeDetectorConstruction::GetScintX ( )
inline

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

다음을 참조함 : fScint_x.

다음에 의해서 참조됨 : LXeWLSFiber::CopyValues(), LXeWLSSlab::CopyValues(), LXeMainVolume::CopyValues().

G4double LXeDetectorConstruction::GetScintY ( )
inline

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

다음을 참조함 : fScint_y.

다음에 의해서 참조됨 : LXeWLSSlab::CopyValues(), LXeMainVolume::CopyValues().

G4double LXeDetectorConstruction::GetScintZ ( )
inline

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

다음을 참조함 : fScint_z.

다음에 의해서 참조됨 : LXeWLSSlab::CopyValues(), LXeMainVolume::CopyValues().

G4double LXeDetectorConstruction::GetSlabZ ( )
inline

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

다음을 참조함 : fSlab_z.

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

static G4bool LXeDetectorConstruction::GetSphereOn ( )
inlinestatic

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

다음을 참조함 : fSphereOn.

다음에 의해서 참조됨 : LXeMainVolume::CopyValues(), LXeTrackingAction::PostUserTrackingAction(), LXePMTSD::ProcessHits_constStep().

G4bool LXeDetectorConstruction::GetWLSSlabOn ( )
inline

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

다음을 참조함 : fWLSslab.

void G4VUserDetectorConstruction::RegisterParallelWorld ( G4VUserParallelWorld aPW)
inherited
void LXeDetectorConstruction::SetDefaults ( )
void LXeDetectorConstruction::SetDimensions ( G4ThreeVector  dims)

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

다음을 참조함 : fScint_x, fScint_y, fScint_z, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

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

void LXeDetectorConstruction::SetHousingReflectivity ( G4double  r)

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

다음을 참조함 : fRefl, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

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

void LXeDetectorConstruction::SetHousingThickness ( G4double  d_mtl)

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

다음을 참조함 : fD_mtl, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

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

void LXeDetectorConstruction::SetMainScintYield ( G4double  y)

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

다음을 참조함 : G4MaterialPropertiesTable::AddConstProperty(), fLXe_mt, MeV.

void LXeDetectorConstruction::SetMainVolumeOn ( G4bool  b)

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

다음을 참조함 : fMainVolumeOn, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

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

void LXeDetectorConstruction::SetNFibers ( G4int  n)

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

다음을 참조함 : fNfibers, G4RunManager::GetRunManager(), n, G4RunManager::ReinitializeGeometry().

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

void LXeDetectorConstruction::SetNX ( G4int  nx)

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

다음을 참조함 : fNx, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

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

void LXeDetectorConstruction::SetNY ( G4int  ny)

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

다음을 참조함 : fNy, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

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

void LXeDetectorConstruction::SetNZ ( G4int  nz)

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

다음을 참조함 : fNz, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

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

void LXeDetectorConstruction::SetPMTRadius ( G4double  outerRadius_pmt)

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

다음을 참조함 : fOuterRadius_pmt, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

다음에 의해서 참조됨 : LXeDetectorMessenger::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(), RE01DetectorConstruction::ConstructSDandField(), ExTGDetectorConstructionWithSD::ConstructSDandField(), RE05DetectorConstruction::ConstructSDandField(), B3DetectorConstruction::ConstructSDandField(), G4HumanPhantomConstruction::ConstructSDandField(), B2aDetectorConstruction::ConstructSDandField(), B2bDetectorConstruction::ConstructSDandField(), ElectronBenchmarkDetector::ConstructSDandField(), 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 LXeDetectorConstruction::SetSphereOn ( G4bool  b)

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

다음을 참조함 : fSphereOn, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

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

void LXeDetectorConstruction::SetWLSScintYield ( G4double  y)

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

다음을 참조함 : G4MaterialPropertiesTable::AddConstProperty(), fMPTPStyrene, MeV.

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

void LXeDetectorConstruction::SetWLSSlabOn ( G4bool  b)

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

다음을 참조함 : fWLSslab, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

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

멤버 데이타 문서화

G4Material* LXeDetectorConstruction::fAir
private

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

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

G4Material* LXeDetectorConstruction::fAl
private

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

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

G4Element* LXeDetectorConstruction::fC
private

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

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

G4double LXeDetectorConstruction::fD_mtl
private

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

다음에 의해서 참조됨 : ConstructDetector(), GetHousingThickness(), SetDefaults(), SetHousingThickness().

LXeDetectorMessenger* LXeDetectorConstruction::fDetectorMessenger
private

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

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

G4Box* LXeDetectorConstruction::fExperimentalHall_box
private

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

다음에 의해서 참조됨 : ConstructDetector(), LXeDetectorConstruction().

G4LogicalVolume* LXeDetectorConstruction::fExperimentalHall_log
private

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

다음에 의해서 참조됨 : ConstructDetector(), LXeDetectorConstruction().

G4VPhysicalVolume* LXeDetectorConstruction::fExperimentalHall_phys
private

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

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

G4Material* LXeDetectorConstruction::fGlass
private

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

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

G4Element* LXeDetectorConstruction::fH
private

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

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

G4Material* LXeDetectorConstruction::fLXe
private

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

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

G4MaterialPropertiesTable* LXeDetectorConstruction::fLXe_mt
private

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

다음에 의해서 참조됨 : DefineMaterials(), SetDefaults(), SetMainScintYield().

LXeMainVolume* LXeDetectorConstruction::fMainVolume
private

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

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

G4bool LXeDetectorConstruction::fMainVolumeOn
private

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

다음에 의해서 참조됨 : ConstructDetector(), GetMainVolumeOn(), SetDefaults(), SetMainVolumeOn().

G4MaterialPropertiesTable* LXeDetectorConstruction::fMPTPStyrene
private

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

다음에 의해서 참조됨 : DefineMaterials(), SetDefaults(), SetWLSScintYield().

G4Element* LXeDetectorConstruction::fN
private

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

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

G4int LXeDetectorConstruction::fNfibers
private

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

다음에 의해서 참조됨 : GetNFibers(), SetDefaults(), SetNFibers().

G4int LXeDetectorConstruction::fNx
private

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

다음에 의해서 참조됨 : ConstructSDandField(), GetNX(), SetDefaults(), SetNX().

G4int LXeDetectorConstruction::fNy
private

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

다음에 의해서 참조됨 : ConstructSDandField(), GetNY(), SetDefaults(), SetNY().

G4int LXeDetectorConstruction::fNz
private

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

다음에 의해서 참조됨 : ConstructSDandField(), GetNZ(), SetDefaults(), SetNZ().

G4Element* LXeDetectorConstruction::fO
private

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

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

G4double LXeDetectorConstruction::fOuterRadius_pmt
private

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

다음에 의해서 참조됨 : GetPMTRadius(), SetDefaults(), SetPMTRadius().

G4Material* LXeDetectorConstruction::fPethylene1
private

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

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

G4Material* LXeDetectorConstruction::fPethylene2
private

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

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

G4Material* LXeDetectorConstruction::fPMMA
private

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

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

G4Cache<LXePMTSD*> LXeDetectorConstruction::fPmt_SD
private

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

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

G4Material* LXeDetectorConstruction::fPstyrene
private

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

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

G4double LXeDetectorConstruction::fRefl
private

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

다음에 의해서 참조됨 : GetHousingReflectivity(), SetDefaults(), SetHousingReflectivity().

G4Cache<LXeScintSD*> LXeDetectorConstruction::fScint_SD
private

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

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

G4double LXeDetectorConstruction::fScint_x
private

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

다음에 의해서 참조됨 : ConstructDetector(), GetScintX(), SetDefaults(), SetDimensions().

G4double LXeDetectorConstruction::fScint_y
private

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

다음에 의해서 참조됨 : ConstructDetector(), GetScintY(), SetDefaults(), SetDimensions().

G4double LXeDetectorConstruction::fScint_z
private

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

다음에 의해서 참조됨 : ConstructDetector(), GetScintZ(), SetDefaults(), SetDimensions().

G4double LXeDetectorConstruction::fSlab_z
private

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

다음에 의해서 참조됨 : ConstructDetector(), GetSlabZ(), SetDefaults().

G4bool LXeDetectorConstruction::fSphereOn = true
staticprivate

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

다음에 의해서 참조됨 : GetSphereOn(), SetDefaults(), SetSphereOn().

G4Material* LXeDetectorConstruction::fVacuum
private

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

다음에 의해서 참조됨 : ConstructDetector(), DefineMaterials(), LXeDetectorConstruction().

G4bool LXeDetectorConstruction::fWLSslab
private

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

다음에 의해서 참조됨 : ConstructDetector(), GetWLSSlabOn(), SetDefaults(), SetWLSSlabOn().


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