]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDqaBlackEvents.h
fix in ESDtrack version to apply pragma rule reading of prob. arrays
[u/mrichter/AliRoot.git] / TRD / AliTRDqaBlackEvents.h
index 088d9681ae669e3278ba3ab9dc2ad04716d1da7a..02e167213f657661e52b369d0c8a8d8cfdd8e982 100644 (file)
@@ -22,7 +22,7 @@ class TH2S;
 class TH3F;
 class TGraph;
 class TObjArray;
-class AliTRDrawStream;
+class AliTRDrawStreamOld;
 class AliRawReader;
 
 class AliTRDqaBlackEvents : public TObject {
@@ -39,7 +39,7 @@ class AliTRDqaBlackEvents : public TObject {
   //Int_t AddEvent(AliTRDrawStream *data, AliRawReader *reader);
 
   void StartEvent();
-  void AddBuffer(AliTRDrawStream *data, AliRawReader * const reader);
+  void AddBuffer(AliTRDrawStreamOld *data, AliRawReader * const reader);
   void FinishEvent();
 
   void Process(const char* filename);
@@ -74,8 +74,8 @@ class AliTRDqaBlackEvents : public TObject {
   
   Int_t fRefEv;           // reference event number
 
-  Char_t fRefFileName[256];  // name of the file with reference distributions
-
+  //Char_t fRefFileName[256];  // name of the file with reference distributions
+  const Char_t *fRefFileName;  // name of the file with reference distributions
 
   // geometry constants 
   enum {
@@ -203,7 +203,7 @@ class AliTRDqaBlackEvents : public TObject {
   Int_t FillBits(TH1D *hist, Int_t code, Int_t offset);
 
 
-  ClassDef(AliTRDqaBlackEvents,0) // QA for black events  
+  ClassDef(AliTRDqaBlackEvents,1) // QA for black events  
 
 };
 #endif