]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtestBeam.h
coverity defects fixed
[u/mrichter/AliRoot.git] / TRD / AliTRDtestBeam.h
index 6d07ede1ec01322b467b4d2b416ac895de682988..7f20276585bb3d8ad17194ccfb362a0864f88598 100644 (file)
@@ -1,20 +1,27 @@
-#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                               */
 
 /* $Id$ */
 
-/*
-The class to read the test beam 2007 data
-*/
+////////////////////////////////////////////////////////////////////////////
+//                                                                        //
+// Class to handle the test beam data of 2007                             //
+//                                                                        //
+// Authors:                                                               //
+//   Sylwester Radomski (radomski@physi.uni-heidelberg.de)                //
+//   Anton Andronic (A.Andronic@gsi.de)                                   //
+//                                                                        //
+////////////////////////////////////////////////////////////////////////////
 
 //#define MAX_SI 2000
 
 #include "TObject.h"
 
 class AliTRDrawStreamV2;
-class AliTRDRawStreamTB;
+class AliTRDrawStreamOld;
+
 using namespace std;
 
 class AliTRDtestBeam: public TObject {
@@ -29,7 +36,7 @@ public:
 
   Int_t NextEvent();
   
-  AliTRDRawStreamTB *GetTRDrawStream(); // needs RawStreamTB
+  AliTRDrawStreamOld *GetTRDrawStream(); // needs RawStreamTB
 
   // silicon
   Short_t GetNSi1() const {return fNSi1;}
@@ -93,7 +100,7 @@ protected:
 
   // data reading
   
-  Int_t Int(Int_t i, Char_t *start);
+  Int_t Int(Int_t i, const Char_t * const start) const;
   Int_t DecodeSi();
 
   //