Public Member Functions

Wire_Chamber Class Reference

Wire_Chamber class. More...

#include <Wire_Chamber.h>

List of all members.

Public Member Functions

 Wire_Chamber ()
 Constructor for the Wire_Chamber class.
 ~Wire_Chamber ()
 Destructor for the Wire_Chamber class.
void Build (G4VPhysicalVolume *World_phys)
 Member function to build the the Wire_Chamber.

Detailed Description

Wire_Chamber class.

This class builds the Wire_Chamber 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 WC_SD class.

Definition at line 40 of file Wire_Chamber.h.


Constructor & Destructor Documentation

Wire_Chamber::Wire_Chamber (  )

Constructor for the Wire_Chamber class.

Called by OLYMPUS Detector member Construct() to create an instance of this class.

Definition at line 46 of file Wire_Chamber.cc.

Wire_Chamber::~Wire_Chamber (  )

Destructor for the Wire_Chamber class.

Called by OLYMPUS Detector member Construct() to delete this instance.

Definition at line 50 of file Wire_Chamber.cc.


Member Function Documentation

void Wire_Chamber::Build ( G4VPhysicalVolume *  World_phys )

Member function to build the the Wire_Chamber.

Called by OLYMPUS Detector member Construct() to build the detector and place it in the world volume. This function also creates an instance of WC_SD, the Wire_Chamber sensitive detector class.

Definition at line 54 of file Wire_Chamber.cc.

Referenced by Detector::Construct().

Here is the caller graph for this function:


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