Class used to create the Luminosity_Monitor class. More...
#include <Luminosity_Monitor.h>
Public Member Functions | |
Luminosity_Monitor () | |
Constructor for the Luminosity_Monitor class. | |
~Luminosity_Monitor () | |
Destructor for the Luminosity_Monitor class. | |
void | Build (G4VPhysicalVolume *World_phys) |
Member function to build the the Luminosity_Monitor. |
Class used to create the Luminosity_Monitor class.
This class builds the Luminosity_Monitor 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 Luminosity_Monitor.h.
Luminosity_Monitor::Luminosity_Monitor | ( | ) |
Constructor for the Luminosity_Monitor class.
Called by OLYMPUS_Detector member Construct() to create an instance of this class.
Definition at line 46 of file Luminosity_Monitor.cc.
Luminosity_Monitor::~Luminosity_Monitor | ( | ) |
Destructor for the Luminosity_Monitor class.
Called by OLYMPUS_Detector member Construct() to delete this instance.
Definition at line 50 of file Luminosity_Monitor.cc.
void Luminosity_Monitor::Build | ( | G4VPhysicalVolume * | World_phys ) |
Member function to build the the Luminosity_Monitor.
Called by OLYMPUS Detector member Construct() to build the detector and place it in the world volume. This function also creates an instance of LM_SD, the Luminosity_Monitor sensitive detector class.
Definition at line 54 of file Luminosity_Monitor.cc.
References N_LM.
Referenced by Detector::Construct().