| 1 |
// |
// |
| 2 |
// Check the calorimter calibrations - Emiliano Mocchiutti |
// Check the calorimter calibrations - Emiliano Mocchiutti |
| 3 |
// |
// |
| 4 |
// FCaloCHKCALIB.c version 1.01 (2006-03-02) |
// FCaloCHKCALIB.c version 1.03 (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 |
|
// 1.02 - 1.03 (2006-03-20): Changed name of shared libraries (for example from FCaloQLOOK_cxx.so to libFCaloQLOOK.so). |
| 11 |
|
// |
| 12 |
|
// 1.01 - 1.02 (2006-03-13): Include files from YODA without "event" directory. |
| 13 |
|
// |
| 14 |
// 1.00 - 1.01 (2006-03-02): Works on YODA v6 output (single file), does not require anymore calocommon package. |
// 1.00 - 1.01 (2006-03-02): Works on YODA v6 output (single file), does not require anymore calocommon package. |
| 15 |
// |
// |
| 16 |
// 0.00 - 1.00 (2006-03-02): Clone of CaloCHKCALIB.c |
// 0.00 - 1.00 (2006-03-02): Clone of CaloCHKCALIB.c |
| 33 |
#include <TStyle.h> |
#include <TStyle.h> |
| 34 |
#include <TSystem.h> |
#include <TSystem.h> |
| 35 |
// |
// |
| 36 |
#include <event/CalibCalPedEvent.h> |
#include <CalibCalPedEvent.h> |
| 37 |
// |
// |
| 38 |
using namespace std; |
using namespace std; |
| 39 |
// |
// |