]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtestBeam.h
Update by Jochen concerning HC header treatment, including:
[u/mrichter/AliRoot.git] / TRD / AliTRDtestBeam.h
index 22621c54ab6ce01faef820f91d3c1be8443cbbcc..7f20276585bb3d8ad17194ccfb362a0864f88598 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef AliTRDTESTBEAM_H
-#define AliTRDTESTBEAM_H
+#ifndef ALITRDTESTBEAM_H
+#define ALITRDTESTBEAM_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -20,7 +20,7 @@
 #include "TObject.h"
 
 class AliTRDrawStreamV2;
-class AliTRDrawStream;
+class AliTRDrawStreamOld;
 
 using namespace std;
 
@@ -36,7 +36,7 @@ public:
 
   Int_t NextEvent();
   
-  AliTRDrawStream *GetTRDrawStream(); // needs RawStreamTB
+  AliTRDrawStreamOld *GetTRDrawStream(); // needs RawStreamTB
 
   // silicon
   Short_t GetNSi1() const {return fNSi1;}
@@ -100,7 +100,7 @@ protected:
 
   // data reading
   
-  Int_t Int(Int_t i, Char_t *start) const;
+  Int_t Int(Int_t i, const Char_t * const start) const;
   Int_t DecodeSi();
 
   //