Class used to build the OLYMPUS target chamber, target cell, and collimator. More...
#include <Target_Chamber.h>
Public Member Functions | |
| Target_Chamber () | |
| Constructor for the Target_Chamber class.   | |
| ~Target_Chamber () | |
| Destructor for the Target_Chamber class.   | |
| void | Build (G4VPhysicalVolume *World_phys) | 
| Member function to build the the Target_Chamber.   | |
Class used to build the OLYMPUS target chamber, target cell, and collimator.
Instatiated by OLYMPUS_Detector class member function Construct().
Definition at line 30 of file Target_Chamber.h.
| Target_Chamber::Target_Chamber | ( | ) | 
Constructor for the Target_Chamber class.
Called by OLYMPUS_Detector member Construct() to create an instance of this class.
Definition at line 47 of file Target_Chamber.cc.
| Target_Chamber::~Target_Chamber | ( | ) | 
Destructor for the Target_Chamber class.
Called by OLYMPUS_Detector member Construct() to delete the target chamber instance.
Definition at line 51 of file Target_Chamber.cc.
| void Target_Chamber::Build | ( | G4VPhysicalVolume * | World_phys ) | 
Member function to build the the Target_Chamber.
Called by OLYMPUS_Detector member Construct() to build the target chamber.
Definition at line 55 of file Target_Chamber.cc.
Referenced by Detector::Construct().

 1.7.2