OMSim
Geant4 for IceCube optical module studies
OMSimRadDecaysDetector.hh
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include "OMSimOpticalModule.hh"
10 #include "OMSimDetectorConstruction.hh"
11 
12 #include <G4Orb.hh>
13 
14 
15 
22 {
23 public:
26  OMSimOpticalModule *m_opticalModule;
27 private:
28  void constructWorld();
29  void constructDetector();
30 
31 };
32 
Provides helper base class OMSimDetectorComponent for constructing and managing detector components i...
Class for detector construction in the effective area simulation.
Definition: OMSimDetectorConstruction.hh:19
Base class for OMs works as interface.
Definition: OMSimOpticalModule.hh:23
Detector construction of radioactive decays simulation.
Definition: OMSimRadDecaysDetector.hh:22
void constructDetector()
Constructs the selected detector from the command line argument.
Definition: OMSimRadDecaysDetector.cc:28
void constructWorld()
Constructs the world volume (sphere).
Definition: OMSimRadDecaysDetector.cc:16