| 1 |
// |
// |
| 2 |
// Given a calibration and a data file this program create an ntuple with LEVEL2 calorimeter variables - Emiliano Mocchiutti |
// Given a calibration and a data file this program create an ntuple with LEVEL2 calorimeter variables - Emiliano Mocchiutti |
| 3 |
// |
// |
| 4 |
// CaloLEVEL2.c version 4.03 (2006-03-09) |
// CaloLEVEL2.c version 4.04 (2006-03-20) |
| 5 |
// |
// |
| 6 |
// The only input needed is the path to the directory created by YODA for the data file you want to analyze. |
// The only input needed is the path to the directory created by YODA for the data file you want to analyze. |
| 7 |
// |
// |
| 8 |
// Changelog: |
// Changelog: |
| 9 |
// |
// |
| 10 |
|
// 4.03 - 4.04 (2006-03-20): Fixed erroneous distance between x/y planes in the core routine |
| 11 |
|
// |
| 12 |
// 4.02 - 4.03 (2006-03-09): Adapted to work with tracker software release r3v02. |
// 4.02 - 4.03 (2006-03-09): Adapted to work with tracker software release r3v02. |
| 13 |
// |
// |
| 14 |
// 4.01 - 4.02 (2006-01-26): Bug: wrong baselines calculation in some cases, fixed. |
// 4.01 - 4.02 (2006-01-26): Bug: wrong baselines calculation in some cases, fixed. |