1 |
// |
// |
2 |
// Check the calorimter calibrations - Emiliano Mocchiutti |
// Check the calorimter calibrations - Emiliano Mocchiutti |
3 |
// |
// |
4 |
// FCaloCHKCALIB.c version 1.12 (2006-08-04) |
// FCaloCHKCALIB.c version 1.13 (2006-09-22) |
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.12 - 1.13 (2006-09-22): Set upper limit in calvar plot. |
11 |
|
// |
12 |
// 1.07 - 1.12 (2006-08-04): bugs fixed. |
// 1.07 - 1.12 (2006-08-04): bugs fixed. |
13 |
// |
// |
14 |
// 1.07 - 1.11 (2006-07-17): Adapted to flight conditions. |
// 1.07 - 1.11 (2006-07-17): Adapted to flight conditions. |
750 |
calthr->Draw("SAME"); |
calthr->Draw("SAME"); |
751 |
f3pd2->cd(); |
f3pd2->cd(); |
752 |
// gPad->SetLogy(); |
// gPad->SetLogy(); |
753 |
|
calvar->SetMaximum(25.); |
754 |
calvar->GetXaxis()->SetNdivisions(644); |
calvar->GetXaxis()->SetNdivisions(644); |
755 |
calvar->SetXTitle("pre-amplifier"); |
calvar->SetXTitle("pre-amplifier"); |
756 |
calvar->SetYTitle("ADC channels"); |
calvar->SetYTitle("ADC channels"); |