#include <RE06DetectorConstruction.hh>
Public 멤버 함수 | |
RE06DetectorConstruction () | |
virtual | ~RE06DetectorConstruction () |
virtual G4VPhysicalVolume * | Construct () |
void | ConstructSDandField () |
void | PrintCalorParameters () const |
void | SetAbsorberMaterial (G4String materialChoice) |
G4String | GetAbsorberMaterial () const |
void | SetGapMaterial (G4String materialChoice) |
G4String | GetGapMaterial () const |
void | SetSerialGeometry (G4bool ser) |
void | SetNumberOfLayers (G4int nl) |
G4int | GetNumberOfLayers () const |
G4bool | IsSerial () const |
void | AddMaterial () |
G4int | GetVerboseLevel () const |
void | SetVerboseLevel (G4int val) |
virtual void | CloneSD () |
virtual void | CloneF () |
void | RegisterParallelWorld (G4VUserParallelWorld *) |
G4int | ConstructParallelGeometries () |
void | ConstructParallelSD () |
G4int | GetNumberOfParallelWorld () const |
G4VUserParallelWorld * | GetParallelWorld (G4int i) const |
Protected 멤버 함수 | |
void | SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false) |
void | SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD) |
Private 멤버 함수 | |
void | DefineMaterials () |
void | SetupGeometry () |
void | SetupDetectors () |
Private 속성 | |
G4int | fNumberOfLayers |
G4double | fTotalThickness |
total thinkness of one calorimeter 더 자세히 ... | |
G4double | fLayerThickness |
= fTotalThickness / fNumberOfLayers 더 자세히 ... | |
G4bool | fConstructed |
G4String | fCalName [3] |
G4Material * | fWorldMaterial |
G4Material * | fAbsorberMaterial |
G4Material * | fGapMaterial |
G4Box * | fLayerSolid |
G4Box * | fGapSolid |
G4LogicalVolume * | fWorldLogical |
G4LogicalVolume * | fCalorLogical [3] |
G4LogicalVolume * | fLayerLogical [3] |
G4LogicalVolume * | fGapLogical [3] |
G4VPhysicalVolume * | fWorldPhysical |
G4VPhysicalVolume * | fCalorPhysical [3] |
G4PVReplica * | fLayerPhysical [3] |
G4VPhysicalVolume * | fGapPhysical [3] |
G4bool | fSerial |
RE06DetectorMessenger * | fDetectorMessenger |
G4int | fVerboseLevel |
정적 Private 속성 | |
static G4ThreadLocal G4bool | fConstructedSDandField = false |
RE06DetectorConstruction.hh 파일의 45 번째 라인에서 정의되었습니다.
RE06DetectorConstruction::RE06DetectorConstruction | ( | ) |
RE06DetectorConstruction.cc 파일의 68 번째 라인에서 정의되었습니다.
다음을 참조함 : fCalName, fCalorLogical, fCalorPhysical, fDetectorMessenger, fGapLogical, fGapPhysical, fLayerLogical, fLayerPhysical, fLayerThickness, fNumberOfLayers, fTotalThickness.
|
virtual |
RE06DetectorConstruction.cc 파일의 106 번째 라인에서 정의되었습니다.
다음을 참조함 : fDetectorMessenger.
void RE06DetectorConstruction::AddMaterial | ( | ) |
RE06DetectorConstruction.cc 파일의 516 번째 라인에서 정의되었습니다.
다음을 참조함 : a, G4Material::AddElement(), atmosphere, C(), cm3, g, G4Element::GetElement(), kelvin, kStateGas, mg, mole, z.
다음에 의해서 참조됨 : RE06DetectorMessenger::SetNewValue().
|
virtualinherited |
G4VUserDetectorConstruction.cc 파일의 109 번째 라인에서 정의되었습니다.
다음을 참조함 : G4FieldManager::Clone(), FatalException, G4Exception(), G4LogicalVolumeStore::GetInstance(), second, G4LogicalVolume::SetFieldManager().
|
virtualinherited |
|
virtual |
G4VUserDetectorConstruction를 구현.
RE06DetectorConstruction.cc 파일의 109 번째 라인에서 정의되었습니다.
다음을 참조함 : DefineMaterials(), fConstructed, fWorldPhysical, GetVerboseLevel(), PrintCalorParameters(), SetupGeometry().
|
inherited |
G4VUserDetectorConstruction.cc 파일의 65 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VUserDetectorConstruction::parallelWorld.
다음에 의해서 참조됨 : G4RunManager::InitializeGeometry().
|
inherited |
G4VUserDetectorConstruction.cc 파일의 77 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VUserDetectorConstruction::parallelWorld.
다음에 의해서 참조됨 : G4WorkerRunManager::InitializeGeometry(), G4RunManager::InitializeGeometry().
|
virtual |
G4VUserDetectorConstruction(으)로부터 재구현되었습니다.
RE06DetectorConstruction.cc 파일의 123 번째 라인에서 정의되었습니다.
다음을 참조함 : fConstructedSDandField, SetupDetectors().
RE06DetectorConstruction.cc 파일의 134 번째 라인에서 정의되었습니다.
다음을 참조함 : a, G4Material::AddElement(), G4Element::AddIsotope(), C(), cm3, e, fAbsorberMaterial, fGapMaterial, fWorldMaterial, g, G4cout, G4endl, G4Material::GetMaterialTable(), GetVerboseLevel(), kelvin, kStateGas, mg, mole, N, n, pascal, perCent, CLHEP::universe_mean_density, z.
다음에 의해서 참조됨 : Construct().
G4String RE06DetectorConstruction::GetAbsorberMaterial | ( | ) | const |
RE06DetectorConstruction.cc 파일의 436 번째 라인에서 정의되었습니다.
다음을 참조함 : fAbsorberMaterial, G4Material::GetName().
다음에 의해서 참조됨 : RE06DetectorMessenger::GetCurrentValue().
G4String RE06DetectorConstruction::GetGapMaterial | ( | ) | const |
RE06DetectorConstruction.cc 파일의 462 번째 라인에서 정의되었습니다.
다음을 참조함 : fGapMaterial, G4Material::GetName().
다음에 의해서 참조됨 : RE06DetectorMessenger::GetCurrentValue().
|
inline |
RE06DetectorConstruction.hh 파일의 62 번째 라인에서 정의되었습니다.
다음을 참조함 : fNumberOfLayers.
다음에 의해서 참조됨 : RE06DetectorMessenger::GetCurrentValue().
|
inherited |
G4VUserDetectorConstruction.cc 파일의 84 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VUserDetectorConstruction::parallelWorld.
다음에 의해서 참조됨 : G4VUserDetectorConstruction::GetParallelWorld().
|
inherited |
G4VUserDetectorConstruction.cc 파일의 87 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VUserDetectorConstruction::GetNumberOfParallelWorld(), G4VUserDetectorConstruction::parallelWorld.
다음에 의해서 참조됨 : SetSerialGeometry(), HadrontherapyDetectorConstruction::UpdateGeometry().
|
inline |
RE06DetectorConstruction.hh 파일의 67 번째 라인에서 정의되었습니다.
다음을 참조함 : fVerboseLevel.
다음에 의해서 참조됨 : Construct(), DefineMaterials(), RE06DetectorMessenger::GetCurrentValue(), SetAbsorberMaterial(), SetGapMaterial().
|
inline |
RE06DetectorConstruction.hh 파일의 63 번째 라인에서 정의되었습니다.
다음을 참조함 : fSerial.
다음에 의해서 참조됨 : RE06DetectorMessenger::GetCurrentValue().
void RE06DetectorConstruction::PrintCalorParameters | ( | ) | const |
RE06DetectorConstruction.cc 파일의 394 번째 라인에서 정의되었습니다.
다음을 참조함 : fAbsorberMaterial, fGapMaterial, fSerial, G4cout, G4endl, G4Material::GetName().
다음에 의해서 참조됨 : Construct(), SetAbsorberMaterial(), SetGapMaterial().
|
inherited |
G4VUserDetectorConstruction.cc 파일의 48 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalErrorInArgument, G4Exception(), G4VUserParallelWorld::GetName(), G4VUserDetectorConstruction::parallelWorld.
다음에 의해서 참조됨 : LaserDrivenBeamLine::LaserDrivenBeamLine(), main(), PassiveCarbonBeamLine::PassiveCarbonBeamLine(), PassiveProtonBeamLine::PassiveProtonBeamLine(), TrentoPassiveProtonBeamLine::TrentoPassiveProtonBeamLine().
RE06DetectorConstruction.cc 파일의 410 번째 라인에서 정의되었습니다.
다음을 참조함 : fAbsorberMaterial, fCalorLogical, fConstructed, fLayerLogical, G4cerr, G4endl, G4RunManager::GeometryHasBeenModified(), G4Material::GetMaterial(), G4RunManager::GetRunManager(), GetVerboseLevel(), PrintCalorParameters(), G4LogicalVolume::SetMaterial().
다음에 의해서 참조됨 : RE06DetectorMessenger::SetNewValue().
RE06DetectorConstruction.cc 파일의 441 번째 라인에서 정의되었습니다.
다음을 참조함 : fConstructed, fGapLogical, fGapMaterial, G4cerr, G4endl, G4RunManager::GeometryHasBeenModified(), G4Material::GetMaterial(), G4RunManager::GetRunManager(), GetVerboseLevel(), PrintCalorParameters(), G4LogicalVolume::SetMaterial().
다음에 의해서 참조됨 : RE06DetectorMessenger::SetNewValue().
RE06DetectorConstruction.cc 파일의 494 번째 라인에서 정의되었습니다.
다음을 참조함 : fCalName, fCalorLogical, fConstructed, fGapPhysical, fGapSolid, fLayerLogical, fLayerPhysical, fLayerSolid, fLayerThickness, fNumberOfLayers, fTotalThickness, G4RunManager::GeometryHasBeenModified(), G4RunManager::GetRunManager(), kZAxis, G4LogicalVolume::RemoveDaughter(), G4VPhysicalVolume::SetTranslation(), G4Box::SetZHalfLength().
다음에 의해서 참조됨 : RE06DetectorMessenger::SetNewValue().
|
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(), SetupDetectors().
|
protectedinherited |
G4VUserDetectorConstruction.cc 파일의 241 번째 라인에서 정의되었습니다.
다음을 참조함 : G4SDManager::AddNewDetector(), G4MultiSensitiveDetector::AddSD(), G4Exception(), G4VSensitiveDetector::GetName(), G4LogicalVolume::GetName(), G4SDManager::GetSDMpointer(), G4LogicalVolume::GetSensitiveDetector(), JustWarning, G4LogicalVolume::SetSensitiveDetector().
RE06DetectorConstruction.cc 파일의 467 번째 라인에서 정의되었습니다.
다음을 참조함 : fCalorPhysical, fConstructed, fSerial, G4RunManager::GeometryHasBeenModified(), G4VUserDetectorConstruction::GetParallelWorld(), G4RunManager::GetRunManager(), G4RunManager::GetUserPrimaryGeneratorAction(), m, RE06PrimaryGeneratorAction::SetSerial(), G4VPhysicalVolume::SetTranslation().
다음에 의해서 참조됨 : RE06DetectorMessenger::SetNewValue().
|
private |
RE06DetectorConstruction.cc 파일의 319 번째 라인에서 정의되었습니다.
다음을 참조함 : G4SDParticleFilter::add(), G4SDManager::AddNewDetector(), fCalName, fGapLogical, fLayerLogical, G4SDManager::GetSDMpointer(), G4MultiFunctionalDetector::RegisterPrimitive(), G4VPrimitiveScorer::SetFilter(), G4VUserDetectorConstruction::SetSensitiveDetector(), G4SDManager::SetVerboseLevel().
다음에 의해서 참조됨 : ConstructSDandField().
|
private |
RE06DetectorConstruction.cc 파일의 235 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Region::AddRootLogicalVolume(), fAbsorberMaterial, fCalName, fCalorLogical, fCalorPhysical, fGapLogical, fGapMaterial, fGapPhysical, fGapSolid, fLayerLogical, fLayerPhysical, fLayerSolid, fLayerThickness, fNumberOfLayers, fSerial, fTotalThickness, fWorldLogical, fWorldMaterial, fWorldPhysical, G4VisAttributes::GetInvisible(), kZAxis, m, G4LogicalVolume::SetRegion(), G4LogicalVolume::SetVisAttributes(), G4VisAttributes::SetVisibility().
다음에 의해서 참조됨 : Construct().
RE06DetectorConstruction.hh 파일의 68 번째 라인에서 정의되었습니다.
다음을 참조함 : fVerboseLevel.
다음에 의해서 참조됨 : RE06DetectorMessenger::SetNewValue().
|
private |
RE06DetectorConstruction.hh 파일의 87 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DefineMaterials(), GetAbsorberMaterial(), PrintCalorParameters(), SetAbsorberMaterial(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 84 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE06DetectorConstruction(), SetNumberOfLayers(), SetupDetectors(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 94 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE06DetectorConstruction(), SetAbsorberMaterial(), SetNumberOfLayers(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 99 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE06DetectorConstruction(), SetSerialGeometry(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 81 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Construct(), SetAbsorberMaterial(), SetGapMaterial(), SetNumberOfLayers(), SetSerialGeometry().
|
staticprivate |
RE06DetectorConstruction.hh 파일의 82 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ConstructSDandField().
|
private |
RE06DetectorConstruction.hh 파일의 105 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE06DetectorConstruction(), ~RE06DetectorConstruction().
|
private |
RE06DetectorConstruction.hh 파일의 96 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE06DetectorConstruction(), SetGapMaterial(), SetupDetectors(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 88 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DefineMaterials(), GetGapMaterial(), PrintCalorParameters(), SetGapMaterial(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 101 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE06DetectorConstruction(), SetNumberOfLayers(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 91 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetNumberOfLayers(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 95 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE06DetectorConstruction(), SetAbsorberMaterial(), SetNumberOfLayers(), SetupDetectors(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 100 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE06DetectorConstruction(), SetNumberOfLayers(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 90 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetNumberOfLayers(), SetupGeometry().
|
private |
= fTotalThickness / fNumberOfLayers
RE06DetectorConstruction.hh 파일의 79 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE06DetectorConstruction(), SetNumberOfLayers(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 76 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetNumberOfLayers(), RE06DetectorConstruction(), SetNumberOfLayers(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 103 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : IsSerial(), PrintCalorParameters(), SetSerialGeometry(), SetupGeometry().
|
private |
total thinkness of one calorimeter
RE06DetectorConstruction.hh 파일의 78 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE06DetectorConstruction(), SetNumberOfLayers(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 107 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetVerboseLevel(), SetVerboseLevel().
|
private |
RE06DetectorConstruction.hh 파일의 93 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 86 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DefineMaterials(), SetupGeometry().
|
private |
RE06DetectorConstruction.hh 파일의 98 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Construct(), SetupGeometry().