]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
adding gain factors (mainly determined by Kr calibration) to the summary files
authormivanov <marian.ivanov@cern.ch>
Sat, 26 Jul 2014 09:53:01 +0000 (11:53 +0200)
committermivanov <marian.ivanov@cern.ch>
Sat, 26 Jul 2014 09:54:26 +0000 (11:54 +0200)
TPC/Base/AliTPCcalibDB.cxx

index e2eb63b194131bc7bac0bc059727a2936c4c0641..1c4f7a01923612e3a3d17c422794ac71887345a3 100644 (file)
@@ -2160,6 +2160,10 @@ Bool_t AliTPCcalibDB::CreateGUITree(const char* filename){
   UpdateNonRec();  // load all infromation now
 
   AliTPCPreprocessorOnline prep;
+  if (GetActiveChannelMap()) prep.AddComponent(new AliTPCCalPad(*GetActiveChannelMap()));
+
+  // gain map
+  if (GetDedxGainFactor()) prep.AddComponent(new AliTPCCalPad(*GetDedxGainFactor()));
   //noise and pedestals
   if (GetPedestals()) prep.AddComponent(new AliTPCCalPad(*(GetPedestals())));
   if (GetPadNoise() ) prep.AddComponent(new AliTPCCalPad(*(GetPadNoise())));