--- quicklook/calo/FQLOOK/macros/FCaloCHKCALIB.cxx 2006/08/04 15:24:01 1.10 +++ quicklook/calo/FQLOOK/macros/FCaloCHKCALIB.cxx 2006/09/22 13:38:58 1.11 @@ -1,12 +1,14 @@ // // Check the calorimter calibrations - Emiliano Mocchiutti // -// FCaloCHKCALIB.c version 1.12 (2006-08-04) +// FCaloCHKCALIB.c version 1.13 (2006-09-22) // // The only input needed is the path to the directory created by YODA for the data file you want to analyze. // // Changelog: // +// 1.12 - 1.13 (2006-09-22): Set upper limit in calvar plot. +// // 1.07 - 1.12 (2006-08-04): bugs fixed. // // 1.07 - 1.11 (2006-07-17): Adapted to flight conditions. @@ -748,6 +750,7 @@ calthr->Draw("SAME"); f3pd2->cd(); // gPad->SetLogy(); + calvar->SetMaximum(25.); calvar->GetXaxis()->SetNdivisions(644); calvar->SetXTitle("pre-amplifier"); calvar->SetYTitle("ADC channels");