]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRawStreamSPDErrorLog.h
Changing fabs into TMath::Abs
[u/mrichter/AliRoot.git] / ITS / AliITSRawStreamSPDErrorLog.h
index 838b0188e2e4696a93dacacb7b9e13b18a27943f..3e3b96ffe44ac4c3424fa99a4747367e4f165f7f 100644 (file)
@@ -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;}