Public Member Functions

Time_of_Flight Class Reference

Time_of_Flight class. More...

#include <Time_of_Flight.h>

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().

Here is the caller graph for this function:


The documentation for this class was generated from the following files: