]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSCalibrationData.cxx
Possibility to switch off heavy flavor production added.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSCalibrationData.cxx
index a3f4b4492f1fb6d78104b0f8917c9e1663ef1024..35271b1c961a1ac9499959c500adfb3dabe8b4eb 100644 (file)
 
 
 //_________________________________________________________________________
-// Calibration data 
-// and their 
-// quality  
+// Calibration data class contains two arrays: 
+// data themselves and their quality (or possibility to check 
+// goodness of the data. 
+// There are two kinds of data in PHOS "Gains" and "Pedestals"
+// each of them have as well title and validity range to distinguish
+// different calibrations.
 //
 //*-- Author : D.Peressounko
 //////////////////////////////////////////////////////////////////////////////
@@ -56,6 +59,7 @@ ClassImp(AliPHOSCalibrationData)
 }
 //____________________________________________________________________________ 
 AliPHOSCalibrationData::AliPHOSCalibrationData(const AliPHOSCalibrationData & cd)
+  : TObject(cd)
 {
   //copy ctor
   fData = new TArrayF(*cd.fData) ;