Time_of_Flight class. More...
#include <Time_of_Flight.h>
Public Member Functions | |
Time_of_Flight () | |
Constructor for the Time_of_Flight class. | |
~Time_of_Flight () | |
Destructor for the Time_of_Flight class. | |
void | Build (G4VPhysicalVolume *World_phys) |
Member function to build the the Time_of_Flight. |
Time_of_Flight class.
This class builds the Time_of_Flight 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 TF_SD class.
Definition at line 39 of file Time_of_Flight.h.
Time_of_Flight::Time_of_Flight | ( | ) |
Constructor for the Time_of_Flight class.
Called by OLYMPUS_Detector member Construct() to create an instance of this class.
Definition at line 45 of file Time_of_Flight.cc.
Time_of_Flight::~Time_of_Flight | ( | ) |
Destructor for the Time_of_Flight class.
Called by OLYMPUS_Detector member Construct() to delete this instance.
Definition at line 49 of file Time_of_Flight.cc.
void Time_of_Flight::Build | ( | G4VPhysicalVolume * | World_phys ) |
Member function to build the the Time_of_Flight.
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 53 of file Time_of_Flight.cc.
References N_TF.
Referenced by Detector::Construct().