X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FAliFMDGainDA.h;h=5a7fb278fa11dd8751e8210f6f38bf83c0d709a0;hb=6e2e6b50eeefe6fbdbeb67af667134e0f1134a8f;hp=48848a2725c3fcd75800bd7006693bba85534a50;hpb=427e8f9957c8518dfc7dc37f51cd2544e39ee9a3;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMDGainDA.h b/FMD/AliFMDGainDA.h index 48848a2725c..5a7fb278fa1 100644 --- a/FMD/AliFMDGainDA.h +++ b/FMD/AliFMDGainDA.h @@ -38,6 +38,7 @@ class AliFMDGainDA: public AliFMDBaseDA { void UpdatePulseAndADC(UShort_t det, Char_t ring, UShort_t sec, UShort_t strip); void ResetPulseAndUpdateChannel(); void FinishEvent(); + void Terminate(TFile* ); private: @@ -52,6 +53,9 @@ class AliFMDGainDA: public AliFMDBaseDA { TArrayS fCurrentChannel; Int_t fNumberOfStripsPerChip; + TH1F fSummaryGains; + Int_t fCurrentSummaryStrip; + ClassDef(AliFMDGainDA,0) };