#include <FDsimG4CameraSupport.hh>
Public Member Functions | |
void | DumpInfo () |
FDsimG4CameraSupport (G4double) | |
G4LogicalVolume * | GetCameraSupportLogicalVolume () const |
G4double | GetHside () |
G4double | GetInRadius () |
G4double | GetPhiMax () |
G4double | GetPhiMin () |
G4double | GetThetaMax () |
G4double | GetThetaMin () |
G4double | GetThickness () |
G4double | GetVside () |
void | MakeCameraSupportLogicalVolume () |
~FDsimG4CameraSupport () | |
Private Attributes | |
G4LogicalVolume * | CameraSupport_log |
const G4Material * | CameraSupportMaterial |
G4double | fPhiMax |
G4double | fPhiMin |
G4double | fThetaMax |
G4double | fThetaMin |
G4double | Hside |
G4double | InRadius |
G4double | Thickness |
G4double | Vside |
Definition at line 11 of file FDsimG4CameraSupport.hh.
FDsimG4CameraSupport::FDsimG4CameraSupport | ( | G4double | OuRad | ) |
Definition at line 19 of file FDsimG4CameraSupport.cc.
References CameraSupportMaterial, fPhiMax, fPhiMin, fThetaMax, fThetaMin, Hside, InRadius, MakeCameraSupportLogicalVolume(), utl::mm, Thickness, and Vside.
FDsimG4CameraSupport::~FDsimG4CameraSupport | ( | ) |
Definition at line 43 of file FDsimG4CameraSupport.cc.
void FDsimG4CameraSupport::DumpInfo | ( | ) |
Definition at line 65 of file FDsimG4CameraSupport.cc.
References CameraSupportMaterial.
|
inline |
Definition at line 18 of file FDsimG4CameraSupport.hh.
References CameraSupport_log.
Referenced by TelescopeSimulatorLX::FDsimG4Camera::BuildCamera().
|
inline |
Definition at line 22 of file FDsimG4CameraSupport.hh.
References Hside.
Referenced by TelescopeSimulatorLX::FDsimG4Camera::BuildCamera().
|
inline |
Definition at line 20 of file FDsimG4CameraSupport.hh.
References InRadius.
|
inline |
Definition at line 29 of file FDsimG4CameraSupport.hh.
References fPhiMax.
Referenced by TelescopeSimulatorLX::FDsimG4Camera::BuildCamera().
|
inline |
Definition at line 28 of file FDsimG4CameraSupport.hh.
References fPhiMin.
Referenced by TelescopeSimulatorLX::FDsimG4Camera::BuildCamera().
|
inline |
Definition at line 26 of file FDsimG4CameraSupport.hh.
References fThetaMax.
Referenced by TelescopeSimulatorLX::FDsimG4Camera::BuildCamera().
|
inline |
Definition at line 25 of file FDsimG4CameraSupport.hh.
References fThetaMin.
Referenced by TelescopeSimulatorLX::FDsimG4Camera::BuildCamera().
|
inline |
Definition at line 21 of file FDsimG4CameraSupport.hh.
References Thickness.
Referenced by TelescopeSimulatorLX::FDsimG4Camera::BuildCamera().
|
inline |
Definition at line 23 of file FDsimG4CameraSupport.hh.
References Vside.
void FDsimG4CameraSupport::MakeCameraSupportLogicalVolume | ( | ) |
Definition at line 76 of file FDsimG4CameraSupport.cc.
References CameraSupport_log, CameraSupportMaterial, galactic::eV, fPhiMax, fPhiMin, fThetaMax, fThetaMin, InRadius, and Thickness.
Referenced by FDsimG4CameraSupport().
|
private |
Definition at line 49 of file FDsimG4CameraSupport.hh.
Referenced by GetCameraSupportLogicalVolume(), and MakeCameraSupportLogicalVolume().
|
private |
Definition at line 48 of file FDsimG4CameraSupport.hh.
Referenced by DumpInfo(), FDsimG4CameraSupport(), and MakeCameraSupportLogicalVolume().
|
private |
Definition at line 45 of file FDsimG4CameraSupport.hh.
Referenced by FDsimG4CameraSupport(), GetPhiMax(), and MakeCameraSupportLogicalVolume().
|
private |
Definition at line 44 of file FDsimG4CameraSupport.hh.
Referenced by FDsimG4CameraSupport(), GetPhiMin(), and MakeCameraSupportLogicalVolume().
|
private |
Definition at line 43 of file FDsimG4CameraSupport.hh.
Referenced by FDsimG4CameraSupport(), GetThetaMax(), and MakeCameraSupportLogicalVolume().
|
private |
Definition at line 42 of file FDsimG4CameraSupport.hh.
Referenced by FDsimG4CameraSupport(), GetThetaMin(), and MakeCameraSupportLogicalVolume().
|
private |
Definition at line 39 of file FDsimG4CameraSupport.hh.
Referenced by FDsimG4CameraSupport(), and GetHside().
|
private |
Definition at line 37 of file FDsimG4CameraSupport.hh.
Referenced by FDsimG4CameraSupport(), GetInRadius(), and MakeCameraSupportLogicalVolume().
|
private |
Definition at line 38 of file FDsimG4CameraSupport.hh.
Referenced by FDsimG4CameraSupport(), GetThickness(), and MakeCameraSupportLogicalVolume().
|
private |
Definition at line 40 of file FDsimG4CameraSupport.hh.
Referenced by FDsimG4CameraSupport(), and GetVside().