Public Member Functions

Gem_Tracker Class Reference

Gem_Tracker class. More...

#include <Gem_Tracker.h>

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

Here is the caller graph for this function:


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