Source code for my work on the Cherenkov detector on CHAOS and AHEPaM.
- Python 100%
| .gitignore | ||
| CHAOS.py | ||
| EI_eval.py | ||
| ET_Loader.py | ||
| Eval_instuments.py | ||
| EXPACS.py | ||
| formulas.py | ||
| FrankTamm_eval.py | ||
| geant_eval.py | ||
| geometrical_factor.py | ||
| paschen.py | ||
| README.md | ||
| readout_g4_to_EI.py | ||
| science_eval.py | ||
| ssc.py | ||
| stat_eval.py | ||
| thermal.py | ||
| Tutorial.md | ||
| us_standard_atmosphere.py | ||
| vac.py | ||
CHAOS_Cherenkov
Source code for my work on the Cherenkov detector on CHAOS and AHEPaM and CHAOS in general.
formulas.py: Contains all formulas related to Frank-Tamm and the light production in the Cherenkov aerogel as well as Bethe-Bloch.geant_eval.py: Contains functions to evaluate Geant4-simulations.EI_eval.py: Contains functions to evaluate EI-files.ET_Loader.py: Basic loader for remote file access on the ET servers.thermal.py: Contains a model to do thermal calculations on the CHAOS instrument.geometrical_factor.py: Contains functions to do work with geometrical factors.vac.py: Contains functions related to the thermal vacuum tests.paschen.py: Contains class for calculations with Paschen curve.us_standard_atmosphere.py: Implementation of the US Standard Atmosphere Model from 1976.stat_eval.py: Everything related to the statistical evaluation of data and error calculation.EXPACS.py: Tools for evaluation of EXPACS simulations.science_eval.py: Everything related to the evaluation of scientific data sets.Eval_instruments: Contains functions to evaluate EI-files from specific BEXUS-flights from Kiel.FrankTamm_eval.py: Contains functions to evaluate Justus FrankTamm setup.CHAOS.py: Everything for the data analysis for the Cherenkov Atmospheric Observation System.ssc.py: Everything related to the data provided by SSC.