Public Member Functions

MWPC Class Reference

MWPC class. More...

#include <MWPC.h>

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

MWPC::MWPC (  )

Constructor for the MWPC class.

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

Definition at line 47 of file MWPC.cc.

MWPC::~MWPC (  )

Destructor for the MWPC class.

Called by OLYMPUS_Detector member Construct() to delete this instance.

Definition at line 51 of file MWPC.cc.


Member Function Documentation

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

Here is the caller graph for this function:


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