# Timecalibration FACT # # Remo Dietlicher # Semesterarbeit ETH Zurich # Python macro ============ ftcal.py program to calculate the time calibration constants vektor of a given dataset. ftcalapp.py program based on periods2.py and ftcal2.py. Calculates time calibration constants vector and creates ROOT histograms: 1. calculated periods for each vector using the averaged dataset before and after calibration. 2. mean deviations from nominal periods. gives a hint of the convergence. 3. calculated calibration constants. periods2.py creates the first histogram for ftcalapp.py. ftcal2.py calculation of timecalibration constants and average of data over all events. ftcalsim.py Simulation to test ftcal.py