Gem_Tracker class. More...
#include <Gem_Tracker.h>
Public Member Functions | |
Gem_Tracker () | |
Constructor for the Gem_Tracker class. | |
~Gem_Tracker () | |
Destructor for the Gem_Tracker class. | |
void | Build (G4VPhysicalVolume *World_phys) |
Member function to build the the Gem_Tracker. |
Gem_Tracker class.
This class builds the Gem_Tracking detector. It is instantiated by the OLYMPUS Detector class memeber function Construct() and then the Build() member function builds the detector and places it in the world volume. The Build member function also creates an instantiation the GT_SD class.
Definition at line 39 of file Gem_Tracker.h.
Gem_Tracker::Gem_Tracker | ( | ) |
Constructor for the Gem_Tracker class.
Called by OLYMPUS Detector member Construct() to create an instance of this class.
Definition at line 46 of file Gem_Tracker.cc.
Gem_Tracker::~Gem_Tracker | ( | ) |
Destructor for the Gem_Tracker class.
Called by OLYMPUS Detector member Construct() to delete this instance.
Definition at line 50 of file Gem_Tracker.cc.
void Gem_Tracker::Build | ( | G4VPhysicalVolume * | World_phys ) |
Member function to build the the Gem_Tracker.
Called by OLYMPUS Detector member Construct() to build the detector and place it in the world volume. This function also creates an instance of GT_SD, the Gem_Tracker sensitive detector class.
Definition at line 54 of file Gem_Tracker.cc.
References N_GT.
Referenced by Detector::Construct().