OMSim
Geant4 for IceCube optical module studies
Loading...
Searching...
No Matches
OMSimWavePIDDetector.hh
Go to the documentation of this file.
1
5#pragma once
6
7#include "OMSimDetectorConstruction.hh"
8
17{
18public:
21
22private:
23 void constructWorld();
24 void constructDetector();
25};
Class for detector construction in the effective area simulation.
Definition OMSimDetectorConstruction.hh:19
Detector construction for WavePID photon origin tracking study.
Definition OMSimWavePIDDetector.hh:17
void constructWorld()
Constructs the world volume using the environment material from –environment flag.
Definition OMSimWavePIDDetector.cc:50
void constructDetector()
Constructs and places the selected optical module at the origin.
Definition OMSimWavePIDDetector.cc:67