]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALCalibTimeDep.cxx
add profile for all samples and correct row numbering for EMCAL (Josh Hamblen/UT)
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALCalibTimeDep.cxx
index 6c2dbe02c270d5625fc2927eef73ba6397dc1200..2dce6cf924dddfa564f4cc8da7b518b00677fab0 100644 (file)
@@ -35,7 +35,9 @@
 const double fkSecToHour = 1.0/3600.0; // conversion factor from seconds to hours
 
 // some global variables for APD handling; assume the same for all, at least to start with
-const double fkTempSlope = 0.017; // 1.7% per deg. C, seems about right for all APDs, from studies at Catania, and by Rachid
+const double fkTempSlope = 0.017; // 1.7% per deg. C, seems about right for all APDs, from studies at Catania, and by Rachid. 
+// Note that this is only valid at gain M~30; i.e. voltages at V30. 
+// At V50, it's more like 2.25%/C, and at V20 about 1.35%/C (also info from Catania)
 const double fkNormTemp = 20; // let's say that 20 degrees C is normal as default
 
 const double fkErrorCode = -999; // to indicate that something went wrong