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

#include <ExN04CalorimeterROGeometry.hh>

ExN04CalorimeterROGeometry에 대한 상속 다이어그램 :
G4VReadOutGeometry G4VReadOutGeometry

Public 멤버 함수

 ExN04CalorimeterROGeometry ()
 
 ExN04CalorimeterROGeometry (G4String)
 
 ~ExN04CalorimeterROGeometry ()
 
 ExN04CalorimeterROGeometry ()
 
 ExN04CalorimeterROGeometry (G4String)
 
 ~ExN04CalorimeterROGeometry ()
 
G4int operator== (const G4VReadOutGeometry &right) const
 
G4int operator!= (const G4VReadOutGeometry &right) const
 
void BuildROGeometry ()
 
virtual G4bool CheckROVolume (G4Step *, G4TouchableHistory *&)
 
const G4SensitiveVolumeListGetIncludeList () const
 
void SetIncludeList (G4SensitiveVolumeList *value)
 
const G4SensitiveVolumeListGetExcludeList () const
 
void SetExcludeList (G4SensitiveVolumeList *value)
 
G4String GetName () const
 
void SetName (G4String value)
 
G4VPhysicalVolumeGetROWorld () const
 

Protected 멤버 함수

virtual G4bool FindROTouchable (G4Step *)
 

Protected 속성

G4VPhysicalVolumeROworld
 
G4SensitiveVolumeListfincludeList
 
G4SensitiveVolumeListfexcludeList
 
G4String name
 
G4NavigatorROnavigator
 
G4TouchableHistorytouchableHistory
 

Private 멤버 함수

G4VPhysicalVolumeBuild ()
 
G4VPhysicalVolumeBuild ()
 

Private 속성

G4double fexpHall_x
 
G4double fexpHall_y
 
G4double fexpHall_z
 
G4double ftrkTubs_rmax
 
G4double ftrkTubs_rmin
 
G4double ftrkTubs_dz
 
G4double ftrkTubs_sphi
 
G4double ftrkTubs_dphi
 
G4int fnotrkLayers
 
G4double ftracker_radius [5]
 
G4double ftracker_thick
 
G4double ftracker_length [5]
 
G4double fcaloTubs_rmax
 
G4double fcaloTubs_rmin
 
G4double fcaloTubs_dz
 
G4double fcaloTubs_sphi
 
G4double fcaloTubs_dphi
 
G4int fnocaloLayers
 
G4double fabsorber_thick
 
G4double fscinti_thick
 
G4int fsegmentsinZ
 
G4double fcaloRing_rmax
 
G4double fcaloRing_rmin
 
G4double fcaloRing_dz
 
G4double fcaloRing_sphi
 
G4double fcaloRing_dphi
 
G4int fsegmentsinPhi
 
G4double fcaloCell_rmax
 
G4double fcaloCell_rmin
 
G4double fcaloCell_dz
 
G4double fcaloCell_sphi
 
G4double fcaloCell_dphi
 
G4int fnomucounter
 
G4double fmuBox_radius
 
G4double fmuBox_width
 
G4double fmuBox_thick
 
G4double fmuBox_length
 
G4MaterialdummyMat
 
G4double expHall_x
 
G4double expHall_y
 
G4double expHall_z
 
G4double trkTubs_rmax
 
G4double trkTubs_rmin
 
G4double trkTubs_dz
 
G4double trkTubs_sphi
 
G4double trkTubs_dphi
 
G4int notrkLayers
 
G4double tracker_radius [5]
 
G4double tracker_thick
 
G4double tracker_length [5]
 
G4double caloTubs_rmax
 
G4double caloTubs_rmin
 
G4double caloTubs_dz
 
G4double caloTubs_sphi
 
G4double caloTubs_dphi
 
G4int nocaloLayers
 
G4double absorber_thick
 
G4double scinti_thick
 
G4int segmentsinZ
 
G4double caloRing_rmax
 
G4double caloRing_rmin
 
G4double caloRing_dz
 
G4double caloRing_sphi
 
G4double caloRing_dphi
 
G4int segmentsinPhi
 
G4double caloCell_rmax
 
G4double caloCell_rmin
 
G4double caloCell_dz
 
G4double caloCell_sphi
 
G4double caloCell_dphi
 
G4int nomucounter
 
G4double muBox_radius
 
G4double muBox_width
 
G4double muBox_thick
 
G4double muBox_length
 

상세한 설명

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 37 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

ExN04CalorimeterROGeometry::ExN04CalorimeterROGeometry ( )
ExN04CalorimeterROGeometry::ExN04CalorimeterROGeometry ( G4String  )
ExN04CalorimeterROGeometry::~ExN04CalorimeterROGeometry ( )

eventgenerator/HepMC/HepMCEx01/src/ExN04CalorimeterROGeometry.cc 파일의 60 번째 라인에서 정의되었습니다.

ExN04CalorimeterROGeometry::ExN04CalorimeterROGeometry ( )
ExN04CalorimeterROGeometry::ExN04CalorimeterROGeometry ( G4String  )
ExN04CalorimeterROGeometry::~ExN04CalorimeterROGeometry ( )

멤버 함수 문서화

G4VPhysicalVolume * ExN04CalorimeterROGeometry::Build ( void  )
privatevirtual
G4VPhysicalVolume* ExN04CalorimeterROGeometry::Build ( )
privatevirtual

G4VReadOutGeometry를 구현.

void G4VReadOutGeometry::BuildROGeometry ( )
inherited
G4bool G4VReadOutGeometry::CheckROVolume ( G4Step currentStep,
G4TouchableHistory *&  ROhist 
)
virtualinherited
G4bool G4VReadOutGeometry::FindROTouchable ( G4Step currentStep)
protectedvirtualinherited
const G4SensitiveVolumeList* G4VReadOutGeometry::GetExcludeList ( ) const
inlineinherited

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

다음을 참조함 : G4VReadOutGeometry::fexcludeList.

const G4SensitiveVolumeList* G4VReadOutGeometry::GetIncludeList ( ) const
inlineinherited

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

다음을 참조함 : G4VReadOutGeometry::fincludeList.

G4String G4VReadOutGeometry::GetName ( void  ) const
inlineinherited

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

다음을 참조함 : G4VReadOutGeometry::name.

다음에 의해서 참조됨 : G4LogicalVolumeModel::DescribeYourselfTo(), G4ASCIITreeSceneHandler::RequestPrimitives().

G4VPhysicalVolume* G4VReadOutGeometry::GetROWorld ( ) const
inlineinherited

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

다음을 참조함 : G4VReadOutGeometry::ROworld.

다음에 의해서 참조됨 : CML2PhantomConstruction::applyNewCentre(), G4LogicalVolumeModel::DescribeYourselfTo().

G4int G4VReadOutGeometry::operator!= ( const G4VReadOutGeometry right) const
inherited

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

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

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

void G4VReadOutGeometry::SetExcludeList ( G4SensitiveVolumeList value)
inlineinherited

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

다음을 참조함 : G4VReadOutGeometry::fexcludeList.

void G4VReadOutGeometry::SetIncludeList ( G4SensitiveVolumeList value)
inlineinherited

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

다음을 참조함 : G4VReadOutGeometry::fincludeList.

void G4VReadOutGeometry::SetName ( G4String  value)
inlineinherited

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

멤버 데이타 문서화

G4double ExN04CalorimeterROGeometry::absorber_thick
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 55 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloCell_dphi
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 70 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloCell_dz
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 68 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloCell_rmax
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 66 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloCell_rmin
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 67 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloCell_sphi
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 69 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloRing_dphi
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 63 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloRing_dz
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 61 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloRing_rmax
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 59 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloRing_rmin
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 60 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloRing_sphi
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 62 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloTubs_dphi
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 52 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloTubs_dz
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 50 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloTubs_rmax
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 48 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloTubs_rmin
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 49 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::caloTubs_sphi
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 51 번째 라인에서 정의되었습니다.

G4Material* ExN04CalorimeterROGeometry::dummyMat
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 47 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::expHall_x
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 33 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::expHall_y
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 34 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::expHall_z
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 35 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::fabsorber_thick
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 55 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::fcaloCell_dphi
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 70 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloCell_dz
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 68 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloCell_rmax
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 66 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloCell_rmin
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 67 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloCell_sphi
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 69 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloRing_dphi
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 63 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloRing_dz
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 61 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloRing_rmax
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 59 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloRing_rmin
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 60 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloRing_sphi
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 62 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloTubs_dphi
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 52 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloTubs_dz
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 50 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloTubs_rmax
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 48 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloTubs_rmin
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 49 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fcaloTubs_sphi
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 51 번째 라인에서 정의되었습니다.

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

G4SensitiveVolumeList* G4VReadOutGeometry::fexcludeList
protectedinherited
G4double ExN04CalorimeterROGeometry::fexpHall_x
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 33 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fexpHall_y
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 34 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::fexpHall_z
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 35 번째 라인에서 정의되었습니다.

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

G4SensitiveVolumeList* G4VReadOutGeometry::fincludeList
protectedinherited
G4double ExN04CalorimeterROGeometry::fmuBox_length
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 76 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::fmuBox_radius
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 73 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::fmuBox_thick
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 75 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::fmuBox_width
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 74 번째 라인에서 정의되었습니다.

G4int ExN04CalorimeterROGeometry::fnocaloLayers
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 54 번째 라인에서 정의되었습니다.

G4int ExN04CalorimeterROGeometry::fnomucounter
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 72 번째 라인에서 정의되었습니다.

G4int ExN04CalorimeterROGeometry::fnotrkLayers
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 43 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::fscinti_thick
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 56 번째 라인에서 정의되었습니다.

G4int ExN04CalorimeterROGeometry::fsegmentsinPhi
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 65 번째 라인에서 정의되었습니다.

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

G4int ExN04CalorimeterROGeometry::fsegmentsinZ
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 58 번째 라인에서 정의되었습니다.

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

G4double ExN04CalorimeterROGeometry::ftracker_length[5]
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 46 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::ftracker_radius[5]
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 44 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::ftracker_thick
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 45 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::ftrkTubs_dphi
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 41 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::ftrkTubs_dz
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 39 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::ftrkTubs_rmax
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 37 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::ftrkTubs_rmin
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 38 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::ftrkTubs_sphi
private

eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterROGeometry.hh 파일의 40 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::muBox_length
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 76 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::muBox_radius
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 73 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::muBox_thick
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 75 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::muBox_width
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 74 번째 라인에서 정의되었습니다.

G4String G4VReadOutGeometry::name
protectedinherited

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

다음에 의해서 참조됨 : G4VReadOutGeometry::G4VReadOutGeometry(), G4VReadOutGeometry::GetName(), G4VReadOutGeometry::operator=().

G4int ExN04CalorimeterROGeometry::nocaloLayers
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 54 번째 라인에서 정의되었습니다.

G4int ExN04CalorimeterROGeometry::nomucounter
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 72 번째 라인에서 정의되었습니다.

G4int ExN04CalorimeterROGeometry::notrkLayers
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 43 번째 라인에서 정의되었습니다.

G4Navigator* G4VReadOutGeometry::ROnavigator
protectedinherited
G4VPhysicalVolume* G4VReadOutGeometry::ROworld
protectedinherited
G4double ExN04CalorimeterROGeometry::scinti_thick
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 56 번째 라인에서 정의되었습니다.

G4int ExN04CalorimeterROGeometry::segmentsinPhi
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 65 번째 라인에서 정의되었습니다.

G4int ExN04CalorimeterROGeometry::segmentsinZ
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 58 번째 라인에서 정의되었습니다.

G4TouchableHistory* G4VReadOutGeometry::touchableHistory
protectedinherited
G4double ExN04CalorimeterROGeometry::tracker_length[5]
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 46 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::tracker_radius[5]
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 44 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::tracker_thick
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 45 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::trkTubs_dphi
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 41 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::trkTubs_dz
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 39 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::trkTubs_rmax
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 37 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::trkTubs_rmin
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 38 번째 라인에서 정의되었습니다.

G4double ExN04CalorimeterROGeometry::trkTubs_sphi
private

parallel/TopC/ParN04/include/ExN04CalorimeterROGeometry.hh 파일의 40 번째 라인에서 정의되었습니다.


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