| Line | |
|---|
| 1 | # Timecalibration FACT
|
|---|
| 2 | #
|
|---|
| 3 | # Remo Dietlicher
|
|---|
| 4 | # Semesterarbeit ETH Zurich
|
|---|
| 5 | #
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 | Python macro
|
|---|
| 9 | ============
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | ftcal.py program to calculate the time calibration constants vektor of a given dataset.
|
|---|
| 13 |
|
|---|
| 14 | ftcalapp.py program based on periods2.py and ftcal2.py. Calculates time calibration constants
|
|---|
| 15 | vector and creates ROOT histograms:
|
|---|
| 16 | 1. calculated periods for each vector using the averaged dataset before and after
|
|---|
| 17 | calibration.
|
|---|
| 18 | 2. mean deviations from nominal periods. gives a hint of the convergence.
|
|---|
| 19 |
|
|---|
| 20 | 3. calculated calibration constants.
|
|---|
| 21 |
|
|---|
| 22 | periods2.py creates the first histogram for ftcalapp.py.
|
|---|
| 23 |
|
|---|
| 24 | ftcal2.py calculation of timecalibration constants and average of data over all events.
|
|---|
| 25 |
|
|---|
| 26 | ftcalsim.py Simulation to test ftcal.py
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.