X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSRawStreamSPDErrorLog.h;h=3e3b96ffe44ac4c3424fa99a4747367e4f165f7f;hb=e5b4d568ecc0045760c7712719dac4172380286c;hp=838b0188e2e4696a93dacacb7b9e13b18a27943f;hpb=10bb1a340b9a985893ffb16fd124531aff100cfc;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSRawStreamSPDErrorLog.h b/ITS/AliITSRawStreamSPDErrorLog.h index 838b0188e2e..3e3b96ffe44 100644 --- a/ITS/AliITSRawStreamSPDErrorLog.h +++ b/ITS/AliITSRawStreamSPDErrorLog.h @@ -1,6 +1,8 @@ #ifndef ALIITSRAWSTREAMSPDERRORLOG_H #define ALIITSRAWSTREAMSPDERRORLOG_H +/* $Id$ */ + /////////////////////////////////////////////////////////////////////// // Author: Henrik Tydesjo // // For easier handling of error messages from AliITSRawStreamSPD. // @@ -44,7 +46,8 @@ class AliITSRawStreamSPDErrorLog : public TObject { TGraph* GetConsErrEvent(UInt_t errorCode, UInt_t eq); TH1F* GetConsErrType(UInt_t eq); - TH1F* GetConsErrFraction(UInt_t eq); + TH1F* GetConsErrFraction(UInt_t eq); // NB!!! Take care of deleting returned object later + TH1F* GetConsErrFractionUnScaled(UInt_t eq); TH1F* GetConsErrPos(UInt_t errorCode, UInt_t eq); TGText* GetText() {return fText;}