OMSim
Geant4 for IceCube optical module studies
OMSimEffectiveAreaDetector.hh
Go to the documentation of this file.
1 
7 #pragma once
8 
9 #include "OMSimDetectorConstruction.hh"
10 
17 {
18 public:
21 
22 private:
23  void constructWorld();
24  void constructDetector();
25 };
Class for detector construction in the effective area simulation.
Definition: OMSimDetectorConstruction.hh:19
Class for detector construction in the effective area simulation.
Definition: OMSimEffectiveAreaDetector.hh:17
void constructWorld()
Constructs the world volume (sphere).
Definition: OMSimEffectiveAreaDetector.cc:17
void constructDetector()
Constructs the selected detector from the command line argument and returns the physical world volume...
Definition: OMSimEffectiveAreaDetector.cc:30