Skip to content

Commit

Permalink
adding gain factors (mainly determined by Kr calibration) to the summ…
Browse files Browse the repository at this point in the history
…ary files
  • Loading branch information
miranov25 committed Jul 26, 2014
1 parent 175eb92 commit 7e82f31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TPC/Base/AliTPCcalibDB.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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())));
Expand Down

0 comments on commit 7e82f31

Please sign in to comment.