Class used to build the OLYMPUS beam line. More...
#include <Beam_Pipe.h>
Public Member Functions | |
| Beam_Pipe () | |
| Constructor for the Beam_Pipe class.   | |
| ~Beam_Pipe () | |
| Destructor for the Beam_Pipe class.   | |
| void | Build (G4VPhysicalVolume *World_phys) | 
| Member function to build the Beam_Pipe.   | |
Class used to build the OLYMPUS beam line.
Called by OLYMPUS_Detector class memeber function Construct().
Definition at line 30 of file Beam_Pipe.h.
| Beam_Pipe::Beam_Pipe | ( | ) | 
Constructor for the Beam_Pipe class.
Called by OLYMPUS_Detector member Construct() to create an instance of this class.
Definition at line 44 of file Beam_Pipe.cc.
| Beam_Pipe::~Beam_Pipe | ( | ) | 
Destructor for the Beam_Pipe class.
Called by OLYMPUS_Detector member Construct() to delete the instance.
Definition at line 48 of file Beam_Pipe.cc.
| void Beam_Pipe::Build | ( | G4VPhysicalVolume * | World_phys ) | 
Member function to build the Beam_Pipe.
Called by OLYMPUS_Detector member Construct() to build the beamline.
Definition at line 52 of file Beam_Pipe.cc.
Referenced by Detector::Construct().

 1.7.2