DOMLauncher Project¶
This project implements low-level simulation of the IceCube detector, including the behavior of the photomutliplier tube and the DOM mainboard.
Modules:
PMTResponseSimulator
This module simulates the behaviour of a PMT. It reads I3MCPE, representing the number of photoelectrons ejected from the photocathode, and produces I3MCPulses with real valued charges, still in units of photoelectrons but representing the data after passage through the PMT. For a detailed description of the physics processes simulated, see PMTResponseSimulator.
DOMLauncher
This module simulates the behavior of the DOM mainbaord, including launching and digitization
Usage:
Basic usage is easy: assuming you have imported the DOMLauncher bindings, to add dector simulation to your I3Tray just do:
tray.AddSegment(DOMLauncher.DetectorResponse,"Detector_Simulation")
Table of Contents:
- Release Notes
- main
- Oct. 24, 2024 don la dieu (nega at icecube.umd.edu)
- June 18, 2024 don la dieu (nega at icecube.umd.edu)
- Feb. 20, 2024 don la dieu (nega at icecube.umd.edu)
- Dec. 14, 2023 don la dieu (nega at icecube.umd.edu)
- Sep. 28, 2023 don la dieu (nega at icecube.umd.edu)
- June 22, 2023 don la dieu (nega at icecube.umd.edu)
- Apr. 12, 2023 don la dieu (nega AT icecube.umd.edu)
- Dec. 12, 2022 don la dieu (nega AT icecube.umd.edu)
- Jul. 27, 2022 don la dieu (nega AT icecube.umd.edu)
- Feb. 21, 2022 Tianlu Yuan
- March 5, 2020 Matti Jansson (matti.jansson@fysik.su.se)
- Dec. 20, 2019 Alex Olivas (aolivas@umd.edu)
- December 11, 2014 Alex Olivas (olivas@icecube.umd.edu)
- November 24, 2014 Alex Olivas (olivas@icecube.umd.edu)
- July 11, 2014 Alex Olivas (olivas@icecube.umd.edu)
- PMTResponseSimulator
- DOMLauncher