From: rpreghen Date: Wed, 9 Sep 2009 20:58:44 +0000 (+0000) Subject: little improvements in online calibration X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=3aaf7a5fbe68d0a38a3a946d562239b8b2085f9d little improvements in online calibration --- diff --git a/TOF/AliTOFPreprocessor.cxx b/TOF/AliTOFPreprocessor.cxx index 5a6387fcb50..11db6ab29c5 100644 --- a/TOF/AliTOFPreprocessor.cxx +++ b/TOF/AliTOFPreprocessor.cxx @@ -15,6 +15,7 @@ /* $Id$ */ + //#include //#include //#include diff --git a/TOF/AliTOFcalibHisto.cxx b/TOF/AliTOFcalibHisto.cxx index 2c4cd36af9a..5cdcc8ad45a 100644 --- a/TOF/AliTOFcalibHisto.cxx +++ b/TOF/AliTOFcalibHisto.cxx @@ -18,6 +18,7 @@ * AliTOFcalibHisto - class to handle TOF calibration histograms, * map histograms and more * + * * autors: Roberto Preghenella (R+) * concacts: preghenella@bo.infn.it * @@ -94,7 +95,7 @@ const TString AliTOFcalibHisto::fgkCalibParName[kNcalibPars] = { //__________________________________________________________________________ /* LHC clock period [ns] */ -const Float_t AliTOFcalibHisto::fgkLHCperiod = 25.; /* SET THE CORRECT VALUE !!! */ +const Float_t AliTOFcalibHisto::fgkLHCperiod = (24.4e-3 * 1024); /* ns */ //__________________________________________________________________________ @@ -140,7 +141,7 @@ const Int_t AliTOFcalibHisto::fgkDDLBCshift[72] = { 2, 2, -2, -2, 2, 2, -1, -1, 2, 2, -1, -1, - 2, 2, -1, -1, + 2, 2, -1, -1 }; //__________________________________________________________________________ diff --git a/TOF/AliTOFcalibHisto.h b/TOF/AliTOFcalibHisto.h index 5ad6491c778..55a36661275 100644 --- a/TOF/AliTOFcalibHisto.h +++ b/TOF/AliTOFcalibHisto.h @@ -9,6 +9,7 @@ * AliTOFcalibHisto - class to handle TOF calibration histograms, * map histograms and more * + * * autors: Roberto Preghenella (R+) * concacts: preghenella@bo.infn.it * diff --git a/TOF/data/AliTOFcalibHisto.root b/TOF/data/AliTOFcalibHisto.root index 68d935c6f25..efa6eec5c2d 100644 Binary files a/TOF/data/AliTOFcalibHisto.root and b/TOF/data/AliTOFcalibHisto.root differ