#include <MWPC.h>
Public Member Functions | |
MWPC () | |
Constructor for the MWPC class. | |
~MWPC () | |
Destructor for the MWPC class. | |
void | Build (G4VPhysicalVolume *World_phys) |
Member function to build the the MWPC. |
MWPC class.
This class builds the MWPC 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 MW_SD class.
Definition at line 41 of file MWPC.h.
MWPC::MWPC | ( | ) |
MWPC::~MWPC | ( | ) |
void MWPC::Build | ( | G4VPhysicalVolume * | World_phys ) |
Member function to build the the MWPC.
Called by OLYMPUS_Detector member Construct() to build the detector.
Definition at line 55 of file MWPC.cc.
References N_MW.
Referenced by Detector::Construct().