#include <FDsimG4CameraFoot.hh>
Public Member Functions | |
void | DumpInfo () |
FDsimG4CameraFoot () | |
G4LogicalVolume * | GetCameraFootLogicalVolume () const |
G4double | GetFootSide () |
G4double | GetFootThick () |
G4double | GetHeight () |
G4double | GetTilt () |
G4double | GetTopSide () |
void | MakeCameraFootLogicalVolume () |
~FDsimG4CameraFoot () | |
Private Attributes | |
G4LogicalVolume * | CameraFoot_log |
const G4Material * | CameraFootMaterial |
G4double | FootSide |
G4double | FootThick |
G4double | Height |
G4double | TopSide |
G4double | TopTilt |
Definition at line 11 of file FDsimG4CameraFoot.hh.
FDsimG4CameraFoot::FDsimG4CameraFoot | ( | ) |
Definition at line 23 of file FDsimG4CameraFoot.cc.
References CameraFootMaterial, utl::deg, FootSide, FootThick, Height, utl::m, MakeCameraFootLogicalVolume(), TopSide, and TopTilt.
FDsimG4CameraFoot::~FDsimG4CameraFoot | ( | ) |
Definition at line 43 of file FDsimG4CameraFoot.cc.
void FDsimG4CameraFoot::DumpInfo | ( | ) |
Definition at line 65 of file FDsimG4CameraFoot.cc.
References CameraFootMaterial.
|
inline |
Definition at line 18 of file FDsimG4CameraFoot.hh.
References CameraFoot_log.
Referenced by TelescopeSimulatorLX::FDsimG4Camera::BuildCamera().
|
inline |
Definition at line 21 of file FDsimG4CameraFoot.hh.
References FootSide.
Referenced by TelescopeSimulatorLX::FDsimG4Camera::BuildCamera().
|
inline |
Definition at line 22 of file FDsimG4CameraFoot.hh.
References FootThick.
Referenced by TelescopeSimulatorLX::FDsimG4Camera::BuildCamera().
|
inline |
Definition at line 23 of file FDsimG4CameraFoot.hh.
References Height.
|
inline |
Definition at line 19 of file FDsimG4CameraFoot.hh.
References TopTilt.
|
inline |
Definition at line 20 of file FDsimG4CameraFoot.hh.
References TopSide.
Referenced by TelescopeSimulatorLX::FDsimG4Camera::BuildCamera().
void FDsimG4CameraFoot::MakeCameraFootLogicalVolume | ( | ) |
Definition at line 76 of file FDsimG4CameraFoot.cc.
References CameraFoot_log, CameraFootMaterial, galactic::eV, FootSide, FootThick, TelescopeSimulatorLX::gray(), Height, TopSide, and TopTilt.
Referenced by FDsimG4CameraFoot().
|
private |
Definition at line 40 of file FDsimG4CameraFoot.hh.
Referenced by GetCameraFootLogicalVolume(), and MakeCameraFootLogicalVolume().
|
private |
Definition at line 39 of file FDsimG4CameraFoot.hh.
Referenced by DumpInfo(), FDsimG4CameraFoot(), and MakeCameraFootLogicalVolume().
|
private |
Definition at line 36 of file FDsimG4CameraFoot.hh.
Referenced by FDsimG4CameraFoot(), GetFootSide(), and MakeCameraFootLogicalVolume().
|
private |
Definition at line 35 of file FDsimG4CameraFoot.hh.
Referenced by FDsimG4CameraFoot(), GetFootThick(), and MakeCameraFootLogicalVolume().
|
private |
Definition at line 33 of file FDsimG4CameraFoot.hh.
Referenced by FDsimG4CameraFoot(), GetHeight(), and MakeCameraFootLogicalVolume().
|
private |
Definition at line 37 of file FDsimG4CameraFoot.hh.
Referenced by FDsimG4CameraFoot(), GetTopSide(), and MakeCameraFootLogicalVolume().
|
private |
Definition at line 34 of file FDsimG4CameraFoot.hh.
Referenced by FDsimG4CameraFoot(), GetTilt(), and MakeCameraFootLogicalVolume().