Class used to build the OLYMPUS toroid magnet. More...
#include <Toroid_Magnet.h>
Public Member Functions | |
Toroid_Magnet () | |
Constructor for the Toroid_Magnet class. | |
~Toroid_Magnet () | |
Destructor for the Toroid_Magnet class. | |
void | Build (G4VPhysicalVolume *World_phys) |
Member function to build the the Toroid_Magnet. |
Class used to build the OLYMPUS toroid magnet.
Instatiated by OLYMPUS_Detector class member function Construct().
Definition at line 38 of file Toroid_Magnet.h.
Toroid_Magnet::Toroid_Magnet | ( | ) |
Constructor for the Toroid_Magnet class.
Called by OLYMPUS_Detector member Construct() to create an instance of Toroid_Magnet class.
Definition at line 43 of file Toroid_Magnet.cc.
Toroid_Magnet::~Toroid_Magnet | ( | ) |
Destructor for the Toroid_Magnet class.
Called by OLYMPUS_Detector member Construct() to delete the instance.
Definition at line 47 of file Toroid_Magnet.cc.
void Toroid_Magnet::Build | ( | G4VPhysicalVolume * | World_phys ) |
Member function to build the the Toroid_Magnet.
Called by OLYMPUS_Detector member Construct() to build the toroid magnet.
Definition at line 51 of file Toroid_Magnet.cc.
Referenced by Detector::Construct().