OMSim
Geant4 for IceCube optical module studies
OMSimSNdetector.hh
1 #pragma once
2 #include "OMSimDetectorConstruction.hh"
3 
4 
11 {
12  public:
13  OMSimSNdetector(){};
14  ~OMSimSNdetector(){};
15 
16 private:
20  void constructWorld();
21  void constructDetector();
22 };
23 
Class for detector construction in the effective area simulation.
Definition: OMSimDetectorConstruction.hh:19
Class for detector construction in the SN neutrino simulation.
Definition: OMSimSNdetector.hh:11
void constructWorld()
Constructs the world volume (cylinder).
Definition: OMSimSNdetector.cc:16